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

/* Basic Page Setup */
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

/* Main Site Container */
#siteInterface {
	min-height:100%;
	position:relative;
	width:100%;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Header TAGS */
#header {
	width:100%;
	height:65px;
	background-image:url(graphics/headerBG.png);
}
#headerNavigation {
	margin-left:auto;
	margin-right:auto;
	height:65px;
	width:1030px;
	background-image:url(graphics/headerLogo.png);
	background-repeat:no-repeat;
}
#flashHeadline {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:200px;
	color:#CCCCCC;
	font-size:10px;
	text-align:center;
}

/* Body TAGS */
#body {
	min-height:auto;
	height:100%;
	width:100%;
	background-image:url(graphics/bodyBG.jpg);
	background-repeat:repeat-x;
	padding-bottom:53px;
}
#bodyText {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color:#FFFFFF;
	background-image:url(graphics/border.png);
	background-repeat:repeat-x;
}
#bodyTextSub {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	min-height:650px;
	background-color:#FFFFFF;
	background-image:url(graphics/bodyLAB.jpg);
	background-repeat:no-repeat;	
}
#bodyTextSubLab {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	min-height:650px;
	background-color:#FFFFFF;
}
#body1col {
	padding-top:15px;
	padding-left:36px;
	font-size:12px;
	width:900px !important;
	text-align:left;
	color:#333333;
	float:left;
	line-height:21px;
}
#bodyLeft {
	padding-top:15px;
	padding-left:36px;
	font-size:12px;
	width:400px;
	text-align:left;
	color:#333333;
	float:left;
	line-height:21px;
}
#bodyRight {
	padding-top:22px;
	padding-right:45px;
	font-size:12px;
	width:400px;
	text-align:left;
	color:#333333;
	float:right;
	line-height:21px;
}
#bodyLeft h1 {
	color:#003366;
	font-size:15px;
}
#bodyRight h1 {
	color:#003366;
	font-size:15px;
}

#clear {
	clear:both;
}

/* Footer TAGS */
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:53px;
	width:100%;
	background-image:url(graphics/footerBG.png);
}

