html, body {
	padding: 0px;
	margin: 0px;
	font-family: "trebuchet MS", tahoma, arial;
}
body {
	font-size: 70%;
	background-color: #604e4e;
	background-image: url(../assets/images/backgrad.jpg);
	background-repeat: repeat-x;
	color: #CCCCCC;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 750px;
}
p {
	font-size: 1.4em;
}
ul {
	font-size: 1.4em;
}
em {
	color: #FF0000;
	font-style: normal;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #FF0000;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #FF0000;
}
.notice {
	font-size: .9em;
	text-align: right;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a img {
	border: none;
}
#banner {
	width: 750px;
	height: 72px;
	padding: 0px;
	margin: 0px;
}
#mainarea {
	width: 748px;
	border-left: solid 1px #d0c1c1;
	border-right: solid 1px #d0c1c1;
	background-image: url(../assets/images/midback.jpg);
	background-repeat: repeat-y;
}
#leftcol {
	float: left;
	width: 178px;
	background-color: #000000;
	border-right: solid 1px #d0c1c1;
}
#leftcont {
	background-image: url(../assets/images/blackgrad.jpg);
	background-repeat: repeat-x;
	height: 300px;
}
#rightcol {
	float: right;
	width: 569px;
	background-color: #3b3939;
}
#rightcont {
	padding: 5px;
}
#footsteel {
	width: 750px;
	height: 19px;
	background-image: url(../assets/images/bottomsteel.gif);
	clear: both;
}
.clear {
	clear: both;
}
#footnotes {
	text-align: right;

}
#footnotes p {
	margin: 0px;
	font-size: 1em;
}
.rimg {
	float: right;
	margin-left:20px;
}
fieldset {
  margin-bottom: 10px;
  width: 450px;
    border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
legend {
	padding: 0 2px;
	color: #5D5432;

}
label.fl {
/*  display: inline-block;*/
float:left;
  line-height: 1.8;
  vertical-align: top;
}
fieldset ol {
  margin: 0;
  padding: 0;
}
fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  font-size: 1.4em;
  clear: both;
}
#contactform em {
  font-weight: bold;
  font-style: normal;
  color: #5D5432;
}
label {
  width: 150px; /* Width of labels */
}