@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0;}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFCC;
	font-size:1em;
	background:#000000 url(../images/backgrounds/background02.jpg) top left repeat-x;
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4 {
	margin:8px 20px;
}

p, a:link, a:visited, a:active {
	color:#FFFFCC;
	text-decoration:none;
	font-weight:normal;
}

h1 {font-size:120%;}
h2 {font-size:110%;}
h3 {font-size:100%;}
h4 {font-size:90%;}

a:hover {
	color:#cc9933;
	text-decoration:underline;
}

div.mainWrapper {
	width:1000px;
	height:auto;
	margin:0 auto;
}

td.Header {
	width:1000px;
	height:212px;
}

td.mainContent {
	width:1000px;
	height:auto;
	padding:30px 0;
}

div.contactForm {
	width:350px;
	height:auto;
	margin:20px auto;
	margin-bottom:15px;
}

input, select {
	margin-bottom:8px;
}

input.radio {
	margin-right:10px;
}

table.formTable {
	width:350px;
	height:auto;
}

table.formTable td {
	padding:4px 0;
}

td.formLabel {
	padding-right:5px;
	text-align:right;
}

td.formField {
	padding-left:5px;
	text-align:left;
}

td.Footer, td.Footer p {
	width:1000px;
	height:auto;
	text-align:center;
	color:#cc9933;
	font-size:12px;
}
