/* ------------------------------------------------	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('gfx/pattern.jpg') repeat top right;
	overflow-x: hidden;
}
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 */
#main {
	width: 751px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
}
#container { 
	margin: 0;
	margin-top: -470px;
	margin-bottom: -100px;
        width: 420px;  
	border: 0px lime solid;
	text-align: left;
	padding: 0;
} 
#head {
	width: 100%;
	background: url('gfx/headbg6.jpg') repeat-x top right;
	height: 289px;
}
#mainimg {
	margin: 0;
	padding: 0;
	width: 751px;
}
#content {  
	width: 410px;
	height: auto;
	text-align: justify;
	position: relative; 
	border: 0px black solid;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
} 
#foot {  
	background: url('gfx/foot.jpg') no-repeat bottom right;
	height: 253px;
	margin-top: 0px;  
	border: 0px blue solid;
}

/* --------------------------------------------------------------------- MAIN TEXT STYLE */
div#content {
	font: 8pt "trebuchet ms";
	letter-spacing: 1px;
	line-height: 18px;
	color: #4d4837;
}
div#content b {
	color: #498167;
	font-weight: normal;
}
div#content a:link, div#content a:visited {
	color: #159368;
	border-bottom: 1px #afcfcc solid;
}
div#content a:active, div#content a:hover {
	color: #42ae09;
	border-bottom: 1px #a9c035 solid;
}

h2 {
	font: 20pt "times new roman";
	letter-spacing: 3px;
	color: #88181c;
	font-style: italic;
	margin-top: 40px;
	margin-bottom: 22px;
	padding-left: 20px;
	padding-right: 20px;
}
h2:first-letter {
	color: #9f1319;
	font-weight: bold;
	font: 23pt georgia;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
}
div#cp {
	text-align: center;
	width: 420px;
	padding-top: 180px;
	letter-spacing: 2px;
	line-height: 16px;
	font: 7pt verdana;	
	color: #696146;
}
div#cp a, div#cp b {
	color: #836700;
	font-weight: normal;
}
/* --------------------------------------------------------------------------- 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;
}
.boldy {
	color: #b5591b;
}