body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #2D73AE;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;
}

a:hover {
	text-decoration: underline;	
}

td {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

h2 {
	color: #4D6F45;
	font-weight: lighter;
	background: #B1D9A8;
	padding: 5px;
	border: 1px solid #4D6F45;
}

ul.green {
	background: #D6EBD2;
	padding: 5px;
	margin: -18px 0 0 10px;
}

li {
	margin-left: 20px;
}

#container {
	width: 927px;
}

#header {
	width: 927px;
	height: 165px;
	background: url(images/header.gif) no-repeat top left;
}

#driving_directions {
	width: 130px;
	height: 30px;
	position: relative;
	top: 60px;
	left: 545px;
	cursor: pointer;
}

#home {
	width: 250px;
	height: 150px;
	cursor: pointer;
	position: relative;
	top: -30px;
}

#navigation {
	background: #8CC77F url(images/nav_bg.gif) top left repeat-x;
	width: 249px;
	text-align: right;
	line-height: 5px;
}

#content_container {
	float: right;
	width: 678px;
}

#content {
	background: url(images/content_border.gif) top left;
	width: 503px;
	margin-left: 12px;
}

#logos {
	float: right;
	width: 163px;
	text-align: center;
}

#divider_bottom {
	height: 15px;
	width: 927px;
	background: url(images/divider_bottom.gif);
	clear: both;
}

#copyright {
	margin-left: 261px;
	background: url(images/content_border.gif) top left;
	width: 503px;
	padding: 10px;
	font-size: 12px;
	color: #7F7F7F;
}

.navlink, .navlink_sub, .sub_navlink {
	color: #000000;
	font-weight: bold;
	padding-right: 36px;
	position: relative;
	top: -12px;
}

.navlink_sub {
	background: url(images/arrow.gif) top right no-repeat;
}

.sub_navlink {
	padding-left: 10px;
}

.logo {
	border: 1px solid #FFFFFF;
}

.logo:hover {
	border: 1px solid #EEEEEE;
}

.module {
	padding: 10px;
}

.heading {
	padding-bottom: 10px;
}

.nav_divider {
	padding-bottom: 24px;
	width: 249px;
	height: 2px;
}

.submenu {
	background: #8CC77F url(images/nav_bg.gif) top left repeat-x;
	width: 249px;
	line-height: 5px;
}

.right {
	float: right;
}

.left {
	float: left;
}