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

body {
	text-align:center;
	mid-width: 950px;
	min-width: 980px;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../images/bgTile.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/wrapperBG.png);
	}
	
#header {
	margin: 0 40px;
	text-align: center;
}

#nav {
	background-color: #FFFFFF;
	margin: 0 63px;
	background-image: url(../images/navBG.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 824px;
	height: 30px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	}


#nav ul li {
	float: left;
	padding-top: 7px;
	padding-left: 42px;
}

#nav ul li a {
	color: #FFCC99;
	text-decoration: none;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #ffffff;
}

.here {
	color: #ffffff;
	font-weight: bold;
}

#container {
	margin: 0 40px;
	min-height: 450px;
	padding-top: 50px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 50px;
}

#content {
	float: right;
	width: 540px;
	padding-right: 60px;
	line-height: 18px;
	color: #406086;
}

#clear {
	clear: both;
	}
	
#footer {
	background-image: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 30px;
	color: #FFFFFF;
	font-size: 90%;
	padding-top: 10px;
	margin: 0 32px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF99;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #FF6600;
	font-weight: bolder;
}
#content li {
	padding-bottom: 25px;
}
