/* ------------------------------------------------	GLOBAL STYLE 
*/
html {
 	background: url('headbg.jpg') repeat-x top center;
}
body {
	font: 8pt "tahoma"; 
	color: #000000;
	letter-spacing: 1px;
	border: 0px black solid;
	margin: 0px;
	padding: 0;
	text-align: center;
 	background: url('head.jpg') no-repeat top center;
}
img {
	border: 0px black solid;
}
/* -----------------------------------------------------------   LAYOUT DIVS */
#container { 
	margin: 0 auto;
	width: 620px;
	position: relative;
	border: 0px lime solid;
	text-align: justify;
	padding: 0;
	padding-bottom: 35px;
	padding-top: 580px;
} 
#menu {
	position: absolute;
	top: 518px;
	left: 20px;
	width: 580px;
	height: auto;
	border: 0px red solid;
}
#content {  
	height: auto;
	text-align: left;
	position: relative; 
	border: 0px lime solid;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer {  
	border: 0px red solid;
	height: 207px;
	width: 100%;
	margin-top: 0px;  
	text-align: center;
 	background: url('footbg.jpg') repeat-x top center;
}
/* ------------------------------------------------------------------------------ DISCLAIMER DIV 
*/
div#disclaimer {
	font-family: "tahoma", sans-serif; 
	font-size: 7pt;
	text-align: center;
	border: 0px fuchsia solid;
	margin: 0 auto;
	padding-top: 18px;
	padding-left: 0px;
	width: 600px;
	color: #7a8187;
	letter-spacing: 2px;
	line-height: 20px;
}
div#disclaimer table {
	border-width: 0;
	border-color: black;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
div#disclaimer td.l {
	width: 70%;
	vertical-align: top;
	text-align: justify;
	padding-right: 20px;
	padding-top: 3px;
}
div#disclaimer td.r {
	width: 30%;
	text-align: center;
	vertical-align: top;
	font-size: 6pt;
	font-family: "tahoma", sans-serif; 
	letter-spacing: 1px;
	line-height: 14px;
}
div#disclaimer img {
	margin: 3px;
	margin-bottom: 14px;
	border: 5px black solid;
}
div#disclaimer .highlit {
	color: #b1d3e2;
	letter-spacing: 2px;
	font-family: "tahoma", sans-serif; 
	font-size: 7pt;
}
div#disclaimer a:link, div#disclaimer a:visited, div#disclaimer a:active {
	text-decoration: none;
	color: #b1d3e2;
}
div#disclaimer a:hover {
	text-decoration: none;
	color: #b1d3e2;
}

/* --------------------------------------------------------------------- MAIN TEXT STYLE */
div#content {
	font: "trebuchet ms";
	font-size: 8pt;
	color: #333333;
	letter-spacing: 1px;
	line-height: 18px;
}
div#content a:link, div#content a:visited {
	color: #3ba8e0;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #dddddd;
}
div#content a:hover, div#content a:active {
	color: #a4e6f2;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
}
div#content p {
	text-align: justify;
}
div#content img {
	margin: 5px;
}
div#content .boldy {
	color: #0f216a;
}
h2 {
	border-bottom: 1px solid #ececec;
	font: 14pt "arial";
	font-style: italic;
	color: #000000;
	text-align: left;
	letter-spacing: 1px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
h2:first-letter {
	color: #000000;
	font-family: "times new roman", times, serif;
	font-style: oblique;
	font-size: 22pt;
}
div#menu table {
	width: 100%;
	text-align: center;
	border-color: white;
	border-width: 0;
}
div#menu td {
	text-align: center;
	width: 25%;
}
div#menu a:link {
	font-family: "times new roman", times, serif;
	font-style: oblique;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
div#menu a:hover, div#menu a:active {
	color: #286cc8;
	border-bottom: 1px #252525 solid;
}
div#menu a:visited {
	color: #203449;
	font-family: "times new roman", times, serif;
	font-style: oblique;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
/* --------------------------------------------------------------------------- ONLINE FORM STYLE */
input, textarea, option, select {
	background-color: #ffffff;
	font: 9pt "trebuchet ms";
	color: #286cc8;
	letter-spacing: 2px;
	border: 1px solid #444444;
	padding: 1px; 
}
/* ----------------------------------------------------------------- ADDITIONAL CLASSES (SPAN MOSTLY) */
.nr	{
	font-family: georgia;
	font-size: 8pt;
}
.ctrplz {
	text-align: center;
}
.aff {
	border: 0;
	border-bottom: 0xp white solid;
}
