@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #003366;
	background-image: url(images/background-body.jpg);
	background-repeat: repeat-x;
	line-height: 1.4em;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/headers/header1.jpg);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
} 
#header {
	height: 110px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-image: url(images/background-sidebar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 8px;
	font-size: 10px;
	line-height: 1.3em;
	color: #666666;
	background-color: #FFFFFF;
}
#sidebar1 li {
	margin-left: 0px;
	padding-left: 0px;
	color: #666666;
	line-height: 1.6em;
}
#sidebar1 ul {
	margin-left: 0px;
	padding-left: 12px;
	margin-top: -5px;
}
#sidebar1 ul.level3 {
	margin-left: 0px;
	padding-left: 10px;

}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
} 
#mainContent li {
	line-height: 1.4em;
}
#mainContent ul {
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 7px;
}
#footer {
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	color: #99CCFF;
	padding-top: 0px;
} 
#footer a {
	color: #FFFFFF;
}
a {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #006699;
}
.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;
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	color: #666666;
	font-style: italic;
	margin-bottom: 20px;
}
.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;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #669900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #669900;
	padding-bottom: 0px;
	margin-bottom: -10px;
}
h3 {
	font-family: 16;
	color: #006699;
}
hr {
	color: #CCCCCC;
}
.greentext {
	color: #669900;
}
.h2unbold {
	font-weight: normal;
}
td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	vertical-align: top;
}
.graytext {
	color: #999999;
}
.graytextitalic {
	color: #999999;
	font-style: italic;	
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.padbottom {
	margin-bottom: 10px;
}

td.special {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
}
td.special li {
	list-style-type: none;
	margin-left: -10px;
	padding-left: -10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
a.pageon {
	color: #669900;
}
.pageon {
	color: #669900;
}
.largerbold {
	font-size: 14px;
	font-weight: bold;
}
.bkgrnddkyellow {
	background-color: #F0E68C;
	padding: 5px;
}
.bkgrndblk {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
}
.bkgrndyellow {
	background-color: #FFFACD;
	padding: 5px;
}
p.right {
	text-align: right;
}

