﻿ul{
	border: none; padding: 0; margin: 0;
}
body{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #c1d2e6;
}
a img{
	border: 1px transparent solid;
}
a:hover img{
	border: 1px c1d2e6 dotted;
}
h1, h2, h3, h4, h5, h6{
	color: #473e15;
}
#bodyWrap{
	width: 884px;
	background-color: White;
	padding: 8px;
	margin: 0; border: none;
	margin-left: auto;
	margin-right: auto;
}
#mainBody{
	width: 884px;
	background-color: White;
	padding: 0; margin: 0; border: none;
	margin-left: auto;
	margin-right: auto;
}
#mainBody tr td{
	vertical-align: top;
	margin: 0; padding: 0;
}
#topHeader{
	height: 100px;
}
#subHeader{
	height: 104px;
	background-image: url(/img/SubTop.png);
	background-repeat: no-repeat;
}
#logoBox{
	padding-top: 15px;
	padding-left: 45px;
	width: 376px;
	height: 86px;
}
#rightPhoneBox{
	padding-top: 30px;
	float: right;
	font-size: 100%;
	color: #203d73;
}
#mainHead{
	height: 353px;
	background-image: url(/img/MainHead.png);
	background-repeat: no-repeat;
}
#mainMenu{
	height: 70px;
	background-image: url(/img/MainMenu.png);
	background-repeat: no-repeat;
}
#rightSideBar{
	width: 252px;
	max-width: 252px;
	background-image: url(/img/sidebar.png);
}
#mainArea{
	width: 632px;
	background-color: White;
}
#mainFooter{
	background-image: url(/img/line.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	height: 90px;
	color: #7d7d7d;
}
#footerWrap{
	margin-left: 40px;
}
#mainFooter p{
	margin-top: 0;
}
#twoBoxBox{
	margin-top: 25px;
	margin-left: 40px;
	margin-right: 16px;
	width: 570px;
}
#leftCenterBox{
	border-right: solid 1px black;
}
#leftCenterWrap{
	padding-right: 20px;
	padding-bottom: 20px;
}
#leftCenterWrap h3{
	color: Black;
	margin-top: 0;
}
#rightCenterBox{
	width: 182px;
}
#rightCenterWrap{
	margin-left: 15px;
	padding-bottom: 20px;
}
#rightCenterWrap ul{
	margin: 12px; padding: 0;
	list-style-position: outside;
}
#rightCenterWrap a{
	text-decoration: none;
	color: Black;
}
#rightCenterWrap a:hover{
	text-decoration: underline;
	color: Blue;
}
.sideBar{
	width: 190px;
	font-size: 110%;
	line-height: 23px;
	letter-spacing: 0.25px;
 }
 .sideBar a{
	color: Black;
 }
 .sideBar a:hover{
 	color: Blue;
 }
 #sitesLinks, #footerLinks{
	list-style-type: none;
	margin: 0; padding: 0;
}
#sitesLinksWrap{
	position: relative;
	top: 0;
	left: 6px;
	font: inherit;
}
#sitesLinks li, #footerLinks li{
	height: 1.1em;
	display: inline;
	text-align:	center;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 2px solid #7d7d7d;
}
#footerLinks li{
	border-left-color: #003976;
}
#sitesLinks li.first, #footerLinks li.first{
	padding-left: 0;
	border-left: none;
}
#sitesLinks li a{
	color: #7d7d7d;
	text-decoration: none;
}
#footerLinks li a{
	font-weight: bold;
	color: #003976;
	text-decoration: none;
}
#subMenu{
	height: 115px;
	background-image: url(/img/SubMenu.png);
	background-repeat: no-repeat;
}
#subMenu ul{
	top: 85px;
}
#mainMenu ul{
	top: 42px;
}

#subMenu ul, #mainMenu ul{
	letter-spacing: .75px;
	width: 616px;
	font-weight: bold;
	text-align: center;	
	position: relative;
	border: none;
	padding: 0;
	margin: 0;
	height: 25px;
}
#subMenu ul li, #mainMenu ul li{
	height: 45px;
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
	border-left: 2px solid white;
}
#subMenu ul li.first, #mainMenu ul li.first{
	border-left: none;
}
#subMenu ul li a, #mainMenu ul li a{
	text-decoration: none;
	color: White;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
}
