/* ------------------------------------------------	GLOBAL STYLE 
*/
body {
	font: 8pt "tahoma"; 
	color: #000000;
	letter-spacing: 1px;
	border: 0px black solid;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	text-align: left;
	background-color: #f0f0f0;
}
img {
	border: 0px black solid;
}
p {
	padding: 0;
	margin: 0;
	text-align: justify;	
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #28060e;
}
A:hover {
	text-decoration: none; 
	color: #28060e;
}
/* -----------------------------------------------------------   LAYOUT DIVS */
#container { 
	margin: 0 auto;
	top: 0px;
	left: 0px;
	position: absolute;
        width: 100%;  
	background-color: #f7f7f7;
	border: 0px red solid;
	text-align: left;
	padding: 0;
} 
#header {
	height: 329px;
	background-image: url('headbg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0px lime solid;
}
#mainimg {
	height: 329px;
	width: 780px;
	margin: 0;
	padding: 0;
	padding-left: 1px;
	border: 0px fuchsia solid;
}
html > body #mainimg {
	padding-left: 0px;
}
#content {  
	height: auto;
	text-align: left;
	position: relative; 
	border: 0px black solid;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#maintext {
	width: 350px;
	margin-left: 50px;
	margin-top: -140px;
	margin-bottom: -90px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px blue solid;
}
#footer {  
	height: 177px;
	margin-top: 0px;  
	background-image: url('footbg.jpg');
	background-repeat: repeat-x;
}

/* --------------------------------------------------------------------- MAIN TEXT STYLE */
#maintext {
	color: #47463f;
	font-family: "trebuchet ms", arial, verdana;
	line-height: 15px;
	font-size: 8pt;
	letter-spacing: 1px;
}
div#content a:link, div#content a:visited {
	color: #694102;
	font: 8pt "trebuchet ms";
	text-decoration: none;
	border-bottom: 1px #ca8300 solid;
}
div#content a:hover, div#content a:active {
	color: #ecbd00;
	text-decoration: none;
	border-bottom: 1px #997b03 solid;
}
div#maintext p {
	color: #47463f;
	margin-bottom: 10px;
}
div#content .boldy {
	color: #915f2f;
}
.titlediv, h2, #head {
	height: 29px;
	border-left: 0px black solid;
	border-top: 0px #110104 solid;
	border-bottom: 0px #95ad8b dotted;
	padding-left: 36px;
	padding-right: 0px;
	padding-top: 33px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font: 12pt "trebuchet ms";
	color: #cba049;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	letter-spacing: 3px;
	text-transform: lowercase;
	background: #f7f7f7 url('hbg.jpg') no-repeat top left;
}
/* --------------------------------------------------------------------------- ONLINE FORM STYLE */
input, textarea, option, select {
	background-color: #f7f7f3;
	font: 8pt arial;
	color: #163312;
	letter-spacing: 1px;
	border: 1px dotted #a9aea4;
	padding: 1px; 
}
/* ----------------------------------------------------------------- ADDITIONAL CLASSES (SPAN MOSTLY) */
.nr	{
	font-family: georgia;
	font-size: 8pt;
}
.title, div#content .title, div#content h3 {
	border-left: 0px black solid;
	/*border-right: opx black solid;*/
	border-top: 0px #110104 solid;
	border-bottom: 1px #460914 dotted;
	/*background-color: #080808;*/
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font: 8pt georgia;
	color: #b21307;
	font-weight: normal;
}
.ctrplz {
	text-align: center;
}