@charset "UTF-8";
/* nate.reeves@gmail.com */

body  {
	font: 10px Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #042155;
}
.thrColFix #container { 
	width: 800px;
	background: #fff;
	margin: 0 auto;
	border: 0;
} 
.thrColFix #spacer0 {
	width:800px;
	height:60px;
}
.thrColFix #logo {
	background-image:url(../images/logo.jpg);
	margin: 0px 75px;
	width:240px;
	height:60px;
	text-align:left;
}
.thrColFix #spacer1 {
	width:800px;
	height:40px;
}
.thrColFix #nav {
	margin: 0px 75px;
	width:725px;
	height:10px;
	text-align:left;
}
.thrColFix #spacer2 {
	width:800px;
	height:25px;
}
.thrColFix #mainContent { 
	float:left;
	width: 280px;
	margin: 15px 75px;
	padding: 0 0;
	text-align: left;
}
.thrColFix #subContent { 
	float:left;
	width: 280px;
	margin: 15px 0;
	padding: 0 0;
	text-align: left;
}
a {
	font-size:11px;
	line-height: 18px;
	letter-spacing: 0px;
	color:#43608F;
}
a:hover {
	color:#BDCED9;
}
p {
	font-size:11px;
	line-height: 18px;
	letter-spacing: 0px;
	color:#43608F  
}
p1 {
	font-size:11px;
	font-weight:bold;
	line-height: 18px;
	letter-spacing: 0px;
	color:#43608F
}
lnk {
	align: right;
	color:#999999;
}
ol {
	margin: 0 0;
	font-size:11px;
	line-height: 20px;
	letter-spacing: 0px;
	text-transform:uppercase;
	color:#43608F;
}
.thrColFix #legal {
	margin: 0;
	padding: 5px 0px;
	width: 800px;
	color: #BDCED9;
	position: fixed; bottom: 0;
	letter-spacing: 0;
	text-size: 9px;
	text-align: center;
	background-color: #fff;
	display:block;
}
h1 {
	font-size:13px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 200%;
}
h2 {
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 0px;
	font-weight: bold;
	line-height: 100%;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
