@charset "UTF-8";
/* CSS Document */
* {
padding:0;
margin:0;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	min-height:100%;
	text-align: left;
	position:relative;
		}
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {
	width:900px;
	w\idth:900px;
}
#mainheader {
	position:absolute;
	left:0;
	top:0;
	height: 506px;
	width:100%;
}
#header {
	height: 506px;
	width:900px;
	position:relative;
}


* html #mainheader {
	height:506px;
	he\ight:506px
}
* html #header {
	height:506px;
	he\ight:506px
}

		
.emphasis {
	font-weight: bold;
	color: #006600;
}

.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	background:#fff;
	position:relative;
	border-bottom: 1px solid #e6e6e6;
}

#clearfooter {
	height:10px;
	width:100%;
	clear:both
}
.blank , .blank2 {
	position:absolute;
	left:547px;
	width:7px;
	height:0px;
	overflow:hidden;
	border-top:	1px solid #fff;
}
.blank {top:-1px;}
.blank2 {bottom:-1px;border-top:1px solid #fff;
}

.bodywrap{
	float:left;
	width:900px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}
.threecolumn{
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 450px;
	z-index: 11;
	position: relative;
	text-align: center;
}

#footer p {
	text-align: center;
	display: block;
	vertical-align: middle;
	font-size: 10px;
	line-height: 13px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
}
#footer p+p {
	text-align: left;
	display: block;
	vertical-align: middle;
	font-size: 9px;
	line-height: 11px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #003366;
}

* html #footer {
	height:25px;
	he\ight:24px;
}
