@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: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	background-color: #FFF;
	background-repeat: repeat;
}
#mainContent p {
	text-decoration: none;
}


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #00A494;
	line-height: 1.3em;
	padding-bottom: -5px;
}
a:link {
	font-weight: bold;
	color: #00A494;
	text-decoration: none;
}
a:visited {
	color: #91C869;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent li a:link {
	font-weight: bold;
	color: #00A494;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent li a:visited {
	font-weight: bold;
	color: #91C869;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #mainContent li a:hover {
	font-weight: bold;
	color: #00A494;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #00A494;
}

a:hover {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-top-color: #00A494;
}
a:active {
	color: #00A494;
}
.bold {
	font-weight: bold;
}
.small-text {	font-size: 9px;
	font-style: italic;
}

.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #container #superheader {
	width: 900px;
	color: #333;
	height: 119px;
	margin-bottom: -10px;
}
.thrColFixHdr #container #superheader ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	top: 27px;
	color: #666;
	list-style-type: none;
	text-align: left;
	left: 600px;
}
.thrColFixHdr #container #superheader ul li {
	display: inline;
}

.thrColFixHdr #container #superheader ul li a:link {
	text-decoration: none;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.thrColFixHdr #container #superheader ul li a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.thrColFixHdr #container #superheader ul li a:hover {
	color: #00A494;
	text-decoration: none;
}
#mainContent h4 {
	color: #00A494;
	margin-bottom: -15px;
	font-size: 16px;
}

.thrColFixHdr #container #superheader ul li a:active {
	color: #00A494;
	text-decoration: none;
}
.thrColFixHdr #header {
	background-color: #FFF;
	height: 322px;
	width: 900px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: -10px;
	padding-top: 0;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 13px;
}
.thrColFixHdr #container #mainContent ul {
	padding-left: 5px;
	list-style-type: disc;
	list-style-position: inside;
}
.thrColFixHdr #container #sidebar1 a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #sidebar1 a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #sidebar1 a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #sidebar2 a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #container #mainContent li {
	margin-left: 5px;
	list-style-position: inside;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: -10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}
.thrColFixHdr #container #sidebar2 ul li {
	list-style-type: none;
	padding-left: -5px;
}

.thrColFixHdr #footer {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}
.thrColFixHdr #container #footer ul li {
	list-style-type: none;
	font-size: 11px;
	line-height: 1.3em;
	text-align: center;
	font-weight: normal;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding: 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: 1px;
    line-height: 0px;
}
.sidebarhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	color: #800064;
	padding-bottom: -5px;
	margin-bottom: -5px;
}
.thrColFixHdr #container #sidebar2 ul li {
	margin-left: -40px;
}
#sidebar2 div div form {
	margin-top: 15px;
	margin-bottom: 15px;
}
