/* ------------------------------------------------	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: #f9faf7 url('headbg.jpg') repeat-x top left;
}
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%;  
	border: 0px lime solid;
	text-align: left;
	padding: 0;
} 
#header {
	height: 431px;
	background: url('head.jpg') no-repeat top left;
	margin: 0;
	padding: 0;
	border: 0px lime solid;
}
#mainimg {
	height: 431px;
	width: 780px;
	margin: 0;
	padding: 0;
	padding-left: 1px;
	border: 0px lime 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;
	background-color: #ffffff;
} 
#maintext {
	width: 480px;
	margin-left: 60px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
#footer {  
	height: 116px;
	margin-top: 0px;  
	background-image: url('footbg.jpg');
	background-repeat: repeat-x;
}

/* --------------------------------------------------------------------- MAIN TEXT STYLE */
#maintext {
	color: #6f5c4a;
	font-family: "trebuchet ms", arial, verdana;
	line-height: 16px;
	font-size: 8pt;
	letter-spacing: 2px;
}
div#maintext a:link, div#maintext a:visited {
	color: #904336;
	text-decoration: none;
	border-bottom: 1px #cabc3d solid;
}
div#maintext a:hover, div#maintext a:active {
	color: #4e2603;
	text-decoration: none;
	border-bottom: 1px #b1390b solid;
}
div#maintext p {
	margin-top: 10px;
	padding-bottom: 14px;
	/*background: url('p2.jpg') no-repeat bottom center;*/
}
div#maintext img {
	margin-bottom: 6px;
}
div#maintext .boldy {
	color: #31591d;
}
div#maintext .credit {
	font-size: 7pt;
}
div#maintext h2 {
	width: 88%;
	border-left: 0px black solid;
	border-top: 0px #110104 solid;
	border-bottom: 0px #95ad8b dotted;
	background: url('h.jpg') no-repeat bottom left;
	padding-left: 72px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 14px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: -20px;
	margin-right: 0px;
	font: 15pt arial;
	color: #a3af5d;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	letter-spacing: 4px;
	text-transform: lowercase;
}
div#maintext ol {
	margin: 0;
	margin-bottom: 12px;
	margin-left: 25px;
	padding: 0;
}
/* --------------------------------------------------------------------------- ONLINE FORM STYLE */
input, textarea, option, select {
	background-color: #fefefe;
	font: 8pt arial;
	color: #31591d;
	letter-spacing: 1px;
	border: 1px dotted #444444;
	padding: 1px; 
}
/* ----------------------------------------------------------------- ADDITIONAL CLASSES (SPAN MOSTLY) */
.nr	{
	font-family: georgia;
	font-size: 8pt;
}
.ctrplz {
	text-align: center;
}
