body { 
	background-color: #E2C9E0;
	margin-top: 0px; 
	text-align: center;
	font: 11px georgia,times new roman,times,serif;
	color: #2A385B;
}
img {
	border: 0px;
}
h2 {
    margin: 0px;
    padding: 0px;
}
div#site{
	background: #E2C9E0;
	position: relative;
	width:775px;
	margin-left: auto; 
	margin-right: auto;
}	
div#container{
	position: relative;
	width:775px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}	
#topnav {
	background: #E2C9E0;
	width:775px;
	clear: both;
	text-align: center;
}
div#content {
	width:775px;
	background: #E2C9E0;
	padding-left : 35px;
	padding-top : 0px;
	padding-right : 20px;
	padding-bottom: 10px;
}
#header {
	background: #E2C9E0 url(images/midback.jpg) repeat-y center;
}
#footer {
}
A:active, A:link, A:visited  {
	font-family: georgia,times new roman,times,serif;
	text-decoration:underline;  
	color: #752675;
}
a:hover {
	text-decoration:underline;  
	color: #FFFFFF;
}
SELECT, OPTION {
    FONT-FAMILY: georgia,times new roman,times,serif;
    FONT-SIZE: 10px;
	padding: 2px;
	width: 218px;
}
INPUT {
    FONT-FAMILY: georgia,times new roman,times,serif;
    FONT-SIZE: 10px;
}
.classes {
	FONT-SIZE: 12px;
}
.footer {
	FONT-SIZE: 11px;
}
.heading {
	font-size : 12px;
	font-weight: bold
}
.error {
	color: red;
}