/* GENERAL STYLES */
body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
}

a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

h1
{
	color: #01654B;
	font: 125% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2
{
	color: #5B5E0E;
	font: 115% georgia, times, "times new roman", serif;
	font-weight: bold;
}

h3
{
	color: black;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
}

#container
{
	margin: 1em auto;
	width: 750px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	height: 173px;
	width: 100%;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}


#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 125%; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: white;
	text-align: center;
	font-size: 90%;
	background-color: #01654B;
	padding: 5px;
}
#footer A:link, #footer A:visited {
	text-decoration: none; 
	color: white;
	font-weight: normal;
}

#footer A:hover	{
	text-decoration: none; 
	color: Silver;
	font-weight: normal;
}



/*
==========================================
  Contact Us Form classes
==========================================
*/

.Doc2Form {
	text-align: center;
	background: white;
	}
.Doc2Form fieldset {
	border: none;
	text-align: left;
	margin-bottom: 5px;
	}
	
.Doc2Form legend {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	color: black;
	}
	
.Doc2Form fieldset ul {
	margin: 0;
	padding: 0;
	}
	
.Doc2Form fieldset li {
	display: block;
	list-style: none;
	padding:  0;
	margin: 5px 0;
	color: black;
	clear: both;
	}
.Doc2Form fieldset li span {
	}
.Doc2Form fieldset li span img {
	}

.Doc2Form fieldset li img, .Doc2Form fieldset li a {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
	}
.Doc2Form fieldset li label
{
	width: 200px; 
	float: left; 
	padding-left: 10px;
	padding-top: 5px;
	}
.Doc2Form fieldset li.noedit label
{
	width: 500px; 
	float: left; 
	padding-left: 10px;
	padding-top: 5px;
	}
	
.Doc2Form fieldset li p {
	color: black;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
	}
.Doc2Form fieldset li table {
	width: 500px;
	clear: both;
	float: left;
	margin-top: 3px; 
	margin-left: 0px;
	margin-bottom: 3px;
	border: 1px solid silver;
	}
.Doc2Form fieldset li table input {
	float: left;
	width: 25px;
	border: 1px solid black;
	margin-bottom: 3px;	
	}

.Doc2Form fieldset li table label {
	width: 300px; 
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	}

.Doc2Form fieldset p {
	color: black;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
	}
.Doc2Form fieldset br {
	clear: both;
	}
/*.Doc2Form span {
	display: block; 
	height: 25px;
	}*/
.Doc2Form fieldset input {
	float: left; 
	margin-top: 3px; 
	width: 205px;
	margin-left: 10px;
	border: 1px solid black;
	margin-bottom: 3px;
	}
.Doc2Form fieldset textarea {
	float: left; 
	margin-top: 3px; 
	width: 260px;
	margin-left: 10px;
	height: 85px;
	border: 1px solid black;
	margin-bottom: 3px;
	}
.Doc2Form fieldset select {
	float: left; 
	margin-top: 3px; 
	width: 210px;
	margin-left: 10px;
	border: 1px solid black;
	margin-bottom: 3px;
	}
.Doc2Form input.button {
	height: auto;
	}
.Doc2Form li.required label strong {
	font-weight: bold;
	font-style: normal;
/*	color: #900;
	}
.Doc2Form li.required label {
/*	border-bottom: 1px dashed red;*/
	}


/*\*//*/ .Doc2Form legend { display: inline-block; } /* IE Mac legend fix */
				



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
