@charset "UTF-8";
/* CSS Document */

body  {
	font: 90% Verdana, sans-serif;
	background: #f2f2f2 url(images/page-bg-final.gif) repeat-x left top;
	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: #070d09;
}
a {
	font-weight: bold;
	color: #2168a6;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #2168a6;
	text-decoration: none;
}
.thrColFixHdr #container {
	width: 944px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/container-bg-final.jpg) no-repeat center 200px;
} 
#outer-container {
	background: url(images/outer-container-bg.gif) repeat-y center top;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
}
.thrColFixHdr #header {
	background: #f2f2f2;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#banner-ad {
	margin-bottom: 27px;
	margin-left: 5%;
	background: url(images/bannerAd.jpg);
	height: 85px;
	width: 720px;
}
#banner-ad div {
	padding-top: 55px;
	text-align: center;
	font: bold 18px Verdana, sans-serif;
}
.thrColFixHdr #banner-ad div a {
	color: navy;
}
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #tagline {
	background: #2168a6 url(images/tagline-final.gif);
	height: 33px;
	margin-bottom: 10px;
}
.thrColFixHdr #tagline p {
	margin: 0px;
	padding: 8px 0px 0px;
	text-align: center;
	color: #f2f2f2;
	font-size: 85%;
	font-weight: bold;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px;
	margin: 11px 0px 0px;
}
#container #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#container #sidebar1 li {
	margin: 16px 4px;
	font-size: 0.8em;
}
#container #sidebar1 a {
	color: #1c3a71;
	text-decoration: none;
}
#container #sidebar1 a:hover {
	color: #070d09;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	margin: 11px 0px 0px;
	padding: 0px 10px;
}
#container  #sidebar2  p {
	font-size: .80em;
}
#container #sidebar2 img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #2168a6;
}
#container #sidebar2 a {
	color: #FFFFFF;
}
.thrColFixHdr #mainContent {
	margin: 11px 180px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 40px;
} 
#mainContent h1 {
	font-size: 1.6em;
	color: #1f417e;
	font-weight: bold;
}
#mainContent h2 {
	font-size: 1.4em;
	color: #1f417e;
	font-weight: bold;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f2f2f2;
} 
.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 */
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}
.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;
	margin-bottom: 8px;
	padding: 4px;
	border: 1px dashed #1F417E;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 4px;
	margin-bottom: 8px;
	border: 1px dashed #1F417E;
}
.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;
}
#mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 {
	font-size: 1.3em;
	color: #1f417e;
	font-weight: bold;
	font-style: italic;
}
#IEroot  #header {
	height: 182px;
}
