/* ------------------------------------------------	GLOBAL STYLE 
*/
body {
	font: 8pt "tahoma"; 
	color: #000000;
	letter-spacing: 1px;
	border: 0px black solid;
	margin: 0px;
	padding: 0;
	text-align: center;
 	background: url('gfx/headbg.jpg') repeat-x top center;
}
img {
	border: 0px black solid;
}
/* -----------------------------------------------------------   LAYOUT DIVS */
#container { 
/*	position: absolute;
	width: 780px; 
	top: 0px;
	left: 50%;
	margin-left: -390px;*/
	margin: 0 auto;
	width: 780px;
	position: relative;
	border: 0px lime solid;
	text-align: justify;
	padding: 0;
	background-color: #ffffff;
	padding-bottom: 35px;
} 
#header {
	height: 244px;
	margin: 0;
	padding: 0;
	border: 0px lime solid;
	width: 100%;
	background-color: #666666;
}
#mainimg {
	height: 244px;
	background: url('gfx/head5.jpg') no-repeat top center;
	margin: 0;
	padding: 0;
	border: 0px lime solid;
}
#footimg {
	height: 79px;
	width: 780px;
	background: url('gfx/foot2.jpg') no-repeat top right;
	margin: 0 auto;
	padding: 0;
	border: 0px lime solid;
	text-align: center;
}
#menu {
	position: absolute;
	top: 280px;
	right: 40px;
	width: 178px;
	height: auto;
	/*border: 1px red solid;*/
}
#content {  
	height: auto;
	text-align: left;
	position: relative; 
	border: 0px lime solid;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#maintext {
	width: 410px;
	margin: 0;
	padding-left: 90px;
	margin-top: -80px;
	border: 0px solid lime;
}
#footer {  
	border: 0px red solid;
	height: 79px;
	width: 100%;
	margin-top: 0px;  
	text-align: center;
	background-color: #e6eee5;
}
/* ------------------------------------------------------------------------------ DISCLAIMER DIV 
*/
div#disclaimer {
	font-family: "verdana"; 
	font-size: 7pt;
	text-align: center;
	border: 0px fuchsia solid;
	margin: 0 auto;
	padding-top: 18px;
	padding-left: 0px;
	width: 780px;
	color: #bcc4bc;
	letter-spacing: 2px;
}
div#disclaimer .highlit {
	color: #9db29a;
	letter-spacing: 2px;
}
div#disclaimer a:link, div#disclaimer a:visited, div#disclaimer a:active {
	text-decoration: none;
	color: #9db29a;
}
div#disclaimer a:hover {
	text-decoration: none;
	color: #9db29a;
}

/* --------------------------------------------------------------------- MAIN TEXT STYLE */
#maintext {
	color: #666666;
	font-family: "trebuchet ms", arial, verdana;
	line-height: 16px;
	font-size: 8pt;
	letter-spacing: 1px;
}
div#maintext a:link, div#maintext a:visited {
	color: #977707;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
}
div#maintext a:hover, div#maintext a:active {
	color: #e2a100;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
}
div#maintext p {
	text-align: justify;
}
div#maintext img {
	margin: 5px;
}
div#maintext .boldy {
	color: #273f0b;
}
h2 {
	border-bottom: 1px solid #ececec;
	font: 14pt "arial";
	color: #71af28;
	/*font-weight: bold;*/
	text-align: left;
	letter-spacing: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-top: 30px;
	/*font-style: oblique;*/
}
h2:first-letter {
	color: #82c502;
	font-size: 16pt;
}
div#menu {
	border-top: 1px solid #dedede;
}
div#menu ul {
	padding: 0px;
	margin: 0px;
}
div#menu ul li {
	margin: 0;
	padding: 0px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #dedede;
}
div#menu ul li a {
	padding: 0;
	margin: 0;
	height: 24px;
	padding-top: 7px;
	display: block;
	letter-spacing: 3px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	font-family: "trebuchet ms";
	font-size: 8pt;
	color: #a2a2a2;
}
div#menu ul li a:hover {
	letter-spacing: 3px;
	color: #393939;
	background: url('gfx/ahover.jpg') no-repeat top right;
	text-decoration: none;
}
/* --------------------------------------------------------------------------- ONLINE FORM STYLE */
input, textarea, option, select {
	background-color: #fafafa;
	font: 8pt arial;
	color: #467410;
	letter-spacing: 1px;
	border: 1px solid #222222;
	padding: 1px; 
}
/* ----------------------------------------------------------------- ADDITIONAL CLASSES (SPAN MOSTLY) */
.nr	{
	font-family: georgia;
	font-size: 8pt;
}
.ctrplz {
	text-align: center;
}