﻿a {
	text-align: center;
	min-width: 760px;
}
#container {
	width: 750px;
	margin: 0 auto;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
	color: #0000FF;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FFFF;
	text-decoration: underline;
}
.left_nav_text {
	line-height: 200%;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
#content {
	padding: 1em 2em 1em 2em;
	border-style: solid;
	border-width: thin;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	min-height: 300px;
	float: right;
	width: 684px;
}
#subhead {
	margin: 0px;
	border: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}
#header {
	width: 750px;
	height: 70px;
}
#top_nav {
	border-style: solid;
	border-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-align: center;
	background-color: #FF8080;
	vertical-align: text-top;
	padding-bottom: .25em;
	padding-top: .25em;
	font-weight: bold;
}
#left_nav {
	border-style: solid;
	border-width: thin;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-weight: bold;
	background-color: #FFCC00;
	text-align: left;
	text-decoration: none;
	float: left;
	min-height: 300px;
	margin-top: 0px;
}
#header.img {
	width: 750px;
	height: 70px;
}
.body {
	background-color: #E0E0E0;
}
h1 {
	margin: 0px;
}
#content_left_side {
	float: left;
	width: 25%;
	margin-right: 1em;
	position: relative;
	left: -33px;
	top: -1em;
}

