#container {
	width:790px;
	text-align:left;
	background:#FFF;
	padding-bottom:40px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0;
	padding:0;
	text-align:center;
	background-color: #BBDFF9;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
#header {
	position:relative;
	width:788px;
	height:105px;
}
#navbar {
	position:relative;
	left:0;
	top:-2px;
	width:789px;
	height:53px;
	background-color: #CCC;
}
#navbar1 {
	position:relative;
	left:0;
	top:0;
	width:789px;
	height:25px;
	background-color: #CCC;
}
#navbar2 {
	position:relative;
	left:0;
	top:0;
	width:789px;
	height:27px;
	background-color: #CCC;
}
#contentbox {
	position:relative;
	width:789px;
}
#picbox {
	position:relative;
	left:0;
	top:0;
	width:230px;
	padding-top: 32px;
	padding-left: 36px;
	float:left;
}
#textbox {
	position:relative;
	left:0;
	top:0;
	width:430px;
	padding-top: 32px;
	float:right;
	padding-right: 36px;
}
#navcontainer ul
{
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 1px;
	margin-bottom: 0px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #224675;
	color: white;
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: bold;
	font-size: 12px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
margin-bottom: 0;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #2F81D4;
	color: white;
}
#navcontainer #active { 
	border-left: 1px solid #fff; 
}
#footer {
	position:relative;
	width:750px;
	height:120px;
	padding-left:30px;
	background-color: #FFF;
}
#line {
	position:relative;
	left:0;
	top:0;
	width:730px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #045CBD;
	padding-bottom: 12px;
}
#footerpic {
	position:relative;
	left:0;
	top:0;
	width:470px;
	height:118px;
	float:left;
	padding-right: 15px;
}
#address {
position:relative;
	left:0;
	top:0;
	width:730px;
	height:90px;
	float:left;
}
.address_lesslarge {
	font-size: 16px;
	font-weight: bold;
}
#clearfloats{
	clear:both;
}
#sidetext {
	position:relative;
	left:0;
	top:0;
	width:208px;
	height:150px;
	padding: 16px;
	background-color: #CCC;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}