body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #01245c;
	margin: 0px;
}
#container {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 123px;
	width: 1024px;
}
#rotator {
	background-image: url(../images/bg_rotator.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 279px;
	width: 1024px;
}
#rotator_image {
	height: 269px;
	width: 740px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 1024px;
	padding-top: 30px;
	min-height: 500px;
}

#content a, #content:visited {
	color: #000;
}
#content_container {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#content_panelleft {
	float: left;
	width: 257px;
	line-height: 22px;
}
#content p {
	padding-left: 10px;
	padding-right: 10px;
}

#content_panelleft h1 {
	color: #042960;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-image: url(../images/bg_subheader_left.gif);
	background-repeat: no-repeat;
	width: 257px;
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.bullet {
	list-style-image: url(../images/bullet.gif);
}

#content_panelright {
	float: left;
	width: 453px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 22px;
}
#content_panelright h1 {
	color: #042960;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-image: url(../images/bg_subheader_right.gif);
	background-repeat: no-repeat;
	width: 453px;
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#content a:hover {
	color: #3cf;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-y;
	clear: both;
	width: 1024px;
	height: 77px;
	color: #FFF;
	padding-top: 44px;
	padding-left: 140px;
	line-height: 18px;
}
#footer a {
	color: #FFF;
}

.service_image {
	margin: 2px;
	border: 2px solid #01245C;
}
.service_image:hover {
	border-top-color: #7DBAFD;
	border-right-color: #7DBAFD;
	border-bottom-color: #7DBAFD;
	border-left-color: #7DBAFD;
}
.error {
	color: #F00;
}

