@charset "utf-8";
body {
	background-color: #5b5b5b;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #6d6d6d;
}

div#outer {
	width: 950px;
	margin: 0 auto;
	background-color: white;
	overflow: auto;
}

div#footer {
	height: 40px;
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 25px;
	font-size: 11px;
	color: #8e8e8e;
}
span#footertext {
	display: block;
	padding: 3px 0 0 64px;
}

div#content{
	width: 635px;
	float: right;
	overflow: auto;
	margin: 0 37px 15px 0;
}

div#nav {
	width: 161px;
	height: 249px;
	margin-left: 68px;
	background-image: url(images/Swoosh.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-top: 10px;
}

div#nav ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	font-size: 15px;
}

div#nav ul li {
	padding: 1px 0 1px 10px;
	background-image:url(images/bullet_inactive.gif);
	background-position:center left;
	background-repeat: no-repeat;
}

div#nav ul li.active {
	background-image:url(images/bullet_active.gif);
}

div#nav ul li a:link, div#nav ul li a:visited, div#nav ul li a:active {
	color: #555555;
}

div#nav ul li a:hover {
	color: #000000;
	text-decoration: none;
}

div#nav ul li.active a, div#nav ul li.active a:link {
	color: #479d02;
}

h1 {
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: normal;
	font-size: 22px;
	color: #479d02;
}

h2 {
	margin: 10px 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
	color: #479d02;
}

a:link, a:visited, a:active {
	color: #479d02;
	text-decoration: none;
}

a:hover {
	color:#57bf12;
	text-decoration: underline;
}
