@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
	font-family: Century Gothic;
	}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #79e154;
}
a:active {
	text-decoration: none;
	color: #79e154;
}

#wrapper {	
	width: 860px;
	margin: 0 auto;
	}
	
#header {
	width: 860px;
	margin: 0 auto;
	}	

#nav {
	background-image: url('images/navbg.png');
	border: 1px solid #696969;
	width: 860px;
	font-size: 14px;
	text-align: center;
	}

#nav ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 9px;
	margin-bottom: 9px;
	}	

#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	text-shadow: 0.1em 0.1em 0.05em #000;
	}	

.last {
	padding-right: 0px;
	}

.current {
	color: #79e154!important;
	}	
	
#content {
	background-image: url('images/navbg.png');
	border: 1px solid #696969;
	width: 860px;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	min-height: 440px!important;
	padding-bottom: 10px;
	}	

#content h1 {
	width: 840px;
	color: #79e154;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	padding-top: 10px;
	margin-left: 10px;
	text-shadow: 0.1em 0.1em 0.05em #000;	
	}
	
	
#content p {
	color: #fff;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 22px;
	font-size: 13px;
	}
	
#logos {
	width: 860px;
	margin: 0 auto;
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
	}
		
#footer {
	width: 860px;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	}
	
#slideshow {
	width: 860px;
	margin: 0 auto;
	border: 1px solid #696969;
	margin-top: 15px;
	margin-bottom: 0px;
	}#wrapper #content table {
	color: #fff;
	text-align: left;
}
#wrapper #content tableBOLD {
	font-weight: bold;
}
