body{
	margin: 0;
	padding: 0;
	background-color: #efefef;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
a{
	color: #4067CD;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
h3 {
	color:#FF0033;
	font-size:16px;
	font-weight:bold;
}
.clear{
	clear: both;
}
#pageContainer{
	background-image: url("../images/pageBG.gif");
	background-repeat: repeat-y;
	background-position: top center;
	width: 800px;
	padding: 0 4px;
	margin: auto;
}
#leftHeaderContainer{
	background-image: url("../images/headerBG.gif");
	background-repeat: repeat-x;
	height: 100%;
	float: left;
	width: 160px;
}
#rightHeaderContainer{
	background-image: url("../images/headerBG.gif");
	background-repeat: repeat-x;
	height: 100%;
	float: right;
	width: 640px;
	top:0;
}
#logoContainer{
	float: left;
	margin: 5px 0 0 10px;
}
#contactInfoNavContainer{
	float: right;
}
#contactInfoContainer{
	text-align: right;
	color: #CCC;
	font-size: 10px;
	font-weight: bold;
	margin: 2px 10px 0 0;
}
#contactInfoContainer .phone{
	font-size: 14px;
	color: #fff;
}
#contactInfoContainer a{
	color: #ccc;
	text-decoration: none;
}
#contactInfoContainer a:hover{
	text-decoration: underline;
}
#navContainer{
	padding-top: 23px;
}
#navContainer ul{
	list-style-type: none;
	margin: 0 10px 0 auto;
}
#navContainer ul li{
	display: inline;
	float: left;
	padding-left: 2px;
}
#navContainer ul li a{
	padding: 5px 10px 5px 10px;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	
}
#navContainer ul li a:hover, #navContainer ul li .active{
	background-color: #E51837;
	color: #fff;
	text-decoration: none;
}
#leftContentContainer{
	width: 160px;
	float: left;
}
#rightContentContainer{
	width: 640px;
	float: right;
	vertical-align:top;
}
#footerContainer{
	border-top: 1px solid #222222;
	text-align: right;
	padding: 9px;
	font-size: 10px;
	color: #222222;
	border-bottom: 1px solid #222222;
	width:785px;
}
