/* CSS Document */
html {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#8a8a8a;
	text-align: center;
	min-width: 838px;
	height:100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
a:link{
	color:#e40201;
	text-decoration:underline;
}
a:hover{
	color:#e40201;
	text-decoration:underline;
}
a:visited{
	color:#e40201;
	text-decoration:underline;
}
a:active{
	color:#e40201;
	text-decoration:underline;
}
#content_container {
	position:relative;
	margin:0 auto;
	width:838px;	
	
	min-height: 100%;
	background-image:url(../images/main_column_background.gif);
	
}
#content {
	width:838px;	
	position: relative;
	/*margin-left:19px;
	margin-right:19px;*/
	padding-bottom:67px;
	text-align: left;
	min-height: 100%;	
	
}

* html #content_container {
	height: 100%;
}
#header {		
	width:800px;
	text-align: left;
	padding-bottom:11px;
}
#topnav {
	position: absolute;
	text-align: left;
	/*margin-left: 397px;*/
	right: 20px;
	margin-top: 21px;
	z-index:1;
	top: 2px;

}
#topbanner {
	margin-left: 19px;
	margin-right: 19px;
	width: 800px;
	text-align: center;
	padding-bottom:5px;
}
#footer_container {
	text-align: center;
	margin:0 auto;
	position: relative;
	background-image:url(../images/main_column_background.gif);
	margin-top: -56px;
	width:838px;
}
#subnav {
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/subnav_grad.gif);
	width:204px;
	left: 20px;
	top:363px;
	text-align: left;
	z-index:2;
}
.subnav_title{
	padding-top:18px;
	text-indent:22px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	/*height:24px;*/
	padding-bottom:7px;
	background-image: url(../images/subnav_title_back_grey.gif);
	
}
#pagecontent {	
	width:587px;
	text-align: left;
	margin:auto;
	margin-left:224px;
}
.pagecontent_title{
	font-family:Arial, Helvetica, sans-serif;
	padding-top:15px;
	padding-bottom:18px;
	text-indent:13px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-image: url(../images/content_header_back_grey.gif)
	
	
}


#footer{
	position: relative;
	height: 19px;
	width:800px;
	background-color: #999999;
	margin-left: 19px;
	margin-right: 19px;
}
#omnilab{
	position: relative;
	height: 37px;
	width:800px;
	background-color: #000000;
	margin-left: 19px;
	margin-right: 19px;
}
.subnav_item_1{
	padding-left:22px;
	padding-right:15px;
	height:24px;
	vertical-align:middle;
	font-weight:bold;
	font-size:11px;
}
.subnav_item_1_over{
	padding-left:22px;
	padding-right:15px;
	height:24px;
	vertical-align:middle;
	font-weight:bold;
	font-size:11px;
	background-image:url(../images/subnav_item_hilite_grey.gif)
}
a.subnav_item:link {
	color:#000000;
	text-decoration:none;
}
a.subnav_item:visited {
	color:#000000;
	text-decoration:none;
}
a.subnav_item:hover {
	color:#000000;
	text-decoration:none;
}
a.subnav_item:active {
	color:#000000;
	text-decoration:none;
}

.subnav_item_2{
	margin-left:25px;
	height:24px;
	vertical-align:middle;
	font-size:11px;
	text-indent:26px
}
.subnav_item_2_over{
	margin-left:25px;
	height:24px;
	vertical-align:middle;
	font-size:11px;
	text-indent:26px
}
.Page_subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.tertiary_nav{
	background-image: url(../images/content_header_back_grey.gif);
	text-align:right
}
.diaglines{
	background-image: url(../images/content_header_bottom_grey.gif);
	width:587px;
	height:10px;
}
