body {
	font-family : Verdana, Arial, Sans Serif;
	font-size : 12px;
	font-weight: normal;
}

* { 
	margin:0;
	padding:0;
}

div#main_wrap {
  width: 705px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  xborder: 1px solid red;
}

* html div#header ul li ul {
	border-top: 1px solid #0E448E;
	border-left: 0px;
	top: 62px;
	left: 0px
	}
body div#header ul li ul { display: none }
div#header ul li:hover ul, div#header ul li ul:hover { display: block }
div#header {
  height: 80px;
  width: 554px;
  background: url(../images/layout/header.gif) no-repeat;
}
div#header ul {
  padding: 48px 0 0 88px;
  list-style: none;
}
div#header ul li {
  display: inline;
  padding: 0 6px 0 6px;
  border-left: 1px solid black;
  font-size: 11px;
  position: relative;
}
div#header ul a {
  color: black;
  text-decoration: none;
}
div#header a:hover {
  color: #993400;
}
div#header ul li ul {
  
  width: 106px;
  padding: 0;
  left: -1px;
  top: 14px;
  position: absolute;
}
div#header ul li ul li {
  font-size: 9px;
  width: 100%;
  display: block;  
  background: #E7F1F8;
  border-left: 1px solid #0E448E;
  border-bottom: 1px solid #0E448E;
  border-right: 1px solid #0E448E;
  position: relative;
  padding: 5px;
 }
 div#header ul li ul li:first-child {
  border-top: 1px solid #0E448E;
 }
div#content_area {
  width: 555px;
  float: left;
}
div#content_area a {
	color: #993400;
}
div#left_column {
  width: 146px;
  float: left;
}
div#left_nav {
 height: 169px;
 width: 146px;
 background: url(../images/navigation/navigation.gif) no-repeat;
}
div#left_nav ul {
 list-style: none;
}
div#left_nav ul a {
 display: block;
 height: 21px;
 width: 142px;
 font-size: 8px;
 text-indent: -9999px;
}
div#contact_info {
   padding-top: 50px;
  text-align: center;
  font-size: 9px;
}
div#footer {
   margin-top: 10px;
   padding-top: 5px;
   margin-bottom: 20px;
   border-top: 1px solid #0572B5;
   text-align: center;
   font-size: 11px;
   color: #0572B5;
}
div#footer a {
   color: #0572B5;
}
.section_head {
   margin: 10px auto;
}
div#center_content {
	width: 280px;
	float: left;
	padding: 12px;
	xborder: 1px solid red;
}
div .content h1 {
	padding: 10px 0 20px 40px;
}
div .content h2 {
	padding: 10px 0 20px 6px;
}
div .content p {
	padding-bottom: 1.25em;
}
div .content ul {
	padding-left: 40px;
	padding-bottom: 1.25em;
}
div#full_page_content {
	width: 515px;
	float: left;
	padding: 12px 20px;
	
}
div#right_sidebar {
	width: 250px;
	background: #0572B5;
	float: left;
	color: white;
	xborder: 1px solid green;
}
div#right_sidebar div {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 3px;
	margin: 10px;
}
div#right_sidebar h1 {
	padding: 35px 0 0 10px;
	font-size: 16px;
}
div#right_sidebar h3 {
	font-size: 11px;
	padding: 10px 0 15px 0;
}
div#right_sidebar div a {
	display: block;
	color: white;
	font-size: 11px;
	padding-bottom: 1.5em;
}

ul2 {
	list-style: disc;
        list-style-position: outside;
	margin-left: 1.5em;
}