/* main layout */
html * {padding:0; margin:0}

body {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
background-color: #FFFFFF;
}

/* container all */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	background-color: #fff;

}

/* header */

#header {
	width: 790px;
	height: 204px;
	background-color: White;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* content */

#content {
	height: 700px;
	text-align: left;
	width: 790px;
	font-size: 12px;
	color: #000;
}

#content p{
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 10px;
}

#content ul{
	font-weight: bold;
	padding-left: 40px;
	padding-right: 520px;
	padding-bottom: 15px;
}


/* table form */
#form {
	float: right;
	padding-right: 10px;
	color: Gray;
	width: 490px;
	background: #fff;
	margin-bottom: 10px;
}

.table {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:10px;
}

.table td{
	padding: 5px;

}
/* footer */

#footer {
	background: url(images/footer.gif) no-repeat bottom;
	padding-bottom: 15px;
	height: 100px;
	width: 790px;
}

/* asterix */

.red {
	color: Red;
	font-size: 10px;
	font-weight: bold;
}

#formdiv {
  width: 400px;
  font: .8em Arial, Helvetica, sans-serif;
}
fieldset {
  margin-bottom: 10px;
}
label {
  display: block;
  width: 40%;
  margin: 0px 10px 10px 0px;
  float: left;
  text-align: right;
  font-weight: bold;
}
input,select {
  margin-bottom: 10px;
  float: left;
}
br {
  clear: both;
}
.star {
  color: white;
  font-weight: bold;
  font-size:12px;
}
#contact{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:white;
}
#contactheader{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:white;
}
#contactsubheader{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:white;
}

#mainheader{
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
color:red;
width: 790px;
height: 90px;
font-weight:bold;
font-style:italic;
text-align:center;
}

.texty {
  color: black;
  font-size:12px;
  padding-right: 10px;
  font-weight:normal;
}

#formboxer {
  width: 475px;
  font: .8em Arial, Helvetica, sans-serif;
  background-color:#00703A;
  padding: 0px 10px;
}
#formboxer2 {
  width: 475px;
  font: .8em Arial, Helvetica, sans-serif;
  background-color:#242021;
  padding: 0px 10px;
}


