body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
}
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000068;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #CE0021;
	text-decoration: underline;
}
/*----------------------------------LAYOUT------------------------------*/
#links{
	float:right;
}
#sub_header{
	background:url(images/sub_bg.png);
	height: 42px;
}
#content{
	padding:10px;
}
#text_area{
	position: relative;
	left:250px;
	margin-right: 300px;
	top: -240px;
	min-height:200px;
	margin-bottom:-200px;
}
#menu{ 
	position:relative;
	width: 218px;
	height: 250px;
	background:#E8EAEC;
}
#menu_links{
	padding: 10px 15px 15px;
	line-height:2;
}
#footer{
	background:url(images/footer.png);
	height: 29px;
	clear:both;
	color:#fff;
	padding-top: 5px;
	padding-left: 20px;
}
/*---------------------EO2 Stuff---------------------------*/

.button{
	font-family: Arial, Helvetica, sans-serif;
	background: #5678AB;
	border:1px outset #cccccc;
	color: #fff;
	padding: 2px;
}
.button:hover{
	background: #E8EAEC;
	border:1px inset #cccccc;
}

body, p, .text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.smalltext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}

h1, .head1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #0E408E;
  font-weight: bold;
}

h2, .head2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #0E408E;
  font-weight: bold;
}

h3, .head3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #0E408E;
  font-weight: bold;
}

h4, h5, h6, .head4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0E408E;
  font-weight: bold;
}

TEXTAREA {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.cell_light {background-color: #E8EAEC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666}
TD.cell_medium {background-color: #5678AB; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold}
TD.cell_dark {background-color: #0E408E; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold}
TD.cell_white {background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666}
TD.cell_black {background-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold}
