body {
	background: url(../images/page-bakground.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
img{
	border:0;
}
a{
	color:#244F76;
}
a:hover{
	text-decoration:none;
}
.container {
	width:900px;
	background: url(../images/container-shadow-bg.gif) repeat-y center top;
	text-align:left;
	margin: 0 auto;
	position:relative;
}
.container .leftshadow {
	top:0;
	left:0;
	position:absolute;
}
.container .rightshadow {
	top:0;
	right:0;
	position:absolute;
}
.maindiv {
	width:870px;
	margin:0 auto;
}
.clear {
	clear:both;
}
.header {
	height:140px;
	width:870px;
	padding:0 0px;
}
.header .logo{
	font: bold 20px "Lucida Grande", "Trebuchet MS", Verdana;
	padding:0 25px;
}
.header .logo{
	font: bold 50px "Lucida Grande", "Trebuchet MS", Verdana;
	padding:35px 25px 0 10px ;
	color:#0076CC;
	float:left;
}
.header .phonenumber{
	font: bold 40px "Lucida Grande", "Trebuchet MS", Verdana;
	color:#D80307;
	float:right;
	padding:20px 25px 0 0;
}
.columns {
	width:870px;
}
.columns .leftcolumn {
	width:202px;
	background:url(../images/leftcolumn-bg.gif) top left repeat-x;
	float:left;
}
.leftnavigation {
	list-style-type: none;
	margin: 20px auto;
	padding: 0;
	width: 180px;
	text-transform: uppercase;
}
.leftnavigation li a {
	background: #000;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: white;
	width: auto;
	padding: 5px 0;
	text-indent: 8px;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
.leftnavigation li a:visited, .leftnavigation li a:active {
	color: white;
}
.leftnavigation li a:hover {
	background-color: #333;
	color: white;
	border-bottom: 1px solid black;
}
/* Hack for IE \*/
* html .leftnavigation li {
	height: 1%;
}
* html .leftnavigation li a {
	height: 1%;
}
/* End */
.logos{
	width: 180px;
	margin:0 auto 20px auto;
}
.logos li{
	text-align:center;
}
.columns .rightcolumn {
	width:667px;
	float:right;
	border-left:1px solid #a7b2b1;
}
.topnav{
	width:667px;
	height:35px;
	background-color:#000;
}
.maincontent{
	padding:15px;
	font:13px "Trebuchet MS";
	color:#000000;
}
.higlight{
	font:bold 13px "Trebuchet MS";
	color:#D90000;
}
.footer{
	background:#000000;
	padding:10px 0;
	text-align:center;
	font:12px "Trebuchet MS";
	color:#FFFFFF;
}
.footer span{
	font:10px "Trebuchet MS";
}
.footer a{
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}