#body{
	background-color: #252A0F;
	color:#000000;
}
html {
  	padding: 0 0 0 0;
  	margin: 0 0 0 0;
  	width: 100%;
  	height: 100%;
  	overflow: auto;
}
#topbar {
	position:absolute;
	left:0px;
	top:0px;
	z-index: 0;
	border: 0;
	margin-left:200px;
	padding: 0;
	text-align: left;
	height: 74px;
	width: 100%;
	background:#c9ceab;
	background-image:  url("../images/top.jpg");
	background-repeat: no-repeat;
}
#title{
	position:absolute;
	left: 225px;
	width: 450px;
	margin:0;
	padding:0;
	border:0;
	text-align:right;
	font: 36px/74px "Times New Roman", Times, serif;
	color:#000;
	font-style:italic;
}
#logo{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 1;
	width: 200px;
	height: 128px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
#leftbar {
	position:absolute;
	left:0;
	top: 0;
	z-index: 1;
	margin:0;
	padding: 0;
	background-color: #c9ceab;
	height: 600px;
	width: 200px;
	height: 100%;
	background-image:  url(../images/side.jpg);
	background-repeat: no-repeat;
}
/*menu position*/
#nav {
	position:absolute;
	top:260px;
	left:40px;
	width:120px;
  	border:0px;
	z-index:5;
}
/*overall list*/
ul {
	margin: 0;
	padding: 0;
	border:0;
	list-style: none;
	width: 120px;
	height:26px;
	font: 18px/26px "Times New Roman", Times, serif;
	text-align:center;
	color:#FFFFFF;
	background-image: url(../images/bo.gif);
	z-index:5;
}
/*list items*/
ul li {
	position: relative;
	z-index:5;
}
/*list items that are links*/
ul li a {
	display: block;
	text-decoration: none;
	padding:0;
	color:#000000;
	background-image: url(../images/bo.gif);/*background to be shown*/
	z-index:5;
}
ul li a:hover{
	color:#FFFFFF;
	background-image: url(../images/bu.gif); /*rolloverbackground*/
	z-index:5; 
}
/*sublist items*/
ul li ul {
	position: absolute;
	left: 120px;
	top: 0px;
	display: none;
	z-index:5;
}
/*submenu link styles*/
li ul a{
	width: 160px;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/sbo.gif);/*background to be shown*/
	z-index:5;
}
/*Submenu rollover stlyes*/
li ul a:hover{
	color:#FFFFFF;
	background-image: url(../images/sbu.gif); /*rolloverbackground*/
	z-index:5; 
}
/*submenu large named items. getout clause*/
.bbutt a {
	width: 160px;
	height: 40px;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/lsbo.gif);/*background to be shown*/
	z-index:5;
}
/*submenu large named items.getout clause rollover style*/
.bbutt a:hover{
	color:#FFFFFF;
	background-color:#000033;
	background-image: url(../images/lsbu.gif); /*rolloverbackground*/
	z-index:5; 
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block;
}
/*page content starts here 
Page formating*/
#maincont {
	position:absolute;
	left: 200px;
	top: 74px;
	z-index:0;
	border: 0;
	padding: 0;
	margin: 0;
	width:100%;
	background-color:#252A0F;
}
.bravefourhundred {
	background-color: #C9Ceab;
	margin-top:25px;
	margin-left:25px;
	margin-bottom:0px;
	border:0;
	padding: 25px;
	width: 450px; /* False boxhack*/
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 400px;
}
.righthandman {
	position:absolute;
	left:475px;
	top:5px;
	background-color: #C9Ceab;
	margin-top:25px;
	margin-left:25px;
	margin-bottom:0px;
	border:0;
	padding:5px;
	width:210px; /*false boxhack*/
	voice-family:"\"}\"";
	voice-family:inherit;
	width:200px;
	text-align:center;
}

/*text formating starts here*/
.h1{
	margin:0;
	border:0;
	height:40px;
	width:400px;
	background-image:url(../images/head.gif);
	font: 30px/40px "Times New Roman", Times, serif;
	text-align:center;
}
.sh1{
	margin:0;
	border:0;
	height:40px;
	width:190px;
	background-image:url(../images/shead.gif);
	font: 30px/40px "Times New Roman", Times, serif;
	text-align:center;
}
.text{
	font: 12px/19px Verdana, Arial, Helvetica, sans-serif;
	width:400px;
}
p {
	font: 12px/19px Verdana, Arial, Helvetica, sans-serif;
	width:auto;
	text-align:left;
}
/*Image Formating starts here*/
.pic{
	float:left;
	padding:5px;
}
.hozl{
	height:5px;
	width:100%;
	background-image:url(../images/horz.gif);
	background-repeat:repeat-x;
	z-index:6;
}
#verl{
	position:absolute;
	left:200px;
	top:79px;
	width:5px;
	height:100%;
	z-index: 2;
	background-image:url(../images/vert.gif);
	background-repeat:repeat-y;
}