body {
	background-color: #FDE9AC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #6B74B5;
	margin-top: 20px;
	text-align: center;
}
a:link {
	color: #6B74B5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6B74B5;
}
a:hover {
	text-decoration: underline;
	color: #CD8591;
}
a:active {
	text-decoration: none;
}
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#header {
	height: 80px;
	background-image: url(../images/header2.jpg);
	padding-top: 195px;
}
#content_container {
	height: 100%;
	background-image: url(../images/grad2.jpg);
	background-repeat: repeat;
	text-align: left;
}
#footer {
	height: 75px;
	float: left;
	width: 1024px;
	background-image: url(../images/footer2.jpg);
	text-align: center;
	padding-top: 30px;
}
#left_margin {
	width: 132px;
	float: left;
	background-color: #999;
}
#content{
	width: 760px;
	float: left;
	text-align: left;
	padding-top: 5px;
}

#right_margin {
	width: 132px;
	float: right;
}
h2 {
	font-size: 16px;
	color: #8DA849;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 12px;
	color: #8DA849;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content_right {
	float: right;
	width: 550px;
}
#submenu {
	width: 205px;
	float: left;
	margin-left: -40px;
}
#submenu ul li {
	background-color: #FFF;
	text-decoration: none;
	list-style-type: none;
}
#submenu ul li a {
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 150px;
}
#submenu ul li a:hover {
	text-decoration: none;
	color: #8DA849;
	background-color: #FDE9AC;
	display: block;
	list-style-type: none;
}
#content div table td {
	padding: 10px;
}
#top_nav {
	text-align: center;
	padding-bottom: 20px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #D47782;
}
.float_left {
	float: left;
	padding-right: 10px;
}
.float_right {
	float: right;
	padding-left: 10px;
}

