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

<style type="text/css">

.topNavText {
	font-size: 10pt;
}
#outerwrapper {
	width: 1024px;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-top: 20px;
}
#topcontainer {
	width: 1024px;
}
#topbanner {
	height: 150px;
	width: 867px;
	float: left;
	background-image: url(images/pic13.jpg);
}
#topnav {
	height: 25px;
	width: 1024px;
	cursor: pointer;
	background-image: url(navBlack.png);
}
#sidenav {
	width: 150px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 30px;
	height: 600px;
	clear: left;
}
#contentcontainer {
	width: 750px;
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #333333;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 180px;
	margin-top: 30px;
	height: auto;
}
#bottomcontainer {
	width: 1024px;
	clear: left;
}
#footer {
	height: 10px;
	width: 1024px;
	clear: both;
	text-align: center;
	font-size: 8pt;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}

#logo {
	height: 150px;
	width: 150px;
	float: left;
	padding-left: 7px;
}
#logo img {
	width: 100pt;
	height: 100pt;
	padding-top: 10px;
	padding-left: 8px;
}
body {
	background-color:#242424;
	background-image:url(../Nav_Images/wallpaper.gif);
}
h2 {
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	line-height:1.6ems;
	color: #FF6600;
	font-variant: small-caps;
}
h2 span {
	position:absolute;
	background: url(../images_general/gradient-white.png) repeat-x;
	height:29px;
	left: 5px;
	width: 161px;
	top: -9px;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	margin-top: 10px;
}
.footerText {
	margin-right: 5px;
	margin-left: 5px;
}
.clear{
	clear:both;
}
a {
	text-decoration:none;
	color:#FF9900;
	}
a:hover {
	text-decoration:none;
	color:#0099CC;
}
.title {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

</style>

