h1 {
	font-size: 11px;text-transform:uppercase;
	/*border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	*//*padding:5px 15px;
	*/margin:0px 
}

h2 {
	color: #9A1212;
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

/* ----------banner for logo-------------- */

#banner {
height:102px;
text-align: left;background:  url('images/header copy.jpg') no-repeat bottom left;
background-color: #000000;
padding: 0px;
margin: 0px;
}

#bannertitle{
padding-top:0px;
font-size:2em;
font-weight:bold;
}

.one  {
position: absolute;       top: 0;      
 left:0;       
height: 100px;       
width: 100px;       
}

.two  {
position: absolute;      
 top: 0;      
 left: 550px;
}

/* -----------------content--------------------- */

#content {
background:#000000 url('') no-repeat top right;
padding: 0px;
margin-left: 200px;
margin-right: 0px;
}

div#content { min-height:600px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* -----------footer--------------------------- */

#footer {
clear: both;
margin: 0px;
padding:0px;
height:35px;
text-align: right; 
background:  url('images/footer.gif') repeat-x ;
} 

#footer h1 a{
 color:#000000; 
}  

#footer h1{  
padding:5px 5px 0px 0px;  
} 

/**********vertical menu***************/
.verticalmenu ul{ 
list-style:none; 
/*list-style-image: url("bullet.gif")*/ 
padding: 10px; margin: 0px;
} 

.verticalmenu li, a:link, .verticalmenu a:visited, .verticalmenu a:hover {   
display: block;   font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;   
color: red;   
text-decoration: none;   
text-align: left;
padding:0px 0px 0px 5px;   
width: 140px;   
height: 32px;      
/*background: url('menuhover.gif') no-repeat;*/ 
} 

.verticalmenu a:hover{   
color: #9a1212; 
}  

.verticalmenu img:hover{   
color: #9a1212;    border: 2px solid; 
}