
body {
background: #000000;
font-size: 12px;
text-align: justify;
font-family: "trebuchet ms", helvetica, sans-serif;
color:#666666;
padding:0px;
margin:0px;
}
a {color: #330000;}
a:hover {color: #c43300;}

h1 {
font-size: 11px;
text-transform:uppercase;

/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px }

h2 {
color: #336600;
font-size:20px;
font-weight: bold;
padding: 5px 10px;
margin:0px;}

h3 {
color: #000000;
font-size:12px;
font-weight: bold;
padding: 5px 0px;
margin:0px;}

.prereg {
font-size: 14px;
color:#ffffff;
font-weight:bold;}

/* ----------container to center the layout-------------- */
#container {
width: 760px;
margin-left: auto;
margin-right: auto;
height:100%;
background: #ffffff;
border:1px solid #FFFF00;
}

/* ----------banner for logo-------------- */
#banner {
height:128px;
text-align: center;
background:  url('images/header.jpg') no-repeat bottom center;
background-color: #e1ddd9;

padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:50px;font-size:2em;font-weight:bold;}

/* -----------------content--------------------- */
#content {

background:#ffffff;
padding: 5px;
margin-left: 170px;
margin-right: 3px;
}
div#content { 
min-height:600px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

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

/* --------------left navi------------- */
#left {
float: left;
width: 168px;
margin: 0px;
padding: 0px;
background: url('images/menu2.jpg') no-repeat;
height:800px;
}

/* -----------footer--------------------------- */
#footer {
background:#FFFF00;
clear: both;
margin:0px;
padding:0px;
height:35px;
text-align: right; 
/* background:  url('images/footer.gif') repeat-x ; */
}
 #footer a{
 color:#330000;
 }
 
 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
/*list-style-image: url("bullet.gif")*/
 padding: 10px;
 margin: 0px;
}

 .verticalmenu li, a {
   display: block;
   font: bold 1.1em "trebuchet ms", helvetica, sans-serif;
   color: #cc0000;
   text-decoration: none;
   text-align: left;
   width: 160px;
  /*background: url('images/menuhover.gif') no-repeat;*/
 }

 .verticalmenu a:hover{
  color: #FFFF66;
  background:#000000;
 }
 
 #dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font: bold 11px "trebuchet ms", helvetica, sans-serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
color: #000000;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFF66;
}