body {
	background-color: #666699;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #666699;
	font-style: italic;
	line-height: 29px;
}

#container {
	width: 750px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	top: 0px;
	z-index: 100;
	position: relative;
	height: 100%;
	overflow: hidden;
}
#insidenav {
	background-image: url(images/insidenavbg_04.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 210px;
	position: relative;
	z-index: 20;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	width: 430px;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 490px;
	line-height: 19px;
	position: relative;
	z-index: 1;
	float: left;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#content a:link {
	color: #973657;
	text-decoration: none;
}
#content a:visited {
	color: #81B14B;
	text-decoration: none;
}

#footer a:hover {
	color: #53537B;
	text-decoration: none;
}

#header {
	width: 750px;
	color: #8585AD;
	height: 278px;
	position: relative;
}
#container #content li {
	list-style-type: disc;
	margin-bottom: 12px;
}
#content a:hover {

	color: #53537B;
	text-decoration: none;
}
