
/* CSS Document */



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #CCba88;
	padding: 0 0 0 0px;
}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #DBD0B4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0 0 0px;
} 

.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0px 0px;
	border-bottom: 1px solid #000000;
} 
.twoColFixLtHdr #navbar { 
	background: #3C6686; 
	padding: 4px 0 4px 23px;
	border-bottom: 1px solid #000000;
} 
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 168px;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
	background: #E4DDCC;
	padding: 0px 0px 0px 0px;
	border: 0 0;
}
.twoColFixLtHdr #sidebar_right {
	float: right;
	width: 168px;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
	background: #E4DDCC;
	padding: 0px 0px 0px 0px;
	border: 0 0;
}
.twoColFixLtHdr #mainContent { 
	margin-top: 0;
	margin-left: 200px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0 0 0 13px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E4DDCC; 
	border-top: 1px solid #000000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

float: right;
	margin-left: 0px;
	padding: 0 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	padding: 0 0px;
}
.fltrt { /* this class can be used to float an element right in your page */
	float: right;
	margin-right: 0px;
	padding: 0 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}
A:link{text-decoration: none; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none}
A:visited{text-decoration: none; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none}
A:active{text-decoration: none; color: #E4DDCC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none}
A:hover{text-decoration: none; color: #E4DDCC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none}

.sidelinks {
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005085;
	text-decoration: none;
}
H1 {
    font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C1303A;
	text-decoration: none;
	line-height: 17px;
}
.redlinks {
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C1303A;
	text-decoration: none;
	line-height: 17px;
}
.redtitle {
	font-family: Verdana, san-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C1303A;
	text-decoration: none;
	line-height: 20px;
}
.redtitlesm {
	font-family: Verdana, san-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C1303A;
	text-decoration: none;
	line-height: 20px;
}
#bodytext {
	font-family: Arial, Helvetica, Verdana, san-serif;
	padding: 0 20px 0 0;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005085;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
}
.redtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C1303A;
	text-decoration: none;
	line-height: 16px;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.whitesm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.whitesm:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #dbd0b4;
	text-decoration: none;
}
.whitesmnohover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.whitespacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.dkbrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #665533;
	text-decoration: none
}
.mdbrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #998866;
	text-decoration: none
}
.redlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C1303A;
	text-decoration: none
}
.bluelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3C6686;
	text-decoration: none
}
.bluelinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AA9977;
	text-decoration: none
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	text-decoration: none
}

.image{
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border: none;
} 
.navlist { 

margin:0 0 0 15px; 
padding:0;}
 
.navlistA { 

margin:0 0 0 25px; 
padding:0;} 

.navlistN { 

margin:0 0 0 25px; 
padding:0;} 
