
/* ----- BASIC ----- */
html {
	margin: 0;
	padding: 0;
	}

body {	
	margin: 0;
	padding: 0;
	height: 100%;
	font: normal 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	}

#container {
	position: relative;
	margin: 0;
	padding: 0;
	width: 894px;
	height: 100%;
	background: #86BEBF;  
	}

a:link, a:visited {
	color: #3F5671;
	text-decoration:none;
	}

a:hover {
	color: #7E1A18;
	text-decoration:underline;
	}	
	
acronym {
	font-style: italic;
	cursor: help;
	border: none;
	}
	
/* ----- MAIN CONTENT ----- */
#maincontent {
	position: absolute;
	top: 10px;
	left: 90px;	
	text-align: left;
	}
	
#bodyblock1 {
	background: url(images/main_left.jpg) no-repeat top left;
	}
	
#bodyblock2 {
	background: url(images/main_right.jpg) no-repeat top left;
	}
	
#bodytop {
	background-color:#EAFEFD;
 
}

#bodytopcurveleft {
	background-image:url(images/headercurve_left.gif);
	}
#bodycurveleft {
	background-image:url(images/linkscurve_left.gif);
	}

#bodytopcurveright {
	background-image:url(images/headercurve_right.gif);
	}
#bodycurveright {
	background-image:url(images/linkscurve_right.gif);
	}
	

#linkarea {
	background-color:#D1E6E7;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
 
}
#infoarea {
	background-color:#D1E6E7;
	background-image:url(images/logo_sm.gif) no repeat;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
 
}

#bodylinkarea {
	background-color:#D1E6E7;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
 
}

#linktop {
	background-color:#EAFEFD;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
 
}

#linktopcurveleft {
	background-image:url(images/headercurve_left.gif);
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}
#linkcurveleft {
	background-image:url(images/linkscurve_left.gif);
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}
#bodylinkcurveleft {
	background-image:url(images/linkscurve_left.gif);
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	}
#linktopcurveright {
	background-image:url(images/headercurve_right.gif);
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}
#linkcurveright {
	background-image:url(images/linkscurve_right.gif);
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}
#bodylinkcurveright {
	background-image:url(images/linkscurve_right.gif);
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	}
#menu {
	margin: 0;
	padding: 10px;
	text-align:left;
	line-height:18px;
	color:#7E1A18;
	}

#menu a:link, a:visited {
	color: #7E1A18;
	font-weight:bold;
	text-decoration:none;
	}
#menu a:hover {
	color: #00558B;
	font-weight:bold;
	text-decoration:none;
	}	

	
#contentcopy {
	margin: 2px;
	padding: 10px;
	text-align:left;
	}
#contentcopy a:link {
	color: #7E1A18;
	font-weight:bold;
	text-decoration:none;
	}
#contentcopy a:visited {
	color: #7E1A18;
	font-weight:bold;
	text-decoration:none;
	}
#contentcopy a:hover {
	color: #00558B;
	font-weight:bold;
	text-decoration:underline;
	}	
	
#contentselect {
	margin: 2px;
	padding: 2px;
	font-size: 11px;
	text-align:left;
	line-height:18px;
	color:#7E1A18;
	}
	
#contentselect a:link {
	color: #7E1A18;
	font-weight:bold;
	text-decoration:none;
	}
#contentselect a:visited {
	color: #7E1A18;
	font-weight:bold;
	text-decoration:none;
	}
#contentselect a:hover {
	color: #00558B;
	font-weight:bold;
	text-decoration:underline;
	}	
#contenth1 {
	font: bold 14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #3F5671;
	}
	
#footer {
	position:relative;
	margin: 0;
	padding-top: 14px;
	text-align: center;
	height: 15px;
	width: 894px;
	background-color:#D1E6E7;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}
#footer a:link, #footer a:visited {
	padding: 0px 3px 1px 3px;
	color: 	#7E1A18;
	border: 1px solid #A4B0C8;
	text-decoration: none;
	}
#footer a:hover {
	padding: 0px 3px 1px 3px;
	color: #7E1A18;
	background: #E2E7EF;
	border: 1px solid #A4B0C8;
	}
