@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/bg.gif);
	font-family: Verdana;
	font-size:12px;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #444;
	background-color: #fff;
}
a:link, a:active, a:active, a:visited {
	color : #006600;
	text-decoration: underline;
}
a:hover {
	color : #006600;
	text-decoration: none;
}
#ftr a:link, #ftr a:active, #ftr a:active, #ftr a:visited, #ftr a:hover {
	color : #006600;
	text-decoration : underline;
	font-size:11px;
}

#hdr {
	width:765px;
	margin:0 auto;
}
#content {
	width:765px;
	background-color:#FFFFFF;
	margin: 0 auto;   /* align for good browsers */
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}

h2 {
	color: #099466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h3 {
	text-align:left;
	font-size:13px;
	font-family:Arial, sans-serif;
}


/*Nav Bar Menu Info */
.nav_links {
	width:180px;
	margin:0;
	padding:0;
}

.nav_links li {
	display: block;
}

.nav_links li a:link, .nav_links li a:visited,
.nav_links li a:active {
	display: block;
	font-weight: bold;
	color: #099466;
	text-decoration: none;
	border: 1px solid;
	border-color: #099466;
	border-width: 0 0 1px 0;
	padding: 5px;
}

#top_li {
	display: block;
	border: 1px solid;
	border-color: #099466;
	border-width: 0 0 1px 0;
}

.nav_links li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	display: block;

	background-color: #099466;
}
/*Nav Bar Menu Info */