body	{
	padding-bottom: 25px;
	color:#333;
	background-color:white;
	margin:0px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	background : url(../images/edge2.gif) repeat-y 760px;
	}
	
	
#wrapper	{
	position: absolute;
	left: 0px;
	background: #fff;
	color: #333;
	margin: 10px auto;
	padding: 0;
	width: 760px; 
	}
	
#banner{
	position:absolute;
	width:760px;
	top:125px;
	left:0px;
	background-color:#000084;
	color: #fff;
	padding:5px;
	z-index:1;
	text-align : center;
	}
	
#footer {
	border: 0;
	border-top: 1px solid #ccc;
	color: #fff;
	background: #000084;
	padding: 5px 7px 7px 10px;
	text-align: left;
	clear: both;
	font-size: xx-small}
	
	
	#maincontent	{
	float: left;
	background: red;
	margin: 0;
	padding: 10px;
	width: 410px; 
	}
	
#Column1 {
	position:absolute;
	width:150px;
	top:150px;
	left:5px;
	background-color:#fff;
	padding:10px;
	z-index:2;
	}
	
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:40px 150px 0px 160px;
	background-color:#fff;
	padding: 5px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	border-left : 1px solid #4C9E53;
	border-right : 1px solid #4C9E53;
	}
	
	.content2 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:40px 10px 0px 160px;
	background-color:#fff;
	padding: 5px;
	border-left : 1px solid #4C9E53;
	z-index:6; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#Column3 {
	position:absolute;
	width:135px;
	top:160px;
	left:610px;
	background-color: #fff;
	padding:5px;
	z-index:1;
	}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#364B98;}
a:visited {color:#364B98;}
a:hover {background-color:#fff;
				color : #009C4A;}  
	
	
	/*Style Applied to the Sidebar Layer */

.navDiv {
	background-color: #fff;
	}
	

.navDiv p { margin-bottom : 0px; margin-top : 0px;  width: 130px;  margin-left: 0px;  margin-right: 0px;  }

/*Style Applied to the Main Menus */

p.navMenu {
	color : #364B98;
	margin-bottom : 4px;
	margin-top : 6px;

}

.navMenu a {
	background-color : White;
	border : 1px;
	color : #364B98;
	display : block;
	padding-bottom : 0px;
	padding-left : 5px;
	padding-top : 0px;
	text-decoration : none;

	}

.navMenu a:hover {
	background-color : #fff;
	color : #009C4A;
	text-decoration : none
}



/*Style Applied to the Sub Menus */

p.navSubMenu {
	color : #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 85%;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 0px
}

.navSubMenu a {
	background-color : #fff;
	color : #364B98;
	display : block; padding: 2px 2px 2px 2px; 
	padding-left : 20px;
	text-decoration : none;


}

.navSubMenu a:hover {
	background-color : white;
	color : #009C4A;
	text-decoration : none
}
	
	


	
p {
	font:11px  verdana, arial, helvetica, sans-serif;
	}


td{
	font:11px/20px verdana, arial, helvetica, sans-serif;
}
	h1 {
	font-size:14px;
	color: #000;
	font-weight : bold;
	background-color : #E9EEF9;
	padding: 5px;
	border-color: #C6D4F0;
	border : 1px solid #C6D4F0;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
