<style type="text/css">

body {
  margin: 0px;
  padding: 0px;
}
.contentTitle {
  font-size: 20;
  font-weight: bold;
 }
  
#site{
  font-family: "Tahoma";
  width: 1275px;
}
.left_border {
  border-width: 5px;
  border-color: white;
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}
.blue {
  background: #003093;
}
.red {
  background: #A00A0E;
}
.product_logo {
  float: left;
  border-width: 5px;
  border-color: white;
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
}
.member_logo {
  float: left;
  border-width: 5px;
  border-color: white;
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
}
#header {
  width: 100%;
  height: 163px;
}
#topleft_logo{
	width: 283px;
	height: 169px;
	float: left;
}
#topmiddle_accentpic{
	width: 205px;
	height: 100%;
	float: left;
}
#header_spacer {
 width: 525px;
 height: 100%;
 float: left;
}
#topright_date{
	width: 200px;
	height: 100%;
	float: left;
}
#leftcol {
  vertical-align: top;
  float: left;
  color: white;
  width: 283px;
  height: 100%;
}

li {
  padding-top: 5px;
}

.location_header {
  font-weight: bold;
}
 
#menu {
  vertical-align: top;
  float: left;
  width: 200px;
  height: 100%;
}
#content {
  float: left;
  vertical-align: top;
  width: 520px;
  border-width: 10px;
  border-color: White;
  border-style: solid;
  border-bottom-width: 0;
  color: #003093;
}
#innerContent {
/*	margin-left:20px;
	margin-top:10px;
	margin-right: 20px;ft
	text-align: left;*/
}
#content_rightcol {
  vertical-align: top;
  float: left;
  height: 100%;
}

/* this is no longer used
#content_text{
  vertical-align: top;
  float: left;
  width: 400px;
  height: 94%; 
  border-width: 20px;
  border-color: White;
  border-style: solid;
  border-top-width: 10px;
  border-bottom-width: 0;
}
*/
#content_footer {
  text-align: center;
  width: 100%;
  height: 65px;
  clear: both;
  border-width: 0.5%;
  border-color: #A00A0E;
  border-style: solid;
  border-right-width: 0;
  border-left-width: 0;
}
#footer {
  text-align: center;
  clear: both;
  width: 100%;
  height: 10%;
  border-width: 30px;
  border-color: white;
  border-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#main {
  border-width: 5px;
  border-color: #000099;
  border-style: solid;
  border-left-width: 0;
  border-right-width: 0;
  float: left;
  /*width: 100%;*/
}
.menu_link{
  width: 100%;
  color: white;
  text-align: center;
  font-weight: bold;
}

.menu_link a{
  color: white;
  text-decoration: none;
}
#dropmenudiv{
	position:absolute;
	background-color: #A00A0E;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #003093;
}

</style>