﻿a {
	color: #000000;
}
a:visited {
	color: #FFFF00;
}
a:active {
	color: #008000;
}
a:hover {
	color: #FF00FF;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	font-family: "trebuchet MS", Verdana, Arial;
	font-size: small;
	color: #030E49;
}
#header {
	background-position: right center;
	height: 145px;
	background-image: url('images_template/banner.jpg');
	background-color: #030E49;
	background-repeat: no-repeat;
}
#navigation {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #030E49;
	padding-bottom: 5px;
	height: 20px;
	padding-top: 10px;
	color: #030E49;
}
#navigation a {
	text-decoration: none;
}
#nav_buttonbox {
	width: 118px;
	float: left;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}
#right_col {
	width: 315px;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#left_col {
	width: 600px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#main_body {
}
#spacer {
	clear: both;
}
#footer {
	text-align: center;
	font-size: xx-small;
	clear: both;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #030E49;
	padding-top: 10px;
}
.footer_phone {
	font-size: medium;
	font-weight: bold;
	color: #030E49;
}
