/* ------------------------------------------------	GLOBAL STYLE 
*/
body {
	font: 8pt "tahoma"; 
	color: #000000;
	letter-spacing: 1px;
	border: 0px black solid;
	margin: 0px;
	padding: 0;
	text-align: center;
	/*background: transparent url('spiral3.png') repeat-y fixed bottom left;*/
	overflow: auto;
}
img {
	border: 0px black solid;
}
/* -----------------------------------------------------------   LAYOUT DIVS */
/*div#image {
	position: fixed;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	width: 850px;
	height: 100%;
	border: 0px lime solid;
	background: url('main2.png') no-repeat bottom right;
}*/
div#container {
	position: absolute;
	right: 40px;
	top: 0px;
	margin: 0;
	width: 500px;
	border: 0px red solid;
}
div#menu {
	position: absolute;
	top: 120px;
	right: 540px;
	width: 200px;
	border-top: 1px #adc4b7 solid;
}
/* --------------------------------------------------------------------		FORMATTING
*/
div.content {
	text-align: justify;
	color: #46583d;
	font: 8pt "trebuchet ms";
	letter-spacing: 1px;
	line-height: 17px;
	padding: 20px;
	padding-top: 5px;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px #adc4b7 solid;
}
div.content a:link, div.content a:visited {
	color: #c97b08;
	text-decoration: none;
	letter-spacing: 2px;
	border-bottom: 1px #fdf5b4 solid;
	padding-bottom: 1px;
}
div.content a:active, div.content a:hover {
	color: #c7c908;
	text-decoration: none;
	border-bottom: 1px #e5af1f solid;
}
div.content p:first-letter {
	color: #39a85c;
	font-size: 11pt;
}
div.content b {
	color: #abbe0f;
	font-weight: normal;
	letter-spacing: 2px;
}
div.content img {
	margin: 5px;
}
div.content img a:link, div.content img a:visited, div.content img a:active, div.content img a:hover {
	border: 0px black solid;
}
h2 {
	font: 15pt georgia;
	color: #4ab31c;
	letter-spacing: 4px;
	font-weight: normal;
	text-transform: uppercase;
	height: 40px;
	margin-bottom: 5px;
	margin-top: 8px;
	margin-left: -28px;
	padding-left: 5px;
	padding-bottom: 4px;
	border-bottom: 0px #e0e6e7 solid;
	border-left: 14px #e0e6e7 solid;
}
h2:first-letter {
	color: #c84809;
	font-size: 20pt;
}
div#menu ul {
	padding: 0px;
	margin: 0px;
	width: 150px;
}
div#menu ul li {
	margin: 0;
	padding: 0px;
	display: block;
	text-align: left;
	border-bottom: 0px solid #dedede;
}
div#menu ul li a {
	padding: 0;
	margin: 0;
	height: 26px;
	padding-top: 9px;
	padding-left: 10px;
	display: block;
	letter-spacing: 3px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	font-family: "trebuchet ms";
	font-size: 8pt;
	color: #b3bd99;
	border-bottom: 1px #adc4b7 solid;
}
div#menu ul li a:hover {
	letter-spacing: 3px;
	color: #273e18;
	text-decoration: none;
}
div#disclaimer {
	text-align: center;
	font: 7pt verdana;
	letter-spacing: 1px;
	line-height: 15px;
	color: #aaafac;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px #d6e1db solid;
}
div#disclaimer strong {
	font-weight: normal;
	color: #a7cba1;
}
div#disclaimer a:link, div#disclaimer a:visited {
	color: #a7cba1;
	text-decoration: none;
}
div#disclaimer a:active, div#disclaimer a:hover {
	color: #a7cba1;
}
/* --------------------------------------------------------------------------- ONLINE FORM STYLE */
input, textarea, option, select {
	background-color: #ffffff;
	font: 8pt arial;
	color: #328232;
	letter-spacing: 1px;
	border: 1px solid #dddddd;
	padding: 1px; 
}
/* ----------------------------------------------------------------- ADDITIONAL CLASSES (SPAN MOSTLY) */
.nr	{
	font-family: georgia;
	font-size: 8pt;
}
.ctrplz {
	text-align: center;
}
.boldy {
	color: #39a85c;
	letter-spacing: 2px;
}
