* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
}

body {
  margin: 20px 0px;
  text-align: center;
	background: url(layout/bodybg.gif);
}

h2 {
  color: #da0204;
  font: 32px Arial;
  margin: 10px;
  text-align: center;
}

h3 {
  color: #000;
  font: 16px Arial;
  margin: 10px;
  text-align: center;
  font-variant: small-caps;
  font-weight: bold;
}
 
h4 {
  color: #da0204;
	font: 14px Arial;
	margin: 10px 0px;
	float: left;
	width: 100%;
	text-align: left;
	font-variant: small-caps;
}
 
input, select{
  border: 1px solid #000;
	background-color: #FFF;
	padding: 3px;
	margin: 2px;
	height: 22px;
}	

textarea {
  border: 1px solid #000;
	background-color: #FFF;
	padding: 3px;
	margin: 2px;
	height: 100px;
	width: 95%;
	font: 14px Arial;
}	 

.top, .middle {
  width: 95%;
  margin: 0px auto;
  clear: both;
}

.topbg_left {
  background: url(layout/top_left.png) top left no-repeat;
  width: 100%;
  float: left;
  clear: both;
  height: 20px;
}

.topbg_right {
  background: url(layout/top_right.png) top right no-repeat;
  width: 100%;
  float: left;
  clear: both;
  height: 20px;
}

.topbg {
  background: url(layout/topbg.gif) top left repeat-x;
  width: 93%;
  margin-left: 8px;
  float: left;
  clear: both;
  text-align: center;
  height:20px;
}

.rightbg {
  background: url(layout/right.png) top right repeat-y;
  width: 100%;
  float: left;
  clear: both;
}

.banner, .content_area {
  border-left: 1px solid #000;
  width: 98%;
  float: left;
  clear: both;
	background-color: #FFF;
}

.content_container {
  margin: 0px auto;
  width: 95%;
  clear: both;
  margin-top: 10px;
}

.contentbox {
  width: 70%;
  float: left;
  clear: none;
  text-align: left;
  padding: 10px;
}

.contentbox p {
  line-height: 26px;
  text-indent: .225in;
  margin-bottom: 36px;
  text-align: justify;
}

.sidebar {
  width: 24%;
  float: right;
  clear: none;
  text-align: left;
  padding: 10px;
  background-color: #c0c0c0;
  border: 1px solid #000;
}

.sidebar p {
  line-height: 26px;
  text-indent: .225in;
  margin-bottom: 36px;
  text-align: justify;
}

.bottombg_left {
  background: url(layout/bottom_left.png) top left no-repeat;
  width: 100%;
  float: left;
  clear: both;
  height: 20px;
}

.bottombg_right {
  background: url(layout/bottom_right.png) top right no-repeat;
  width: 100%;
  float: left;
  clear: both;
  height: 20px;
}

.bottombg {
  background: url(layout/bottombg.png) top left repeat-x;
  width: 93%;
  margin-left: 20px;
  float: left;
  clear: both;
  text-align: center;
  height:20px;
}

.page {
  width: 100%;
  float: left;
  clear: both;
}

.table {
  font: 14px Arial;
	clear: both;
	float: left;
	width: 728px;
}

.col1 {
  float:left;
	width: 50%;
}

.formpage {
  margin: 0px auto;
  width: 90%;
  clear: both;
}

.form {
  font: 14px Arial;
	clear: none;
	float: left;
	width: 350px;
	margin-right: 5px;
}

.formtable {
	clear: both;
	float: left;
	width: 350px;
}

.formcol1 {
  float:left;
	width:150px;
	vertical-align: middle;
	height: 22px;
}

.formcol2 {
  font: 14px Arial;
  float:left;
	width:200px;
}

.checkbox {
  border: 0px;
	background-color: transparent;
	padding: 0px 2px;
	margin-top: 2px;
}

.error {
  color: #7e1717;
	font-weight: bold;
	font: 14px Arial;
}

.success {
  color: #107c10;
	font-weight: bold;
	font: 14px Arial;
	text-align: center;
	width: 100%;
}

.newsletter {
  width: 95%;
	height: 250px;
}
	
