body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #006600;
	background-repeat: repeat-x;
	background-image: url(../images/background.gif);
}

#title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	height: 40px;
	width: 750px;
	font-weight: bolder;
	color: #FFFFCC;
	font-variant: small-caps;
	vertical-align: middle;
	text-align: center;
}
#subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	vertical-align: top;
	height: 65px;
	color: #FFFFCC;
	width: 750px;
}

#bodybackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bodybackground.jpg);
	height: 709px;
	width: 750px;
	background-repeat: no-repeat;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	background-image: url(../images/navigation.gif);
	height: 38px;
	width: 750px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: top;
	padding: 5px 0px 0px;
}
#mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 625px;
	width: 595px;
	top: 10px;
	right: 75px;
	position: static;
}
#main_top {
	background-image: url(../images/bodybackground_top.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 36px;
	width: 750px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	text-align: center;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	margin-right: 12px;
	margin-left: 12px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-align: left;
		margin-left: 12px;
}



#main_bottom {
	background-image: url(../images/bodybackground_bottom.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 750px;
}



a.navlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-decoration:none;
		background-color: #FFFFCC;
	border: thick solid #FFFFCC;
}
a.navlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-decoration:none;
	background-color: #FFFFCC;
	border: thick solid #FFFFCC;
}
a.navlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration:none;
	background-color: #FFFF66;
	border: thick solid #FFFF66;
}
