/* ------------------------------------------------	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: url('pattern.jpg');
}
img {
	border: 0px black solid;
}
p {
	padding: 0;
	margin: 0;
	text-align: justify;	
}
a:link, a:active, a:visited {
	text-decoration: none;
	/*color: #1a050a;*/
	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: transparent;
	background: url('contentbg.jpg') repeat-y top center;
	border: 0px lime solid;
	text-align: center;
	padding: 0;
} 
#header {
	height: 390px;
	background-image: url('headbg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0px lime solid;
}
#mainimg {
	height: 390px;
	width: 781px;
	/*background: url('head.jpg') no-repeat top center;*/
	margin: 0 auto;
	padding-right: 0px;
	padding-left: 1px;
	border: 0px fuchsia solid;
}
#content {  
	height: auto;
	text-align: center;
	position: relative; 
	border: 0px black solid;
	padding: 0;
	margin-top: 0px;
	margin-bottom: -70px;
} 
#maintext {
	width: 480px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: -40px;
}
#footer {  
	height: 330px;
	margin-top: 0px;  
	background-image: url('footbg.jpg');
	background-repeat: repeat-x;
}

/* --------------------------------------------------------------------- MAIN TEXT STYLE */
#maintext {
	color: #555c22;
	font-family: "trebuchet ms", arial, verdana;
	line-height: 15px;
	font-size: 8pt;
	letter-spacing: 1px;
	text-align: justify;
}
div#content a:link, div#content a:visited {
	color: #e2da07;
	font: 8pt "trebuchet ms";
	text-decoration: none;
	border-bottom: 1px #4a390a solid;
}
div#content a:hover, div#content a:active {
	color: #be5407;
	text-decoration: none;
	border-bottom: 1px #4a1f0a solid;
}
div#maintext p {
	color: #555c22;
	margin-bottom: 10px;
}
div#content .boldy {
	color: #9f9007;
}
.titlediv, h2, #head {
	border-left: 0px black solid;
	border-top: 0px #110104 solid;
	border-bottom: 1px #353b04 solid;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: 17px;
	margin-right: 0px;
	font: 16pt "times new roman";
	color: #c9c877;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	letter-spacing: 3px;
	text-transform: lowercase;
}
/* --------------------------------------------------------------------------- ONLINE FORM STYLE */
input, textarea, option, select {
	background-color: #1d2002;
	font: 8pt arial;
	color: #c9c877;
	letter-spacing: 1px;
	border: 1px solid #4a390a;
	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;
}
/* -------------------------------------------------------*/
td.s1 {
	background-image: url('images/headh_02.gif');
}
td.s2 {
	background-image: url('images/headh_03.gif');
}
td.s3 {
	background-image: url('images/headh_04.gif');
}
td.s4 {
	background-image: url('images/headh_05.gif');
}
td.s5 {
	background-image: url('images/headh_06.gif');
}
td.s6 {
	background-image: url('images/headh_07.jpg');
}