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


body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF url(images/main-bg.gif) ;
	margin: 0px;
	padding: 0px 0px 0px;
}

#page {
	margin: 0px auto;
	width: 760px;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
	background: #FFFFFF url(images/content-bg3.gif) repeat-y;
}


.header {
margin-top: 0px;
	background: #0FACEA url(images/banner1.jpg) no-repeat;
	height: 170px;
	border-bottom: 3px solid #59780a;
}

.flash {
width: 550px;
height: 560px;
margin-left: 20px;
margin-top: 10px;
}


a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

img {
	border: none;
}

p {
	padding: 0px 0px 15px;
	margin-left: 5px;
	margin-right: 180px;
}


.nav {
	list-style: none;
	margin: 0px;

}
.nav li {
	float: right;
	margin-top: 145px;
	margin-right: 5px;
}
.nav li a.active{
	color: #000000;
}
.nav li a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
.nav li a:hover {
	color: #000000;




 
