/* ------------------------------------------------	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/bg.jpg') repeat-x fixed bottom left;
}
img {
	border: 0px black solid;
}
/* -----------------------------------------------------------   LAYOUT DIVS */
div#image {
	position: fixed;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	width: 440px;
	height: 100%;
	border: 0px lime solid;
	background: url('gfx/image.jpg') no-repeat bottom right;
}
div#container {
	position: absolute;
	right: 394px;
	top: 0px;
	margin: 0;
	width: 380px;
}
div#menu {
	position: fixed;
	bottom: 0px;
	right: 351px;
}
/* --------------------------------------------------------------------		FORMATTING
*/
div#content {
	text-align: justify;
	color: #85908e;
	font: 8pt "trebuchet ms";
	letter-spacing: 1px;
	line-height: 17px;
	padding: 0;
	padding-bottom: 20px;
}
div#content a:link, div#content a:visited {
	color: #cb4002;
	text-decoration: none;
	letter-spacing: 2px;
	border-bottom: 1px #fdf5b4 solid;
	padding-bottom: 1px;
}
div#content a:active, div#content a:hover {
	color: #e2bf05;
	text-decoration: none;
	border-bottom: 1px #ec8877 solid;
}
div#content p:first-letter {
	color: #39a85c;
	font-size: 11pt;
}
div#content b {
	color: #cd930a;
	font-weight: normal;
}
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: 13pt georgia;
	color: #57adce;
	letter-spacing: 4px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-left: 10px;
	padding-bottom: 4px;
	border-bottom: 1px #e0e6e7 solid;
}
h2:first-letter {
	color: #ce3e3d;
	font-size: 20pt;
}
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: #8db6b1;
}
div#disclaimer a:link, div#disclaimer a:visited {
	color: #8db6b1;
	text-decoration: none;
}
div#disclaimer a:active, div#disclaimer a:hover {
	color: #8db6b1;
}
/* --------------------------------------------------------------------------- ONLINE FORM STYLE */
input, textarea, option, select {
	background-color: #ffffff;
	font: 8pt arial;
	color: #57adce;
	letter-spacing: 1px;
	border: 1px solid #f1f1f1;
	padding: 1px; 
}
/* ----------------------------------------------------------------- ADDITIONAL CLASSES (SPAN MOSTLY) */
.nr	{
	font-family: georgia;
	font-size: 8pt;
}
.ctrplz {
	text-align: center;
}
.boldy {
	color: #39a85c;
}