body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	
}
a {color: #DB7093;}
a:visited {color:#c43300;}
a:hover {color: #c43300;}
a:active { color:#000000;}

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;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 780px;
	margin-left: 15%;
	height:440px;
}

/* ----------banner for logo-------------- */
#banner {
	height:114px;
	text-align: left;
	background-color: ffffff;
	
}
#banner img {} 
#bannertitle{
	font-size:xx-small;
	font-weight:bold;
	background-color: ffffff;
}

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

background:#ffffff  url('content.jpg') 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;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin: 2px;
	padding: 0px;
	background:#E8E8E8;
	height:430px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;

height:35px;
text-align: right; 
background:  url('footer.gif') repeat-x ;
}
 #footer h1 a{
 color:#FFFFFF;
 }
  #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, .verticalmenu a:visited, .verticalmenu a:hover {
	display: block;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #9A1212;
	text-decoration: none;
	text-align: left;
	width: 186px;
	height: 32px;
   /*background: url('menuhover.png') no-repeat;*/
 }

 .verticalmenu a:hover{
   background: url('menuhover.png') no-repeat ;
   color: #dc4d1b;
 }
