@charset "UTF-8";
/* CSS Document */
	
body { 
	background-color:#FFFFFF; 
	color: #000000; 
	font-family: Helvetica Neue, "Arial", Helvetica, Calibri, sans-serif; 
	font-size:13px; 
	font-weight: 300; 
	word-spacing:1px; 
	}

/* NAV LIST */
.header_nav a { text-decoration:none; color:#009999; font-size:14px; padding:2px 2px 2px 2px; font-weight:375; }
.header_nav a:hover { text-decoration:none; color:#FFFFFF; background:#009999; }
.header_nav a:active { text-decoration:none; color:#FFFFFF; background:#009999; }

.footer_nav a { text-decoration:none; color:#999999; font-size:14px; padding:2px 2px 2px 2px; font-weight:375; }
.footer_nav a:hover { text-decoration:none; color:#FFFFFF; background:#999999; }
.footer_nav a:active { text-decoration:none; color:#FFFFFF; background:#999999; }

/* BANNERS JQUERY */

/* rotator in-page placement */
    div#rotator {
	height: 316px;
}
/* rotator css */
	div#rotator ul li {
	position: absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border: 0px;
	padding: 0px;
}
    div#rotator ul li.show {
	z-index:500
}

/* CONTENT */

.lastestnews {
	color: #FFFFFF;
	}
	
.spectitle {
	color: #009999;
	}
	
.h1 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:22px;
	font-weight:500;
	}
	
.h2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	font-weight:500;
	}
	
