@charset "utf-8";
* {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
body {
	background: #FFF url(../__new/images/body-bg.png) repeat-x;
	color: #192E67;
	font: 85%/16px Arial, Helvetica, sans-serif;
	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 */
	background-image: url(../__new/images/body-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border-style: none;
}
p, h5 {
	margin-top: 1em;
	line-height: 1.2em;
}
p.nomargin {
	margin-top: 0;
}
h5 {
	margin-top: 1em;
}
h1 {
	font-size: 24px;
	line-height: 26px;
}
h2 {
	font-size: 18px;
	line-height: 27px;
	padding-top: 9px;
}
h3 {
	font-size: 14px;
	line-height: 21px;
	padding-top: 7px;
	color: #FF0F0F;
}
hr { 
	height: 1px; 
	margin: -7px 0;
	color: #5C74B4;
}
a {
	color: #BA3C31;
	text-decoration: none;
}
ul {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style: disc inside;
	}
table td, table th{
	padding: 0.2em 1em;
	margin: 0px;
}
#outerWrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background: url(../images/header_bg_1000x150.png) no-repeat bottom;
	height: 150px;
} 
#header .scroller {
	margin-left: 250px;
	width: 700px;
}
#headerBottom {
}
#content {
	background: url(../images/content_bg_100x10.png) repeat-y;
	min-height: 450px;
	color: #334D95;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	color: #FFF;
	margin-right: 15px;
	margin-left: 15px;
}
#sidebar h3 {
	color: #FF0000;
	margin-left: 4px;
}
#main {
	margin: 0 12px 0 262px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	color: #3A4084;
} 
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: -1px 0 0;
	background:url(../images/footer_bg_1000x15.png) no-repeat;
} 
#footer p {
	color: #5C74B4;
	text-align: center;
	font-size: 10px;
	margin: 0;
	padding-top: 20px;
}
#footer a {
	text-decoration: underline;
	color: #5C74B4;
}
.centeredImage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
.sponsor {
	padding-top: 20px;
	padding-bottom: 20px;
}
.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;
}
.odd {
	background: #E1C9C9;
}
.even {
}
.hover {
	background: #0C1B43;
	color: #FFF;
}
/* --------------------------------------------
	Specific Styles
----------------------------------------------- */
a.doc, a.pdf, a.ppt, a.xls, a.zip {
	background: url(images/bg_file_doc.png) no-repeat right 0;
	padding-bottom: 1px;
	padding-right: 22px;
}

a.pdf {
	background: url(images/bg_file_pdf.png) no-repeat right 0;
}

a.ppt {
	background: url(images/bg_file_ppt.png) no-repeat right 0;
}

a.xls {
	background: url(images/bg_file_xls.png) no-repeat right 0;
}

a.zip {
	background: url(images/bg_file_zip.png) no-repeat right 0;
}
#main h1 {
	margin-bottom: .5em;
}
.SpryHiddenRegion {
	visibility: hidden;
}
