
/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background-color:#bdbdef;
 }
 
	 
#hdr{
 height:155px;
 background-color: #00007e;
 }
 
#lh-col{
 position: absolute;
 float:left;
 width: 219px;
/*  background:url('../Images/left_column.png') no-repeat; */
 margin-left: 10px;
 display: inline;
 background-color:#bdbdef;
 line-height:150%;
 z-index:2;
 }

#rh-col{
 background-color:#EEEEEE;
 margin-left:239px;
 line-height: 120%;
 min-height:650px;
 overflow: hidden; /* forces the block to only show content that fits in the block */
 }

#serve-aurora {
 position:relative;
 float:right;
 line-height: 180%;
 margin-top: 20px;
 margin-right: 20px;
 width: 35%;
  }
 
 #left-in-rh-col {
 position:relative;
 float:left;
 margin-top: 20px;
 margin-left: 20px;
 width:60%;
 }
 
#center-in-rh-col {
 position:relative;
 float:left;
 display:block;
  margin-left: 20px;
 width:95%;
 }
 
 #footer{
 position:relative;
 display:inline-block;
 width:100%;
 height: 55px;
 background-color: #d2d2d2;
 }
 
 
 #menu {
/*	background: #333; */
	list-style: none;
	margin: 0;
	padding: 0;
	width: 219px;
}
#menu li {
	margin: 0;
	padding: 0;
}
#menu a {
/*	background: #333; */
	border-bottom: 1px solid #393939;
	color: #00007e;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #00007e url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
