body {
  font-family: verdana, arial, sans-serif;
  font-size: 100.1%;
  color:#444444;
  background-color: white;
 text-align: center;/*hack for ie5 etc to center wrap*/ 
 }

#wrap {width: 760px; margin: 0 auto; text-align: left; }


 #content {
	position:relative;/*This allows absolute positioning to be used within the wrap*/
	top:0px;
	left:0px;
  font-size:0.84em;
  line-height: 1.5em;
	}

/*menu and sub menu sit inside head #e7e9e6;*/
#menu{
	position: absolute;
	top: 105px;
	left: 0;
	text-align: left;
	color: #444444; 
	font-weight: bold;
	font-size: 1.2em;

}

#menusub{
	position: absolute;
	top: 150px;
	left: 0;
	z-index:4;
	height: 1.25em;
	text-align: left;
	color: black; 
}


/*end of structural CSS
Begining of look CSS*/
b {color: #444444;}
h1 {  color: white; text-align: left; font-size: 1em; line-height: 1.5em; font-weight: bold; margin: 2.19em 0 0 0;}
h2 {  text-align: left; font-size: 1em; line-height: 1.5em; font-weight: bold; margin: 2.19em 0 0 0;}
				

a {color: #D90000; text-decoration: none; font-family: Arial, Helvetica, sans-serif; border: none;  }
a:hover {color: black;}

p { width: 600px; float: left; text-align: left; padding:0;}

ul { width: 600px; float: left; margin-left:0;}
li { list-style: disc inside;}
table {cellpadding:0; cellspacing:0; border:0; text-align: left; width: 760px; float: left;}
td	{ font-size: 100%; vertical-align: top; }
img {	border: none; }

.left			{ 	margin: 0 10px 0 0;  float:left; width: 370px;}
.right		{ 	margin: 0 0 0 10px;	float: right; width: 370px;}

#menu a {
	color: #444444;
  	text-decoration: none;
	margin: 0 1.25em 0 0;
	padding: 1.25em 0 0 0;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	float:left;
  }

#menu a:hover {
	color: #d90000;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;

	}

#menusub a {
  	text-decoration:none;
	margin: 0 0.63em 0 0;
	padding: 0 0.63em 0 0;
	float:left;
  }

#menusub a:hover {color: black;}
#menusub a:active {color: #834619;}
#menusub a:hover, a:hover:active  {color: black;}