body {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #067EF5;
	text-align: center;
	margin: 0 auto;
	font-family: Verdana;
	font-size: 11px;
	}

a:link {
	color: #004080;
	text-decoration: underline;
	}

a:hover {
	color: #067EF5;
	text-decoration: none;
	}

a:visited {
	color: #004080;
	text-decoration: underline;
	}

.content {
	width: 953px;
	height: auto;
	margin: 0 auto;
	}

	html>/**/body .content {
		width: 950px;
		}

.headimg {
	width: 950px;
	}

img.bottom {
	vertical-align: bottom;
	}

img.top {
	vertical-align: top;
	}


/*------ Body ------*/

.maincontent {
	width: 950px;
	background-image: url('../images/index_13.png');
	}
	
	html>/**/body .maincontent {
		padding-bottom: 10px;
		}

.bodytext {
	width: 895px;
	text-align: left;
	margin: 0 auto;
	padding-top: 5px;
	height: auto;
	}

	.maintext {
		width: 600px;
		float: left;
		border-right: 1px #000 dotted;
		height: auto;
		}
	
	.righttext {
		width: 285px;
		float: right;
		height: auto;
		padding-top: 25px;
		}
	
h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	}

h4 {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0;
	}
	
.sideinfo {
	width: 275px;
	}

.formtitles {
	width: 180px;
	height: 30px;
	float: left;
	text-align: right;
	vertical-align: middle;
	}

.formfields {
	width: auto;
	height: 30px;
	float: left;
	margin-left: 15px;
	}

/*------ Footer ------*/

.footer {	
	width: 900px;
	margin: 0 auto;
	font-size: 9px;
	color: #76B9FC;
	padding-bottom: 7px;
	}

.footer a:link {
	color: #76B9FC;
	text-decoration: underline;
	}

.footer a:hover {
	color: #76B9FC;
	text-decoration: none;
	}

.footer a:visited {
	color: #76B9FC;
	text-decoration: underline;
	}