body {
margin: 0px 0px 0px 0px; 
padding: 0;
height: 100%;
background-color: #dfdfda;

font-family:Verdana, Geneva, sans-serif;
font-size: 1em;
behavior:url(css/csshover.htc);

}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .70em;
	color: #0c0c0e;
}


a {
color: #99190f;
text-decoration:underline;
}

a:hover {
color: #61676d;
text-decoration:none;	
}

h1 {
font-family: Verdana, Geneva, sans-serif;
font-size: 1.15em; 
color: #0c0c0e;
}

h2 {
font-family: Verdana, Geneva, sans-serif;
font-size: .9em;
color: #0c0c0e;
}

h3 {
font-family: Verdana, Geneva, sans-serif;
font-size: 1em;	
color: #0c0c0e;
}

#mainwrap {
margin-top:0px;
margin-left: auto;
margin-right:auto;
width: 1050px;
height:100%;
}

#container {
background-image:url(images/extend_bar.png);
background-repeat:repeat-y;
margin: 0px 0px 0px 0px; 
padding: 10px;
width: 1030px;
float:right;
}

div#topbar { 
width: 1025px; height: 100px;
background-image: url(images/top_bar.png);
background-repeat:no-repeat;
margin: 10px 0px 0px 0px;
}

div#header {
height:160px; width: 928px; 
margin:-80px 0px 0px 28px; 
}

div#footer { 
width: 1025px; height: 170px;
background-image: url(images/footerhp.png);
background-repeat:no-repeat;
margin: -1px 25px 0px 0px;
float:right;
}

div#footer2 { 
width: 1025px; height: 105px;
background-image: url(images/footer2.png);
background-repeat:no-repeat;
margin: -1px 0px 0px 0px;
float:left;
}

div#hpcontent {margin:15px 0px 0px 230px; 
width:700px;
height:100%;
}

div#content {margin:5px 0px 0px 230px; 
width:700px;
height:100%;
}
  
 div#footercontenthp {margin:-1px 0px 0px 40px; 
width:900px;
padding: 5px;
  }
  
div#footercontent {margin:0px 0px 0px 250px; 
width:700px;
padding: 5px;
  }


div#rightcolumn { float: left;
width:174px;
height: 100%;   
margin:15px 0px 0px 28px; 
background-color: #757369;
 }
 
 div#nav
 {width:753px;
 height:30px;
 margin: 0px 0px 0px 203px;
 background-color: #8A8879;
 }
 
 
ul {
  font-family: Verdana;
  font-size: 13px;
font-weight: bold;
  margin: 0px 0px 0px 15px;
  padding: 0;
  list-style: none;
}
ul li { 
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #000000;
  
  padding: 5px 15px 5px 15px;
  background: #8A8879;
  margin-left: 1px;
  white-space: nowrap;
}
ul li a:hover { background: #8A8879; }
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
  font-size: 12px;
}
li:hover a { color: #000000; }
li:hover li a:hover { background: #8A8879; }
li:hover li a:hover { color: #99190f;
}

