@charset "utf-8";
/* CSS Document */
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #282d2f;
}

a {
	color: #477297;
	font-weight: bold;
}

li {
	padding: 0 0 10px 20px;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #477297;
	font-size: 19px;
	margin: 0;
	padding: 20px 0 0 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #283737;
	font-size: 17px;
	font-weight:lighter;
	margin: 0;
	padding: 12px 0 0 0;
	border-top: #899797 1px solid;
}

p {
	padding: 0 0 0 15px;
}


table {
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 10px; Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}


.twoColElsRtHdr #container { 
	width: 90%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 

.twoColElsRtHdr #container p { padding: 5px 20px 0 20px;}


.twoColElsRtHdr #header {
	width: 100%;
	background-color: #487396; 
	padding: 0; 
	margin: 0; 
	position: absolute;
} 
.twoColElsRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColElsRtHdr #underHeader {
	float: left; 
	width: 100%; 
	background-image: url(images/navBkgd.jpg); 
	background-repeat: repeat-x; 
	height: 7px;
	padding: 0;
	margin: 17px 0 0 0;
}


.twoColElsRtHdr #sidebar1 {
	width: 100px;
	background: #c1deec; 
	padding: 0; 
	margin: 0;
	float: left;
}




.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;

}

.twoColElsRtHdr #mainContent {
  	margin: 40px 0 0 0; /* the left margin will look best if you match the padding amount to the header and footer. */
	padding: 0 15px 32px 9px;
	width: 90%;
} 
.twoColElsRtHdr #home_graphic { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#487396;
} 
.twoColElsRtHdr #home_graphic 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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColElsRtHdr #homeImprove {width:420px; padding-left: 50px;}
.twoColElsRtHdr #homeImprove p {padding: 3px 0 5px 0;}

.twoColElsRtHdr #ulContainer {margin-left: 0; padding-left: 0; list-style: none; text-decoration: none;}
.twoColElsRtHdr #navlist li {padding: 4px 2px 6px 10px;  background-image: url(images/arrow.gif); list-style: none;  background-repeat: no-repeat; background-position: 0 .7em;}

.twoColElsRtHdr #pageBottom {border-top: #d5d9db 1px solid; text-align: center; padding: 15px; font-size: 11px;}

.row {padding: 10px 0;}


/* Miscellaneous classes for reuse */
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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: 1px;
    line-height: 0px;
}





