body {
	background-color: #fff;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
}
h3 {
	color: #676767;
	font-size: 115%;
	margin-bottom: 0;
}
#header {
	text-align: center;
}
#header_sub {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-weight: bold;
}
#nav {
	width: 550px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #9394FF;
	padding: 2px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	border: 1px solid #1349AB;
}
#nav a:link {
	text-decoration: underline;
	color: #FEFF0B;
}
#nav a:visited {
	text-decoration: underline;
	color: #FEFF0B;
}
#nav a:hover {
	text-decoration: underline;
	background-color: #D0D0D0;
	color: Blue;
}
#nav a:active {
	text-decoration: underline;
	color: #FEFF0B;
}
#wrapper {
	width: 550px;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 25px;
}
#main {
	text-align: center;
	padding: 5px;
	font: 95% "MS Serif", "New York", serif #000;
	letter-spacing: .1em;
}
#main a:link {
	text-decoration: underline;
	color: #3C6F9B;
	font-weight: normal;
	letter-spacing: .1em;
}
#main a:visited {
	text-decoration: underline;
	color: #3C6F9B;
	font-weight: normal;
	letter-spacing: .1em;
}
#main a:hover {
	text-decoration: underline;
	color: #00008B;
	background-color: #E9E9E9;
}
#main a:active {
	text-decoration: underline;
	color: #3C6F9B;
	font-weight: normal;
	letter-spacing: .1em;
}
#btm_body {
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 70%;
	font-family: "Times New Roman", Times, serif;
	color: #FFCA95;
	border: 1px solid #1349ab;
	background-color: #9394FF;
}
#footer {
	clear: both;
	width: auto;
	padding: 3px;
	margin-top: 15px;
	text-align: center;
	font: 75% "Times New Roman", Times, serif #000;
	border: 1px solid #000;
	background-color: #2E8B57;
}
#footer a:link, a:visited, a:active {
	text-decoration: underline;
	color: Blue;
}
#footer a:hover {
	text-decoration: underline overline;
	color: #000197;
	background-color: #37FF39;
}

