/* Layout Stylesheet */ 

body{
	margin: 0;
	padding:0;
	background: #00CCFF url(images/bodyback.jpg);
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;

 }
	 
#hdr{
	height:70px;
	background:#000000 url(images/castleback.jpg);
	color:#000000;
	margin:10px 0 0;
	border-top: 1px solid #00CCFF;
	border-right: solid;
	border-bottom: 2px solid #0066FF;
	border-left: solid;

 }

#hdr-title{
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	border: none;



 }
 
#lh-col{
	position: absolute;
	top: 99px;
	left: 20px;
	width: 180px;
	background: #003399;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	border-top: 1px solid #99CCFF;
	border-right: 1px solid #0033FF;
	border-bottom: 1px solid #0033FF;
	border-left: 1px solid #99CCFF;


 }

#lh-col a:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-indent: 10pt;


}
#lh-col a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;




}
#lh-col a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFF99;
	border-bottom-color: #FFFF99;
	font-weight: normal;




}
#lh-col a:active {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;



}
#rh-col{
	margin: 20px 20px 20px 220px;
	background: #ffffff;
	color: #333333;
	padding: 20px;
	position :relative;
	border-top: 1px solid #99CCFF;
	border-right: 1px solid #0033FF;
	border-bottom: 1px solid #0033FF;
	border-left: 1px solid #99CCFF;
	text-align: justify;


 }
