/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
img, a img {
	border: none;
	}
#content a {
	color: #84C984;
	background-color: inherit;
	text-decoration: none;
	}
#content a:hover {
	background-color: #737373;
	color: inherit;
	}
p {
	margin-bottom: 18px;
	}
h1 {
	color: #84C984;
	background-color: inherit;
	font-size: 26px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 5px;
	}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	background-color: inherit;
	font-size: 12px;
	line-height: 18px;
	}
#container {
	text-align: left;
	margin: 15px auto;
	width: 912px;
	}
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 162px;
	padding: 44px 0px 0px 12px;
	}
#content_wrapper {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 912px;
	height: 400px;
	}
#nav_column {
	width: 158px;
	float: left;
	padding: 10px 0px 0px 22px;
	}
#nav {
	width: 158px;
	height: 220px;
	}
#nav ul {
	width: 158px;
	list-style-type: none;
	border-right: 1px solid #7E7B79; 
	}
#nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}	
#nav a {
	width: 140px;
	height: 22px;
	display: block;
	padding: 8px 0px 0px 8px;
	color: #97C3DD;
	background-color: inherit;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	}
#nav a:hover {
	background-image: url(../images/nav_hover.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
#content {
	width: 486px;
	float: left;
	height: 400px;
	background-image: url(../images/content_dec.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px 220px 20px 20px;
	}
#footer {
	width: 888px;
	height: 78px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding: 14px 12px 0px 12px;
	}
#sponsors {
	float: left;
	width: 620px;
	vertical-align: top;
	}
#copyright {
	width: 230px;
	float: right;
	color: #8B8887;
	background-color: inherit;
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	padding: 28px 12px 0px 0px;
	}
#copyright a {
	color: #84C984;
	background-color: inherit;
	text-decoration: none;
	font-size: 11px;
	}
#copyright a:hover {
	text-decoration: underline;
	}