body {
	margin: 0; padding: 0;
	color: #000;
}
.home {
	background: #689acd url('images/bg_top.gif') repeat-x top left
}
.secondary {
	margin: 0; padding: 0;
	background: #689acd url('images/bg_top2.gif') repeat-x top left
}
img { border: 0; }

a			{ font-weight: bold; text-decoration: none; }
a:link		{ color: #69c; }
a:visited	{ color: #369; }
a:active	{ color: #999; }
a:hover		{ color: #9cf; }

#top {
	margin: 0; padding: 0;
	width: 100%;
	background: #036;
}
.topRightCell {
	width: 230px;
	color: #fff;
	background: #036 url('images/bg_top_shadow.gif') repeat-y top left;
	text-align: center;
}
.topRightCell h1 {
	margin: 0; padding: 0;
	font: 28px Georgia, Times, serif;
	color: #fff;
}
.topRightCell p,td {
	color: #fff;
	font: 12px/1.5 Arial, Verdana, sans;
}
.topRightCell img {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px; 
}
.topRightCell a {
	color: #fff;
	text-decoration: none;
}

#topLeftCell {
	width: 750px;
	height: 220px;
	background: #fff;
}

#midLeftCell {
	width: 750px;
	background: #fff url('images/bg_mid_bar.gif') no-repeat top left;
	text-align: left;
	vertical-align: top;
}
.content {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 700px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.content h1 {
	margin: 0; padding: 0;
	font: 28px Georgia, Times, serif;
	color: #036;
}
.content p {
	margin: 10 0px; padding: 0;
	font: 12px/1.5 Arial, Verdana, sans;
	color: #000;
}
.content .intro {
	font-size: 14px;
	color: #999;
}
.content .inset {
	width: 220px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.content .inset .insetTop {
	background: #fff url('images/bg_inset1.gif') repeat-y top left;
}
.content .inset .insetTop a { text-decoration: none; }

.content .inset .insetBottom {
	background: #fff url('images/bg_inset2.gif') repeat-y top left;
}
.content .inset .insetBottom h1 {
	color: #666;
}
.content .inset .insetBottom a { text-decoration: none; }

#midRightCell {
	width: 230px;
	color: #fff;
	background: #689acd url('images/bg_mid_shadow.gif') repeat-y top left;
	padding-left: 20px;
	vertical-align: top;
}

#midRightCell a {
	display: block;
	width: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	text-decoration: none;
}

#footer {
	margin: 0; padding: 0;

	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 15px;
	background: #94B7DB;
	font: 11px Arial, Verdana, sans;
	color: #fff;
}
#footer p {
	width: 950px;
}
#footer a {
	color: #036;
	text-decoration: none;
}

/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #F00;
}

.ddfmerrors {
	color: #F00;
	font-weight: bold;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}

/* STRUCTURE CSS */

.ddfmwrap {
	margin: 0;
	width: 700px; 
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}

form.ddfm {
	text-align: left;
	padding: 15px;
	width: 500px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	color: #f00;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	color: #f00;
}