@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#4d8bb4;
	margin:0;
	padding:0;
	color:#525252;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#666666;
}

.wrapper{
	width:850px;
	height:570px;
}
.header{
	width:850px;
	height:79px;
	background-image:url(images/header.png);
}

.menubar{
	width:850px;
	height:19px;
	background-image:url(images/menu.png);
	text-align:center;
}
.bodyleft{
	width:300px;
	height:400px;
	
	display:inline;
	float:left;
}

.bodyspacer{
	width:20px;
	height:400px;
	
	display:inline;
	float:left;
}

.bodyright{
	width:500px;
	height:400px;
	
	display:inline;
	float:left;
}
.bodysingle{
	width:810px;
	height:450px;
	padding-left:20px;
	padding-right:20px;
	overflow:auto;
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}

.justify{
	text-align:justify;
}


#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu ul li { display: inline; }

#menu ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color:#E0E0E0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#menu ul li a:hover{
	color:#FFFFFF;
}

.telnum{
	font-size:18px;
	font-weight:bold;
	color:#4d8bb4;
}