﻿body, div, p {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #c1d2e6;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top right;
}

#mainBox {
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	background-color: White;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 8px;
}

#box1 {
	height: 130px;
	width: 884px;
}
.rightTop {
	float: right;
	margin-top: 35px;
	margin-right: 10px;
}
.logo {
	margin-left: 20px;
	margin-top: 20px;
	border: 0;
}
#box2 {
	width: 884px;
	height: 227px;
	background-image: url(/img/header-top.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#box2sub{
	width: 884px;
	height: 97px;
	background-image: url(/img/SubHead.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#box3 {
	width: 884px;
	height: 228px;
	background-image: url(/img/header-bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}
#box3 p{
	color: White;
	width: 327px;
	position: relative;
	font-weight: bold;
	font-size: 110%;
	top: -20px;
	left: 67px;
}
#box3 p.spot{
	top: 5px;
	font-size: 160%;
	letter-spacing: 0px;
}
.mainLinks{
	text-align: center;
	font-weight: bold;
	font-size: 120%;	
	margin-top: 1em;
}
.mainLinks a{
	color: #002957;
	text-decoration: none;
}
.mainLinks a:hover{
	color: #4078b6;
	text-decoration: underline;
}
#box3 h2{
	position: absolute;
	bottom: 17px;
	left: 509px;
	font-size: 150%;
	font-weight: bold;
	margin: 0; padding: 0;
	color: #262627;
}
#box4 {
	width: 884px;
	position: relative;
}
#subBox{
	width: 884px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
  table-layout: fixed;
}
#leftTd{
	width: 531px;
}
.paddedBox{
	margin: 0 15px 0 15px;
	padding: 0;
}
#rightTd{
	width: 353px;
	background-image: url(/img/sidebar2.png);
	background-position: top left;
	color: #262627;
	background-color: Orange;
}
h3{
	margin-top: 0;
	padding-top: 0;
}
#rightTd ul{
}
#box5 {
	width: 400px;
	float: right;
	background-image: url(/img/sidebar.png);
	background-position: top left;
	padding: 15px 10px 0 36px;
	color: #262627;
	background-color: Orange;
}
#box5 p{
	letter-spacing: .35px;
	margin-left: 140px;
	margin-right: 14px;
	font-size: 96%;
}
#physImg {
	float: left;
}
#box6 {
	width: 436px;
}
#rightTd ul{
	margin: 0; padding: 0;
	margin-left: 0;
	list-style-position: inside;
	color: #002957;
}
#box6 ul{
	margin: 0; padding: 0;
	margin-left: 40px;
	list-style-position: inside;
	color: #003876;
}
#box6 ul li{
	padding-top: 13px;
}
#rightTd ul li{
	padding-top: 8px;
}
#rightTd ul li a, #box6 ul li a{
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
}
#box6 ul li a{
	color: #003876;
	font-size: 140%;
}
#rightTd ul li a{
	color: #002957;
	font-size: 110%;
}
#rightTd ul li a:hover, #box6 ul li a:hover{
	color: #4078b6;
}
#box7 {
	margin-top: 8px;
	background-image: url(/img/line.png);
	background-repeat: no-repeat;
	height: 86px;
	font-weight: bold;
	color: #444;
}
#box7 a img {
	border: none;
	margin-left: 2px;
}
#followBox {
	float: right;
	height: 18px;
	margin-top: 22px;
	margin-right: 24px;
}
#followBox span {
	vertical-align: top;
}
#box8{
	padding-top: 15px;
	margin-left: 10px;
	font-size: 86%;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	color: #003875
}
.style3 {
	color: #666666;
	font-weight: bold;
}
.style6 {
	font-size: 16px
}
.halfBox{
	width: 47%;
	font-size: 85%;
}