body {
	background: url(../images/bg.png) repeat-x #FFF;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: Times, Verdana, san-serif
	}

#content {
	width: 1000px;
	height: auto;
	background: url(../images/topbg.png) no-repeat;
	margin: 0 auto;
	}

#header, #textarea {
	width: 900px;
	height: 274px;
	margin: 0 auto;
	}

#textarea {
	height: auto;
	text-align: left;
	padding-top: 10px;
	}

/*=====Link Styles=====*/

a:link {color: #002BC3}
a:hover {text-decoration: none;}
a:visited {color: #002C3B}
a:visited:hover {text-decoration: none;}

/*=====Font Styles=====*/

.divider {
	width: 100%;
	height: 2px;
	border-top: 2px #D92D15 solid; 
	}

h1, h2, h3 {
	font-size: 25px;
	margin: 3px 0px;
	color: #002C3D
	}

h2 {font-size: 21px;}
h3 {font-size: 18px;}

/*=====Form Styles=====*/

form {
	width: 500px;
	height: auto;
	text-align: left;
	}

.fieldtitle {
	width: 100px;
	height: 20px;
	padding-top: 3px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 7px;
	float: left;
	}

.fieldarea {
	width: 380px;
	height: 20px;
	margin: 0px 0px 7px 10px;
	float: left;
	}

.formfield {
	border: 1px #002C3D solid;
	font-family: Times
	}

/*=====Footer=====*/

#footer {
	width: 100%;
	height: 50px;
	background: url(../images/footer.png) top repeat-x;
	padding-top: 20px;
	font-size: 10px;
	}