body, html {
	font: 90% Verdana;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background: #f5f5f5;

}
a:link, a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	color: #990000;
	margin-top: 0;
}

h4 {padding-top: 20px;}
h5 {font-size: 100%; margin-bottom: 0px;}
img {
	border: 0;
}

object, embed {outline: none;}

.contact {font-weight: bold }
.copyright, .dmm {
	font-size: 80%;
	color:#999999;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.smalltext {font-size: 70%;}

.title {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.title a:link {
	text-decoration: none;
	color: #993300;
}
.title a:visited {
	text-decoration: none;
	color: #993300;
}
.title a:hover {
	text-decoration: none;
	color: #CC8800;
}
#wrapper {
	position:absolute;
	left: 50%;
	width: 1000px;
	margin-left:-500px;
	top:0px;
	z-index:1;
	background-color:#FFFFFF;
}
#col_left {
	z-index:3;
	margin: 0 450px 20px 6px;
	text-align:justify;
	padding: 0 15px 0 0;
	border-right: 1px solid #efefef;

}
#col_right {
	width:435px;
	margin: 0 3px 20px 0;
	z-index:3;
	float:right;
	text-align:justify;

	
}

#contact-l {
	height: 20px;
	z-index:3;
	text-align:center;
}
#contact-r {
	height: 20px;
	z-index:3;
	text-align:center;
	width: 500px;
	float: right;
}

#copyright, #dmm {
	height:20px;
	background-color:#990000;
	padding: 5px 3px 0 3px;
}
#dmm {
	width: 435px;
	float:right;
	text-align:right;
}
#dmm a:link, #dmm a:visited {
	text-decoration: none;
	color: #999999;
}
#dmm a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
#footer-links {
	width:1000px;
	margin: 5px 0 0 0;
	height:20px;
	text-align:center;
	z-index:3;
}
#masthead {
	position:relative;
	left:0px;
	top: 0px;
	z-index:2;
}

#nav-bar {
	z-index:3;
}


li {
	line-height: 150%;
	color: #990000;
	list-style: square inside;
}


/*hide reverse captcha fields */
.revCap
{
	display:none;
}


/* Form processing styles */

.error_strings
{
	font-family:Verdana;
	font-size:10px;
	color:#660000;
}

.sfm_float_error_box
{
	position:absolute;
	z-index:999;
	cursor:default;
	font-family:Verdana;
	font-size:10px;
	color:#ff0000;
	background-color:#ff0000;
	border-style:solid;
	border-width:1px;
	border-color:#ff0000;
}

.sfm_float_box_td
{
	padding:3px;
	cursor:default;
	font-family:Verdana;
	font-size:10px;
	color:#660000;
	background-color:#ffff66;
}

.sfm_close_box
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	background-color:#ff0000;
	border-width:0px;
	text-align:center;
}

.sfm_textbox
{
	padding:2px;
}

.sfm_textarea
{
	padding:2px;
}
/* end form processing */
