@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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-image: url(../_images/site/siteBackground.png);
	background-repeat: repeat;
	background-position: center top;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.thrColFixHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	color: #003;
	background-color: #FFF;
	font-size: 10px;
} 
#mainContent h2 {
	font-size: 16px;
	color: #036;
	text-align: left;
}
#mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
.thrColFixHdr #header {
	background-color: #DDDDDD;
	background-image: url(../_images/site/header2.png);
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.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 */
	color: #000;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	font-size: 12px;
	color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 0px;
	font-weight: bold;
	background-color: #28274C;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFF;
	margin-top: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 10px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
} 
.thrColFixHdr #footer {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	vertical-align: middle;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCC;
	font-size: 9px;
	vertical-align: middle;
	text-decoration: none;
	text-align: right;
}
.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;
}
#header h1 {
	text-indent: -1000px;
	font-size: 14px;
}
#header h2 {
	text-indent: -1000px;
	font-size: 11px;
}
#header h3 {
	text-indent: -1000px;
	font-size: 10px;
}
#header h4 {
	text-indent: -5000px;
}
#header p {
	text-indent: 0px;
}
#mainContent h1 {
	font-size: 15px;
	color: #003;
	font-family: Verdana, Geneva, sans-serif;
}
#mainContent p {
	font-size: 12px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
#sidebar1 ul {
	color: #FFF;
}
#sidebar1 p a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#sidebar2 .twoColFixRtHdr a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #300;
	text-align: left;
}
#sidebar1 #NavBar tr th {
	color: #FFF;
	text-decoration: none;
}
.disclaimerText {
	color: #666;
	font-size: 9px;
	padding-top: 50px;
	vertical-align: bottom;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	line-height: 11px;
	color: #58586E;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #300;
	text-decoration: none;
}
.service {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background-color: #336;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	word-spacing: 3px;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #669;
	background-color: #CCC;
}
