/* CSS Document */

/* Default Tag Styles */
html {height: 100%;}
body {
	margin: 0px;
	height: 100%;
	background-image: url(/images2/tile.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #4A4A4A;
	text-align:center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
ul, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0973AD;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0973AD;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0973AD;
	text-align: left;
}

/* Site Div Definitions */
.Main {
	width: 800px;
	background-image: url(/images2/bgTile_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#MainHeader {
	background-color: #FFFFFF;
	height: 115px;
	width: 800px;
}
#HeaderLogo {
	height: 115px;
	width: 206px;
	position: relative;
	float: left;
}
#HeaderSlogan {
	height: 115px;
	width: 370px;
	position: relative;
	float: right;
}
#ContentHeader {
	text-align: left;
	vertical-align: top;
	clear: left;
	height: 29px;
	width: 800px;
	position: relative;
	background-image: url(/images2/bgTile_contentTop.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}
#LeftNav {
	clear: left;
	float: left;
	height: 432px;
	width: 169px;
	position: relative;
	text-align: right;
}
#watermark {
	background-image: url(/images2/contentArea_watermark2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#Content {	
	float: right;
	width: 594px;
	position: relative;
	top: 0px;
}
#MainFooter {
	background-image: url(/images2/bgTile_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: left;
	float: left;
	height: 80px;
	width: 800px;
	position: relative;
}
#MainFooter2 {
	background-image: url(/images2/bgTile_footer.gif);
	background-repeat: repeat-x;
}
#FooterTagline {
	float: left;
	height: 80px;
	width: 184px;
	position: relative;
}
#FooterContent {
	float: right;
	height: 50px;
	width: 616px;
	position: relative;
	text-align: right;
	vertical-align: bottom;
}
#content {
	padding-right: 20px;
}
 
/* Site Text Styling */
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0973AD;
	text-decoration: none;
}
.footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0973AD;
	text-decoration: none;
}
.footerLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF9900;
	text-decoration: underline;
}
.footerTextGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.footerLinksGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.footerLinksGrey:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0973AD;
	text-decoration: underline;
}
#footer {
	padding: 30px 20px 30px 5px;
	background-image: url(/images2/bgTile_footer.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	}
#footerLeft {
	background-image:url(/images2/bgFooterLeft.gif);
	background-repeat: repeat-y;
	}
#border {
	background-image:url(/images2/centerTile.gif);
	background-repeat:repeat-y;
	background-position:left;
	height: 100%;
	width: 800px;
	}
#wrapper {
	height: 100%;
	}
	
		
.separator {
	clear: both;
	width: 100%;
	text-align:center;
	}
.rightBox {
	float: right;

}
.leftBox {
	float: left;
}
.leftBox, .rightBox {
	padding: 8px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
.hline {
	height: 1px;
	font-size: 0px;
	border-top: 1px solid #666666;
	border-bottom: 0;
	margin: 5px 0;
	}