body {
	background-attachment: scroll;
	background-image: url(../images/blueback.jpg);
	background-repeat: no-repeat;
}
Input, TextArea, Select {
font-size: 12px; 
font-family: Arial, Helvetica, sans-serif;
color:  #000000;
}
#divcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: 25px;
	top: 131px;
	position: absolute;
	margin-top: 2px;
	margin-left: 20px;
	width: 600px;
}
#divcontent td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#divcontent p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#divcontent a{
	color: #009999;
	text-decoration: underline;
}
#divcontent h1 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#divcontent h2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-align: center;

}
#divcontent h3 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: capitalize;
	text-align: center;
	background-color: #009999;


}
#divcontent a:hover, #divcontent a:active, {
	color: #2657FF;
	text-decoration: underline;
}
#divcontent a:visited {
	color: #9E0026;
	text-decoration: underline;
}
#divrhmenu {
	position: absolute;
	left: 639px;
	top: 90px;
	margin: 0px;
}
#divcontent li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: outside;
}
#divcontent ul {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#divlogin {
	position: absolute;
	left: 639px;
	top: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}
.error
{
	color:Red;
}