body,td,th {
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #93A5A9;
}
body {
	background-color: #364450;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 28px;
	color: #FFFFFF;
	text-align: left;
}
h2 {
  font-size: 20px;
	color: #FFFFFF;
	text-align: left;
}
form {
	margin: 0;
}
.main {
	width: 1000px;
	background-color: #172938;
	margin: auto;
	padding: 0;
}
.search_box {
  float: left;
	clear: left;
	width: 200px;
	height: 80px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
.banner {
  background-color: #172938;
	float: left;
	clear: left;
	text-align: center;
}
.title {
  background-color:#0D171F;
  float: left;
  clear: left;
  color:#56686D;
  font-family:"Comic Sans MS",Arial,Verdana;
  font-variant:small-caps;
  height:30px;
  letter-spacing:10px;
  text-align: center;
  vertical-align: middle;
  width:100%;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.menu {
  background-color: #7A95BE;
	float: left;
	clear: left;
	width: 200px;
	font-style: italic;
	font-weight: bold;
}
.menu ul {
  list-style-type: none;
}
.menu li {
  font-size: 10pt;
  line-height: 150%;
  padding: 4px;
}
.menu_default a{
	list-style: none;
	color: #0D171F;
}
.menu_default a:hover {
	background-color: #172938;
	color: #7A95BE;
}
.menu_current a {
	list-style: none;
	color: #000000;
	font-weight:bold;
}
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.content {
	margin-left: 200px;
	background-color: #172938;
	padding: 20px;
	text-align: justify;
	clear: right;
	overflow: auto;
}
.footer {
	background-color:#0D171F;
	clear: both;
	height: 20px;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}
