@charset "utf-8";
/* CSS Document */

/* Basic Elements */

strong {
	font-weight:bold;
}

em { font-style:italic;}

.floatright {
	float:right;
	padding-left: 5px;
	clear:left;
}

.floatleft {
	float:left;
	padding-right: 5px;
}

/* Header Styles */

h1 {
	font-size: 115%;
	font-weight: bold;
	margin-top: 2%;
	margin-bottom: 2%;
	font-family: Cambria, Georgia, serif;
}
#mainContent h1 {
	background-image: url(../images/HeaderTitleBG.gif);
	background-repeat: no-repeat;
	color: #362923;
}
h2 {
	margin-top: 5%;
	margin-bottom: 2%;
	font-size: 110%;
	font-weight: bold;
	color: #362923;
	font-family: Cambria, Georgia, serif;
}
h3 {
	font-size: 93%;
	margin-top: 2%;
	margin-bottom: 2%;
	font-weight: bold;
	color: #5a362a;
	font-family: Cambria, Georgia, serif;
}

/* Paragraph Styles */

#mainContent p {
	margin-top: 2%;
	margin-bottom: 2%;
	font-size: 93%;
	line-height: 14px;
	color: #492c23;
}
#mainContent li {
	font-size: 93%;
	color: #492c23;
	list-style:inside;
	list-style-type:circle;
}
#sidebar1 p {
	font-size: 80%;
	margin-top: 2%;
	margin-bottom: 2%;
	line-height: 13px;
}
#footer p {
	font-size: 77%;
	line-height: 85%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.centerblock {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}


/* Links */

.white1link a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
.white1link a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
	
.white1link a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
	
.white1link a:active {
	text-decoration: none;
	color: #FFFFFF;
	}


/* Tables */

.type1 {
	font-size: 80%;
	color: #423d3a;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.type1 td {
	padding: 3px;
}

.type1 th {
	padding: 3px;
	font-size: 110%;
	background-color:#823b6c;
	color:#FAFAFA;
}

.type1 a {
	text-decoration:none;
	color:#823b6c;
}

.type1 a:visited {
	text-decoration:none;
	color:#823b6c;
}

.type1 a:hover {
	text-decoration:none;
	color:#CC33FF;
}

.even {
	background-color:#D7E6EE;
	border-bottom: solid #823b6c 1px;
}

.odd {
	border-bottom: solid #823b6c 1px;
}

.type2 {
	font-size: 80%;
	color: #423d3a;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.type2 td {
	padding: 3px;
}

.type2 th {
	padding: 3px;
	font-size: 110%;
	background-color:#823b6c;
	color:#FAFAFA;
}

.type2 a {
	text-decoration:none;
	color:#823b6c;
}

.type2 a:visited {
	text-decoration:none;
	color:#823b6c;
}

.type2 a:hover {
	text-decoration:none;
	color:#CC33FF;
}

.titlerow {
	background-color:#D7E6EE;
	border-bottom: solid #823b6c 1px;
}

/* Images */

.img-div {
	display: block;
	margin-top: 2%;
	margin-bottom: 2%;
}

