/* CSS Document */
html{
	height:100%;
}
body{
	background:#EEEEEE url(/images/bgrd.jpg) center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	height:100%;
	text-align:center;
}
img{
	border:0;
}
form {
	margin:0;
	padding:0;
}
.bin{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:772px;
	position:relative;
	min-height:100%;
}
* html .bin{
	height:100%;
}
.header{
	width:772px;
	height:130px;
	float:left;
}
.spacer {
	float:left;
	width:10px;
}
.nav {
	float:left;
	width:150px;
	font-weight:bold;
}
.main {
	float:left;
	width:430px;
	padding-bottom: 50px;
	line-height:160%;
}
.fullMain {
	float:left;
	width:580px;
}
.right {
	float:left;
	width:148px;
	font-size: 11px;
}
.footer {
	clear:both;
	background: url(/images/binary.jpg) no-repeat top center;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:-40px;
	padding-top:15px;
	padding-bottom:0px;
	font-size:10px;
	position:relative;
	width:772px;
	height:20px;
}
.wSpacer {
	float:left;
	width:5px;
}
.options {
	font-size:11px;
	text-align:right;
	margin-bottom: 10px;
	color: #00398F;
}
.footer a, .location a, .options a {
	font-weight:bold;
}
.location {
	line-height: normal;
	color: #00398F;
	font-size: 11px;
}
.footleft{
	float:left;
	width:200px;
	height:20px;
	line-height: 20px;
}
.footright{
	float:left;
	width:545px;
	height:20px;
	line-height: 20px;
	text-align:right;
}
.contentBox{
	border:1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 3px;
	line-height:normal;
}
a {
	color: #316A91;
	text-decoration:none;
}
a:hover {
	color: #004FC7;
	text-decoration:underline;
}
h1 {
	color:#B1000A;
	font-size:22px;
	padding: 0;
	margin-top:15px;
	margin-bottom:10px;
	letter-spacing: -1px;
	line-height: normal;
}
h2 {
	color:#B1000A;
	font-size:19px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: normal;
}
h3	{
	color:#B1000A;
	font-size:15px;
	padding:0;
	margin-top: 10px;
	margin-bottom: 3px;
	line-height: normal;
	letter-spacing: -1px;
}
.contentBox h3 {
	margin-top: 2px;
	margin-bottom: 2px;
}
.nav ul {
	margin-top: 0;
	margin-left: 0px;
	padding: 0;
	list-style: none;
}
.nav ul ul{
	margin-top: 8px;
	margin-left: 10px;
}
.nav li {
	margin:0;
	margin-bottom:8px;
}
.sideImage {
	margin-top:10px;
	border:1px solid #BBBBBB;
}
a.activeLink{
	color:#CC0000;
}
a:hover.activeLink{
	color:#990000;
}