html, body {
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	background-color: #fff;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-postion: top right;
	color: #575656;
}

a{
	color: #575656;
	text-decoration: none;
	font-weight: bold;
}

form, table{
	padding: 0px;
	margin: 0px;
}

div, img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}


#container{
    margin: 0px auto auto auto;
    padding: 0;
    width: 803px;
    
}

#header{
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 803px;
	height: 128px;
	border: 0px;
	margin: 0px;
	color: #fff;
}

#main{
	margin: 0px;
	width: 728px;
	background-color: #fff;
	margin-left: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

#main p{
	margin-top: 0px;
}

.maintop{
	width: 728px;
	height: 9px;
	background-image: url(/images/creamtop.png);
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #ffffff;
}

.mainbody{
	width: 728px;
	background-image: url(/images/creambg.png);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;	
}

.mainbody .pagetitle{
	width: 690px;
	border-bottom: 1px dotted #575656;
	color: #575656;
	margin: 0px 10px 10px 10px;
	height: 20px;
	
	
}
.mainbody h2{
	padding-left: 20px;
	margin-bottom: 3px;
}

.mainbody h3, .mainbody h4{
	padding-left: 20px;
	margin-bottom: 3px;
}

.mainbody h4{

	padding-left: 20px;
	font-size: 0.9em;
	margin: 0px 0px 5px 0px;
}


#footer{
	margin: 20px;
}


.mainbody .pagetitle h1{
	color: #575656;
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	display: inline;
}

.mainbody p{
	padding: 0px 27px 0px 27px;
}

.mainbody .footertext{
	padding: 0px 27px 0px 27px;
	border-bottom: 1px dotted #575656;
	color: #575656;

	margin: 0px 10px 10px 10px;
}

.mainbody .footertext .left{
	float: left;
	margin-bottom: 5px;
}

.mainbody .footertext .right{
	float: right;
	margin-bottom: 5px;

}

.mainbody .footertext .right a{
		font-weight: normal;

}
.mainfooter{
	width: 728px;
	height: 9px;
	background-image: url(/images/creambottom.png);
	background-repeat: no-repeat;

}

#menutop{
	width: 212px;
	height: 18px;
	background-image: url(/images/menutop.png);
	background-repeat: no-repeat;
	margin-left: 13px;
		margin-right: 10px;

}

#menubody ul li .menuoptionselected{
	font-weight: bold;
		font-size: 0.95em;
}

#menubody{
	width: 212px;
	background-image: url(/images/menubg.png);
	background-repeat: no-repeat;
	background-color: #fff;
	margin-left: 13px;
	margin-right: 10px;
	
}

#menubody h2{
	margin: 0px 0px 13px 0px;
	padding-left: 28px;
	color: #1f93ca;
	font-size: 1em;
}



#menubody ul{
	margin: 0px;
	padding: 0px;
}

#menubody li{
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 8px;
	width: 159px;
	border-top: 1px dotted #575656;
	font-size: 0.9em;
	height: 21px;
	line-height:2em;
	color: #575656;
	
}

#menubody li a{
	font-weight: normal;
	color: #575656;

}

#menubody li a:hover{
	text-decoration: underline;
}

#menufooter{
	width: 212px;
	height: 18px;
	background-image: url(/images/menufooter.png);
	background-repeat: no-repeat;
	margin-left: 13px;
	margin-right: 10px;

}

.textbox{
	background-image:url('/images/inputbg.gif'); 
	padding-top: 3px;
	width: 188px; 
	border: 0px;
	height: 17px; 
	padding-left: 10px;
	padding-right: 10px;
	
}
.textarea{
	background-image:url('/images/textareabg.gif'); 
	padding-top: 3px;
	width: 188px; 
	border: 0px;
	height: 85px; 
	padding-left: 10px;
	padding-right: 10px;
	
}
