@charset "utf-8";
/* CSS Document */
body  {
	margin: 0;
	padding: 0;
	background-color: #E2EAF3;
	background-position: center center;
	background-image: url();
}
.twoColFixLtHdr #container {
	width: 780px;
	background: #FFFFFF;
	border: 1px solid #000000;
	height: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #90A578;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 90px;
	margin-bottom: 2px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #D9D2A8;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	height: 720px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #picture {
	margin-bottom: 10px;
	margin-left: 208px;
	position: relative;
	text-align:right;
	left: 0px;
	top: 0px;
	height: 191px;
}
.twoColFixLtHdr #mainContent {
	margin-left:214px;
	margin-right:6px;
	position:relative;
	left: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: medium;
}	
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #E2EAF3;
	background-position: top;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
} 
.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: 10px 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: 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;
}
.twoColFixLtHdr #container #sidebar1 .AccordionFocused style3 #Search {
	text-decoration: none;
}
li {
margin-top : 10px ;
margin-bottom : 10px ;
margin-left: 10px;
}
#apDiv1 {
	position:absolute;
	left:716px;
	top:306px;
	width:161px;
	height:536px;
	z-index:1;
	background-color: #EEEBD8;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: underline;
	color:#0000FF;
}

	

