body {
	background-color: #FFFFFF;
	background-image: url(images/bg_image.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 130%;
	color:#333333;
}
img {
	border: none;
}
a, a:visited {
	color:#3399FF;
	text-decoration: none;
}
a:hover {
	color:#FF6600;
	text-decoration: none;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
strong {
	color: #666666;
}
hr {
	height: 1px;
	clear: both;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DDDDDD;
}
.clear {
	clear:both;
	height: 0px;
}
h1 {
	font-size: 180%;
	margin-top: 15px;
	color: #FF6600;
	margin-bottom: 30px;
	line-height:110%;
}
h2 {
	font-size: 125%;
	color: #41657A;
	margin-top: 10px;
	margin-bottom: 2px;
	line-height: 125%;
}
h3 {
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 2px;
	line-height: 110%;
	color: #41657A;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #41657A;
	margin-top: 15px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 16px;
}
ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#right_col ul {
	list-style: none;
	margin: 10px 0 15px 5px;
	padding: 0 ;
}
#right_col ul li {
	background: url(images/bullet-blue.gif) no-repeat;
	padding-left: 14px;
}
#right_col ul li ul {
	list-style: none;
	margin: 5px 0 0px 5px;
	padding: 0 ;
}
#right_col ul li ul li {
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px;
}

ol {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
}
ol li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul.sidenav {
	list-style-image: url(images/arrow_sidenav.gif);
	list-style-type: none;
	margin-top: 5px;
}
ul.sidenav li{
	margin-bottom: 5px;
	padding: 0px;
}
#header_wrap {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 72px;
}
#header_wrap .logo{
	float:left;
}
#header_nav{
	margin-top: 50px;
	padding-right: 10px;
	float:right;
	font-size: 85%;
	color: #6699FF;
}
#header_nav a{
	color: #66CCFF;
	text-decoration: none;
}
#header_nav a:hover{
	color: #BBE9FF;
}
#nav {
	width: 750px;
	height: 28px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	padding: 5px 0 0;
	margin: 0;
	float: left;
}
#nav ul li a {
	text-decoration: none;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 25px;
	text-transform: uppercase;
}
#nav ul li a:visited {
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: none;
	color:#000000;
}
.content_wrap {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.footer_divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d4d4d4;
	clear: both;
	margin-bottom: 3px;
}
#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
.img_floatleft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.link_arrow {
	padding-right: 5px;
}
#copyright {
	float:left;
	font-size: 80%;
	color:#999999;
}
#footer_nav {
	float:right;
	font-size: 90%;
	color:#999999;
}
#footer_nav a{
	color: #666666;
	text-decoration: none;
}
#footer_nav a:hover{
	color: #000000;
	text-decoration: none;
}
.home_col3-1 {
	background-image: url(images/home_row_bg.gif);
	background-repeat: repeat-x;
	width: 225px;
	height: 210px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
}
.home_col_header {
	margin-bottom: 10px;
}

.home_col3-3 {
	background-image: url(images/home_row_bg.gif);
	background-repeat: repeat-x;
	width: 226px;
	height: auto;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 5px;
}
#left_col {
	width: 160px;
	float: left;
	margin-right: 20px;
	margin-top: 26px;
	padding-bottom: 30px;
}
#right_col {
	margin-top: 5px;
	width: 570px;
	float:right;
	padding-bottom: 30px;
}
.sidenav_header{
	font-size: 110%;
	font-weight: bold;
	color: #41657A;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#breadcrumbs {
	font-size: 80%;
	text-transform: uppercase;
}
#breadcrumbs a{
	color: #999999;
}
#breadcrumbs a:hover{
	color: #000000;
}
.form_button {
	color: #ffffff;
	padding: 2px;
	background-color: #3399FF;
	border: 1px solid #5287B1;
}
.form_field {
	color: #000000;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #5287B1;
}
.orange {
	color: #FF9900;
}
.map {
	padding: 4px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.sidenav_active {
	color: #FF6600;
}
.left {
	float: left;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.divider {
	margin-right: 15px;
}
.alert {
	background: #ebf1fd url(images/alert.gif) no-repeat 15px 10px;
	padding: 10px 10px 5px 60px;
	border: solid 1px #c4d1e9;
	clear: both;
	width: 290px;
	margin-bottom: 15px;
}