/* -------------------------------------------------------------------------------------------- Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
x ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* -------------------------------------------------------------------------------------------- Global */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 0.5cm; 
	color: #666;
	}
	
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 0.5cm; 
	color: #666;
	}
	
P {
	margin: 0;
	padding-bottom: 20px;
	text-align: justify;
	}
	
HR {
	color: #d5dadf; 
	}

UL {
	margin-bottom: 18px; 
	margin-top: 0;
	margin-left: 15px;
	list-style-type: square;
	}
	
OL {
	margin-bottom: 18px; 
	margin-top: 0;
	margin-left: 25px;	
	}	
	
/* -------------------------------------------------------------------------------------------- Headings */

h1 {
	color: #549FC9;
	display: block;
	font: 17pt/1.45 Helvetica, Arial, Verdana, sans-serif;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #e1e1e1;
	}

h2 a, h2 {
	color: #333;
	display: block;
	font: 14pt/1.45 Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	}
	
h2 a:hover {
    color: #8DC919;
	text-decoration: none;
	}
	
h3 a, h3	{
x	color: #3B9513;
	color: #9DB502;
	margin: 0 0 5px 0;
	font-size: 14px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none
	}
	
h3 a:hover {
x	color: #3B9513;
    color: #9DB502;
	text-decoration: underline;
	}
	
h4 {
	color: #549FC9;
	margin: 0 0 5px 0;
	font-size: 16px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
h5 a, h5 {
	color: #333;
	margin: 0 0 5px 0;
	font-size: 14px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
h5 a:hover {
    color: #8DC919;
	text-decoration: none;
	}		

/* -------------------------------------------------------------------------------------------- Hyperlinks */

a:link, a:active {
x	color : #2d84c4; 
	text-decoration: none; 
	}

a:hover {
x	color : #8DC919;
	text-decoration: underline;
	}	
	
a {
	outline: none;
	}
	
a.green:link, a.green:active, a.green:visited, {
	color: #9DB502;
	}

a.green:hover {
	text-decoration: underline;
	}	

/* -------------------------------------------------------------------------------------------- Image Treatments */

img {
	border: 0;
	}
	

/* -------------------------------------------------------------------------------------------- Custom */
.copyright {
	color: #89929F;
	}

#main {
	width:750px;
	text-align:left;
	padding: 20px 0;
	background: #fff;
	}
	
#container {
	width:750px;
	text-align:left;
	}

#breadcrumb {
	display: block;
	border-bottom: 1px solid #E1E1E1;
	background-color: #EFEFEF;
	padding: 6px 15px;
	font: 11px Verdana;
	margin: 0 0 10px 0;
	}
	
#breadcrumb a {
	text-decoration: none;
	color: #2d84c4;
	}	
	
#box-right {
	float:right; 
	margin: 0 0 0 50px; 
	width: 225px; 
	background-color: #EFEFEF; 
	padding: 15px 20px; 
	border: 1px solid #E1E1E1;
	}
	
#box {
	float: left;
	margin: 0; 
	background-color: #EFEFEF; 
	padding: 15px 20px; 
	border: 1px solid #E1E1E1;
	}
		
x#billboard {
	height:235px;
	display:block;
	background-image:url(/images/bg-billboard.jpg);
 	}
	
#header {
	background-color: #fff;
	background-image: url(/images/bg-header.jpg);
	width: 100%;
	margin: 0;
	height: 214px;
	}	
	
#logo {
	float: left; 
	margin: 50px 0 0 0;
	}	
	
#footer {
	background-color: #1E1E1E; 
	clear: both;
	width: 100%; 
	padding: 20px 0;
 	}	
	
#footer a {
	color: #C7C7C7; 
	text-decoration: underline; 
 	}	

#disclaimer {
	border-top: 1px dotted #ccc;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	}
	
#left {
	width: 210px; 
	margin: 0 25px 0 0; 
	float: left;
	}	
	
#content {
	text-align: left; 
	width: 510px;
	float: right;
	padding: 0 0 20px 0;
	}
	
td.formbox {
	cell-padding: 10px;
	}
	
.img1 {
	float: left; 
	margin: 0 20px 10px 0;
	}