@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
	text-align: center;
	background-image: url(grafx/background.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 80px;
	width: 900px;
}
#nav {
	background-image: url(grafx/navback.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 900px;
}
#nav ul {
	font-size: 80%;
	text-align: left;
	list-style-image: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
#nav li {
	display: inline;
	font-weight: bold;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #234976;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #FFFFFF;
	background-image: url(grafx/navover.jpg);
	text-decoration: none;
}
.navover {
	background-image: url(grafx/navover.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#bodywrap {
	background-image: url(grafx/contentback.jpg);
	background-repeat: repeat-y;
	width: 900px;
	float: left;
}
#sidebar {
	width: 225px;
	margin-left: 5px;
	color: #FFFFFF;
	float: left;
	margin-top: 20px;
}
#sidebar h4 {
	color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33FFFF;
	font-size: 90%;
}
#sidebar ul {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar li {
	color: #FFFFFF;
	margin-bottom: 6px;
	font-size: 80%;
}
#sidebar p {
	font-size: 70%;
}
#sidebar li a:link, #sidebar li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
}
#sidebar li a:hover, #sidebar li active, #sidebar li a:focus {
	text-decoration: underline;
	color: #FFFFFF;
}
#content a {
	color: #2D5380;
}

#content {
	margin-left: 255px;
	margin-right: 20px;
	padding-bottom: 30px;
	padding-top: 20px;
}
#content h1 {
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D5380;
}
#content h4 {
	color: #CC0000;
	margin-top: 16px;
	margin-bottom: 6px;
}


#content p {
	font-size: 80%;
	padding-bottom: 6px;
}
#content ul {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: bold;
	list-style-type: none;
}
#content li {
	margin-bottom: 4px;
	color: #2D5380;
	background-image: url(grafx/bulletgray.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
#submenu {
	padding-top: 20px;
	padding-left: 30px;
}
#emailz {
	padding-left: 25px;
	background-image: url(grafx/emailicon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer {
	background-color: #333333;
	color: #CCCCCC;
	font-size: 70%;
	background-image: url(grafx/footerbackground.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 900px;
	height: 65px;
	padding-top: 20px;
	text-align: center;
}
#footer a {
	color: #999999;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.floatleft {
	float: left;
	margin-left: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.tenpoint {
	font-size: 11px;
}
.redtext {
	color: #FF3300;
}
