@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #3AA3D3;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(grafx/bground.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(grafx/mainback.jpg);
	padding-right: 30px;
	padding-left: 30px;
	background-repeat: no-repeat;
	text-align: left;
}
#header {
	height: 90px;
}
#logo {
	float: left;
	width: 350px;
	margin-top: 50px;
}

#uppernav {
	float: right;
	width: 320px;
	text-align: right;
	margin-top: 5px;
	font-size: .75em;
	color: #C9E4E4;
}
#uppernav a {
	color: #C9E4E4;
	text-decoration: none;
}

#nav {
	background-image: url(grafx/navbar.jpg);
	background-repeat: no-repeat;
	height: 22px;
	font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

#nav ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 35px;
}
#nav li {
	display: inline;
	padding-right: 11px;
	padding-left: 11px;
	background-image: url(grafx/navedge.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #330099;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #FF6600;
	text-decoration: none;
}
#bodywrap {
	background-color: #FFFFFF;
	background-image: url(grafx/contentback.gif);
	background-repeat: repeat-x;
	font-size: .75em;
}
#sidebar {
	float: left;
	width: 220px;
	margin-left: 18px;
	margin-top: 35px;
	text-align: center;
}
#sidebar p {
	padding-bottom: 10px;
	color: #999999;
}

#sidebar li {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 8px;
}

#sidebar a {
	color: #000000;
}

#content {
	padding: 18px;
}
#content h1 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	font-size: 24px;
	color: #333333;
}
#content h3 {
	color: #333333;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content p {
	padding-bottom: 10px;
}

#content ul {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#content li {
	padding-bottom: 5px;
}

#footer {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(grafx/footer.gif);
	background-repeat: no-repeat;
	font-size: 0.75em;
	padding-top: 25px;
	padding-bottom: 30px;
	color: #CBE7F3;
}
#footer a {
	color: #B5DBEE;
	text-decoration: none;
}
.elevnpt {
	font-size: .9em;
}

.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.floatright {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.wht {
	color: #FFFFFF;
}
