@charset "utf-8";
/* CSS Document */


body  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../images/Background-v2.jpg);
	background-position: 50% top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-weight: bold;
}
	
a{ color:#3b8ab7; text-decoration:none;}
a:link{ color:#3b8ab7; text-decoration:none;}
a:hover{color:#3b8ab7; text-decoration:underline;}
a:visited{color:#3b8ab7;}	
a:active{color:#3b8ab7;}
	
#container {
	margin: 0 auto;
	background: url(../images/bgpng.png);
	padding: 0px;
	width: 960px;
}

table{
	margin: 0 auto;
	font-weight: bold;
	color: #000000;
	top: 250px;
}

.nav {
	padding-left: 5px;
	font-weight: bold;
	color: #000000;
}
	
.header{
	width: 900px;
	height: 100px;
	z-index: 9998;
	position: relative;
	top: 0px;
	
}
	
#nav {
	position: absolute;
	width: 900px;
	height: 28px;
	margin-top: -28px;
	background: url('../images/menubar.png') repeat-x;
	padding-top: 5px;
	color: #14264c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	font-spacing: .3em;
}
		
.flash{
	margin-top: 100px;
	width: 900px;
	height: 250px;
}

#table {
	margin: 0 auto;
	}	

.content {
	border-left: solid #c3d7e2 10px;
	border-right: solid #c3d7e2 5px;
	float:right;
	margin-right: 0px;
	width:700px;
	text-align: left;
	background-color:#ffffff;
	}
.feature {
	border-left: solid #c3d7e2 5px;
	border-right: solid #c3d7e2 0px;
	background-color:#ffffff;
	float:left;
	width:180px;
	text-align: left;
	}
	
#footer {
	width:900px;
	height:144px;
	z-index:1;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-color:none;
	padding-top: 25px;
	text-align:center;
	}
		
#fader{
	background: url(../images/faderight.png);
	background-repeat:repeat-y;
	width: 30px;
	float:left;
	margin-top:0px;
	}
	
#fade1{
	background: url(../images/fadeleft.png);
	background-repeat:repeat-y;
	width: 30px;
	float:left;
	margin-top:0px;
	margin-left:-30px;
	}	
	
.clear {height:100%; float:left;}

.style11 {	
	color: #0033FF;
	font-size: 24px;
}
