body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #373B2F;
}
a:link {
	color: #96C146;
	text-decoration: none;
	background-color: #373B2F;
}
a:visited {
	text-decoration: none;
	color: #96C146;
	background-color: #373B2F;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #373B2F;
}
a:active {
	text-decoration: none;
	color: #96C146;
	background-color: #373B2F;
}
h1 {
	width: 740px;
	margin-top: 20px;
	border: 3px inset #333333;
	background-color: #96C146;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 9px;
	color: #333333;
}
.top_bar {
	background-image: url(images/top_bar.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 10px;
	margin-bottom: -20px;
}

.top_bar a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #96C146;
}
.top_bar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #96C146;

}
.container {
	background-image: url(images/bground.gif);
	background-repeat: repeat-y;
	width: 750px;
	height: 350px;
	margin-top: 5px;
	border: 3px inset #333333;
}
.nav_box {
	color: #333333;
	background-color: #BABAB9;
	text-align: left;
	float: left;
	width: 145px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.nav_box a {
	color: #333333;
	text-decoration: none;
	width: 145px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	background-color: #BABAB9;
}
.nav_box a:visited {
	color: #333333;
	background-color: #BABAB9;
}
#active {
	border-bottom: 1px solid #333333;
	color:#FFFFFF;
}
.ad_box {
	font-weight: bold;
	color: #333333;
	text-align: center;
	float: right;
	width: 145px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #96C146;
}
.content {
	text-align: left;
	width: 415px;
	height: 330px;
	overflow: auto;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.footer {
	width: 740px;
	margin-top: 20px;
	border: 3px inset #333333;
	background-color: #96C146;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 8px;
	color: #333333;
}
.footer a {
	color: #333333;
	text-decoration: none;
	background-color: #96C146;
}

img {
	padding: 2px;
	/*float: left;*/
	border: 1px solid #96C146;
}