html { 
  padding:0px;
  margin:0px;
  height: 100%;
}

body {
  background-color: #fff;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
  height: 100%;
}

p {
margin: 0px; 
padding: 5px 20px 5px 20px; 
}


a { 
color: #B36B00;
font-size: 12px;
font-weight: bold;
background-color:transparent;
text-decoration: none; 
}
 
.nav {
padding-top: 15px;
}
 
.nav a {
color: #fff;
text-decoration: none;
}
.nav a:hover {
text-decoration: underline;
}

.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}


h1 {
font-size: 12px;
text-transform:uppercase;
text-align: right;
border-bottom: 2px solid #333958;
color: #596380;
background-color: #CFD4E6;
padding:5px 15px;
margin:0px

}

.title {
font-size:17px;
font-weight: normal;
padding: 15px 20px 5px 20px; 
color: #BF9960;
background-color: transparent;
	}

.heading {
font-size:14px;
font-weight: bold;
padding: 0px 20px 5px 20px; 
color: #666;
background-color: transparent;
	}
	
.subheading {
font-size:12px;
padding: 0px 20px 5px 20px; 
font-weight:bold;
color: #666;
background-color: transparent;
	}	

/*  positioning-layers static and absolute */

#left {
	position: absolute;
	left: 0px;
	width: 190px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	background-color: #6078BF;
	height: 100%;
	background-image: url('bg-side.gif');
	background-repeat: repeat-y

}

#content {
margin: 0px 0px 0px 190px;
height: 100%; 
border-left: 3px solid #333958;
padding: 0px;
background-color: #ffffff;   

}


#bottom {
margin: 0px 0px 0px 0px;
height: 5%; 
padding: 0px;
background-color: #596380;   
border-top: 2px solid #333958;
}

/* sidebar */


div.menu a {
	text-decoration:none;
	line-height:normal;
	padding: 5px;
	width: 190;
	display: block;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}

div.menu a:link {
color: #FFFFFF; 
background: #444F85; 
}

div.menu a:active { 
color: #F8EFB2;
background: #4666CC; 
}

div.menu a:visited {
color: #FFFFFF; 
background: #444F85; 
}

div.menu a:hover {
color: #f8EFB2;
background: #4666CC; 
}

div.selected {
	color: #DE9940;
	background: #E3E8A9;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}