/* Layout Stylesheet */ 

body{
	margin: 0;
	padding:0;
	background: #FFE8FF;
	color: #660033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
 }
	 
#hdr{
	height:35px;
	background:#800000;
	color:#FFFFFF;
    margin:40px 0 0;
	border-top: thin double #FFFFFF;
	border-right: 0px double #FFFFFF;
	border-bottom: 2px double #FFFFFF;
	border-left: 0px double #FFFFFF;
	position: absolute; /*need in Mozilla doesnot need in IE*/
	width: 100%;
	top: 5px;
	font-size: 12px;
	font-weight: bold;
 }

/*
.text_hdr{
	position: relative;
	top: 5px;
	left: 3px;
 }*/
 
#rh-col{
	margin: 20px 20px 20px 220px;
	border: 2px dotted #CC3333;
	/*border: 2px solid #CC3333;*/	
	background: #ffffff;
	color: #D62474;
	padding: 20px;
	position :absolute;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: none;
	top: 80px;
	width: 65%;
 }

#lh-col{
	position: absolute;
	top: 99px;
	left: 20px;
	width: 180px;
	border: 2px none #FFFFFF;
	background: #BC104D;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: auto;
	font-family: Arial, Helvetica;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 0px;
 }
 
#logo {
	position: static;
	top: 2px;
	right: 2px;
}


