body {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
#topbar {
	position: absolute;
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 12px; 
	background-image: url(/images/df_top_bg.gif);
	background-repeat: repeat-x;
}
#wrap {
	width: 770px;
	margin: 0px auto;
	text-align:center;
	background-image: url(/images/df_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#top,#bot {
	width: 770px;
	}
	#top {
	height: 22px;
	margin-bottom: 10px;
	}
	#bot {
	height: 30px;
	padding-top: 20px;
	clear: both;
}
#leftcol,#centercol,#rightcol {
	width: 236px;
	float: left;
	text-align: left;
	margin-bottom: 25px;
	}
	#centercol {
	border-right: 1px dotted #999;
	border-left: 1px dotted #999;
	}
	#leftcol {
	margin-left: 30px !important;
	margin-left: 15px;
}
.contdiv {
	width: 200px;
	margin: 0px 18px;
	font-size: 7pt;
	line-height: 200%;
	color: #666666;
	/* background: #e6e6e6; */
	}
	.contdiv div.head {
	margin: 20px 0px 6px 0px;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	color: #808099;
	}
	.contdiv div.ctr {
	text-align: center;
	}
	.contdiv a, .contdiv a:link, .contdiv a:visited, .contdiv a:active {
	color: #4d804d;
	font-weight: bold;
	text-decoration: none;
	}
	.contdiv a:hover {
	color: #80b380;
}
#nav {
	color: #4d804d;
	margin: 5px 0px 20px 0px;
	font-size: 8pt;
	font-weight: bold;
	}
	#nav a, #nav a:link, #nav a:visited, #nav a:active {
	color: #4d804d;
	text-decoration: none;
	}
	#nav a:hover {
	color: #80b380;
}
#legal {
	clear: both;
	font-size: 7pt;
	line-height: 140%;
	color: #666666;
}

form {
	margin: 0px;
}

.form-label {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-align: right;
}

.form-textarea {
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.form-text {
	height: 17px;
	width: 180px;
	font-size: 11px;
	color: #000;
}


/* contact form */
.large-mast { font-size: 16px; font-weight: bold; color: #003366; letter-spacing:.1em; }
.large-note {  font-size: 13px; font-weight: bold; color: #003366 }
.small-ok { font-size: 12px; font-weight: bold; color: #006633 }
.small-gray { font-size: 12px; font-weight: normal; color: #333333 }
.small-bad { font-size: 12px; font-weight: bold; color: #990000 }
