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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	font-size: 80%;
	}

h1 { 
	text-align: left;
	font-size: 29px;
	}

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

#outside {
	background-image:url(../images/outside-gradient.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 940px;
	margin: 0 auto;
	}

#container {
	width: 920px;
	background-color: #f8931f;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	background-color: #fff;
	height: 160px;
	width: 920px;
	}
	
#wrapper {
	float: none;
	width: 920px;
	
}

#nav {
	width: 240px;
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	}
	
#content {
	width: 640px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	background-color: #f8c384;
	min-height: 500px;
	}
	
#inner{
	float: right;
	width: 650px;
	}

#content ul li {
	list-style-image: url(../images/start-bullet.jpg);
	padding: 0 5px 10px;
	} 

#content ol li {
	padding: 0 5px 10px;
	}
	
#sitemap {
	margin: 10px;
	}

#footer {
	text-align: center;
	font-size: 10px;
	clear: both;
	background-color: #fff;
	color: #000000;
	left: 149px;
	padding: 5px 0px;
	}
	
#bannerad1 {
	padding-bottom: 10px;
	text-align: center;
	}
	
#bannerad2 {
	padding-right: 20px;
	float: right;
	padding-top: 40px;
	width: 468px;
}

#nav a:link {
	color: #000000;
	text-decoration: none;
	}
	
#nav a:visited {
	color: #000;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#nav a:active {
	color: #000;
	text-decoration: none;
	}


#sitemap a:link {
	color: #000000;
	text-decoration: underline;
	}
	
#sitemap a:visited {
	color: #000;
	text-decoration: underline;
	}
	
#sitemap a:hover {
	color: #000;
	text-decoration: none;
	}
	
#sitemap a:active {
	color: #000;
	text-decoration: underline;
	}

#logo {
	float:left;
	padding-left: 20px;
	padding-top: 5px;
	margin-top: 0px;
	width: 194px;
	}

.sidebar {
	padding: 10px;
	}
	
.sidebar2 {
	padding: 5px;
	width: 620px;
	text-align: left;
	font-weight: 900;
	}
	
.underline {
	text-decoration: underline;
	}
