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

body {
	background-color: #FFF;
	color: #4a4a4a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
}
.nav_cell {
	background-image: url(../images/nav_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #04559E;
	padding-right: 9px;
}
.footer_details {
	font-size: 9pt;
	line-height: 11pt;
	color: #04559E;
}
.ds_right {
	background-image: url(../images/ds_right.jpg);
	background-repeat: repeat-y;
}
.ds_left {
	background-image: url(../images/ds_left.jpg);
	background-repeat: repeat-y;
}
.content_column {
	background-image: url(../images/content_back.jpg);
	background-repeat: repeat-y;
}
.content_cell {
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}
.footer_cell {
	background-image: url(../images/footer_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link{
	color:#1b9563;
	text-decoration: none;
}
a:visited{
	color:#1b9563;
	text-decoration: none;
}
a:hover{
	color:#04559E;
	text-decoration: none;
}
a:active{
	color:#1b9563;
	text-decoration: none;
}
.bottom_nav_cell {
	color: #04559E;
	padding-right: 9px;
}
#map{
	background:#F8F2E6;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
