div { 
	margin: 0; 
	padding: 0; 
	position: relative;
}
p {
	margin-left: 10px;
	margin-right: 10px;
	font-family: georgia;
	font-size: 11pt;
}

.forminput{
	height: 18px; 
	font-family: Georgia; 
	font-size: 16px; 
	border: 0; 
	background-color: #618bbb;
	color: white;
	font-weight: 300;
	border-bottom: 1px solid #4872a2; 
	width: 250px;
	vertical-align: middle;
	padding: 5px;
}
img {
	border: 0;
}
.formtextarea{
	font-family: Georgia; 
	font-size: 16px; 
	border: 0; 
	background-color: #618bbb;
	color: white;
	font-weight: 300;
	border-bottom: 1px solid #4872a2; 
	width: 250px;
	padding: 5px;
}
h1 {
	background-color: #f4f2e5; 
	font-size: 18pt; 
	font-weight: 700; 
	margin:0; 
	padding:0;
}
.formelement {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
	/*color: white; */
	color: #C8BE8E;
	font-size: 14px;
	font-family: Georgia;
	font-weight: 700;
}
.smallbold {
	font-weight: 700;
	font-size: 8pt;
}

.toplinks {
	font-size: 8pt;
}
.bluelinks {
	font-size: 8pt;
	color: white;
	font-weight: 700;
}
.footerlinks {
	font-size: 11pt;
	color: #AAAAAA;
	padding-right: 10px;
	text-decoration: none;
	font-weight: 400;
}
a.footerlinks:hover {
	text-decoration: underline;
	color: #507FB4;
}
#top {
	float:left;  
	width: 650px; 
	background: url(images/topwhite.gif); 
	background-repeat: no-repeat; 
	padding-top: 15px;
}

#bluetop {
	float:left; 
	width:335px; 
	text-align: right; 
	background: url(images/bluetop.gif); 
	background-repeat: no-repeat; 
	padding-top:20px; 
	background-color: white;
}
#textform {
	margin-right: 15px; 
	margin-left: 35px; 
	text-align: left;
}
#bottomlinks {
	background: url(images/bubble.gif); 
	background-repeat: no-repeat; 
	height:44px;
}
#footer {
	background: url(images/footer.gif); 
	background-repeat: no-repeat; 
	padding-left:30px; 
	padding-right: 30px; 
	color: white; 
	height:61px;
}
#rightads {
	float:left; 
	width: 130px;
}