@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #ffffff;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #77dd77;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	height: 220px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #ffffff;
} 
.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 */
}
#Logo{ float:left; width:215px;}
#LeftCol{ float:left; width:195px; }

}
#Footer{ float:left; width:741px; background:url(images/FooterBG.gif) repeat-x top; padding:23px 0 1px 0; text-align:right;}

/* ---- Primary Nav ---- */
#Pnav{ padding:30px 0 0 0px;}
#Pnav li
{
list-style:none;
float:left;
line-height:32px;
padding:0 15px 0 15px;
}
#Pnav #LastNavItem { background:url(dummy.html); } 
#SiteDims{ float: left; width:741px; margin-left:10px; }
#Pnav #PnavOn span{
color:#666666;
text-decoration:none;
cursor:pointer;
background:url(images/NavDot.gif) no-repeat top center;
}
#Pnav a, #Pnav a span
{
color:#666666;
display: block;
text-decoration:none;
font-size:11px;
float:left;
font-weight:bold;
background:url(dummy.html) repeat-x bottom;
}
#Pnav a span, #Pnav a{ padding:0px 0 0px 0; height:38px; line-height:32px; float:left;}

#Pnav a:hover span
{
color:#666666;
text-decoration:none;
cursor:pointer;
background:url(images/NavDot.gif) no-repeat top center;
}

#Pnav a:hover
{
color:#666666;
text-decoration:none;
}

#Pnav #PnavOn span{
color:#666666;
text-decoration:none;
cursor:pointer;
background:url(images/NavDot.gif) no-repeat top center;
}
/* ---- Secondary Nav --- */

#Snav { list-style:none; }
#Snav li { }
#Snav a
{
	color:#415885;
	text-decoration:none;
	font-size:110%;
	display:block;
	width:150px;
	padding-left:7px;
	line-height:20px;
	background:#D1DBEE url(images/dot.gif) repeat-x top;
}

#Snav a:hover, #Snav .SnavOn, #LeftCol h2 span
{
color:#415885;
text-decoration:none;
line-height:20px;
padding-left:7px;
display:block;
width:188px;
background:#8BA4D5 url(images/dot.gif) repeat-x top;
}

#Snav .SnavOn
{
	background-color:#77dd77;
}

#Snav a:hover
{
	background-color:#addfad;
}

#LeftCol h2 { font-size:110%;  color:#FFFFFF;}

#LeftCol h2 a span, #LeftCol h2 a{
	color:#FFFFFF;
	background-color:#77dd77;
	text-decoration:none;
	cursor:pointer;
}
#LeftCol h2 a:hover span,#LeftCol h2 a:hover{ color:#FFFFFF; background-color:#A4BCEA;}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #77DD77;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #77dd77;
} 
.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;
}
#Content h1 {
	font-size:1.6em;
	color:#77DD77;
	padding:0 0 15px 0;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #000000;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #77dd77;
}
.twoColFixLtHdr #container #mainContent li {
	color: #000000;
}
.twoColFixLtHdr #container #mainContent p {
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
