body, html, div, span, h1, h2, h3, h4, h5, p, ul, li, img {
	margin:0;
	padding:0;
	border:0;
	font-size: 100%;
	background: transparent;
	vertical-align: baseline;
	font-weight: normal;
}

body {  
	background-image: url(../images/bgsmall.png);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
	color: white;
}


#content {
	width:940px;
	margin:45px auto;
}

#header {
	width:940px;
	overflow: hidden;
	height: 100%; /*for ie6*/
}

#nav li {
	float:right;
	width:80px;
	height:40px;
	text-align:center;
	background-color:#002157;
	display: inline;
}

#nav li a.border {
	border-right:1px solid #455259;
}

#nav li a {
	font-size:12px;
	color:#fff;
	font-weight:normal;
	display:block;
	padding: 15px;
}

#nav li a:hover {
	font-size:12px;
	color:#455259;
	font-weight:normal;
	background-color: #fff;
	text-decoration: none;
}

#nav li a.current {
	color: #455259;
	background-color: #fff;
}

#nav li a:hover.current {
	color:#455259;
	background-color: #fff;
}

#logo {
	float:left;
	background-color: #fff;
	height:80px;
	width:940px;
}

#logo h1 {
	float:left;
	font-size: 24px;
	padding-top: 25px;
	padding-left: 20px;
	color: #455259;
}

#logo h2 {
	float:right;
	font-size:15px;
	font-style: italic;
	padding-top: 30px;
	padding-right: 40px;
	color: #455259;
}

#main {
	margin: 45px 0;
	background-color: #fff;
	height: 282px;
}

#main-about {
	margin: 45px 0;
	background-color: #fff;
}


#main img {
	float:left;
}

#main p {
	font-size: 16px;
	font-weight: lighter;
	color: #455259;
	padding-top: 50px;
	padding-right: 40px;
	line-height: 22px;
}


#col1, #col2, #col3 {
	float:left;
	width:265px;
	margin-right: 70px;
}

#col3 {
	margin-right: 0px;
}

#maincol1 {
	float:left;
	width:265px;
	padding: 50px 70px 140px 20px;
}

#maincol2 {
	float: right:
	width:630px;
	padding-top: 50px;
	padding-right: 20px;
	line-height: 22px;
}

#maincol1 h3 {
	font-size: 18px;
	color: #455259;
}

#maincol2 li {
	font-size: 14px;
	color: #455259;
}

#maincol1 p {
	font-size: 16px;
	line-height: 22px;
	margin-top: -35px;
}

#maincol2 p {
	font-size: 14px;
	margin-top: -35px;
}

#secondary {
	margin-bottom: 100px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	float: left;
	display: inline;
}

#secondary ul {
	padding-top: 12px;
	font-size: 13px;
	text-transform: uppercase;
}

#secondary h3 {
	font-size: 18px;
	padding-bottom: 12px;
}

#footer {
	color: #fff;
	font-size: 12px;
	clear:both;
	background-color: #002157;
	border-top: #fff 1px solid;
	text-align: center;
	padding: 12px 0;
}


#about {
	width: 895px;
	padding: 20px 20px 0px;
	line-height: 22px;
}

.bio {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bio  ul {
	margin-left: 265px;
	width: 635px;
	margin-top: -1.5em;

}

.bio ul li {
	font-size: 14px;
	color: #455259;
	}

.bio h3 {
	font-size: 18px;
	color: #455259;
	}
