@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#002d56;
	margin: 0;
	padding:0;
	font-size:12px;
	background: #002d56 url(/elements/core/pgbg.png) no-repeat fixed top center; }

a, a:visited { color:#00a4e4; text-decoration:none; font-weight: bold; }
a:active, a:hover { color:#00a4e4; text-decoration:underline; }

ul { margin:0; padding:2px 0 12px 25px; }
li { font-size:12px; color:#000; }

h4 { font-size:14px; color:#000; margin-bottom:10px; }
h3 { font-size:15px; color:#ee3523; margin-bottom:10px; }
h2 { font-size:16px; color:#002d56; margin:10px 0; }
h1 { font-size:20px; color:#f26522; margin:12px 0;  }

p { margin-bottom:12px; font-size:12px; color:#000; }	
img { margin:0; padding:0; border: 0px; vertical-align:top;}

#container {
	width: 860px;
	margin: 0 auto;}
#header {
	width: 860px;
	margin: 0 auto;}
.logo {
	z-index:1;
	position:absolute;
	padding-top:-12px;
	margin-top:-12px;}
#slidehome {
	width: 840px;
	margin: 0 ;
	padding: 5px 10px;
	background-color:#8cc63f;
	position:relative;
	border: 1px solid #e86c1f;
	border-bottom-width:0px}

#content {
	background-color:#c1e490;
	width: 840px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #e86c1f;
   border-bottom: 1px solid #c1e490;}

#footer {
	width: 860px;
	height:129px;
	padding: 0 ;
	margin: 0 auto;
	background: #c1e490 url(/elements/core/ftrbg.png) no-repeat ; 
	border-right: 1px solid #e86c1f;
	border-bottom: 1px solid #e86c1f;
	border-left: 1px solid #e86c1f;}
#footer .copyright{ 
	padding: 90px 0 0 20px;
	font-size:8px;  }