@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../assets/background.gif);
	background-repeat: repeat-x;
	background-color: #363738;
	color: #FFF;
}
#wrapper {
	width: 900px;
	margin: 0px auto 0 auto;
	text-align: left;
}
#header {
	width: 894px;
	height: 200px;
	color: #000;
	border-right: 3px solid #2a2a2a;
	border-bottom: 3px solid #2a2a2a;
	border-left: 3px solid #2a2a2a;
}
#nav {
	width: 900px;
	padding: 4px 0 0 0;
	height: 35px;
	background-color: #2A2A2A;
}
#nav .navTitle {
	font-family: "Arial Black", Verdana, Geneva, sans-serif;
	display: inline;
	font-size: 18px;
	line-height: 22px;
	margin: 4px 10px 0px 0px;
	color: #FFF;
	float: right;
}
#nav ul {
	margin: 7px 0 0 20px;
	display: inline;
	width: 700px;
	float: left;
}
#nav li {
	display: inline;
	list-style-image: none;
	padding: 0 3px 0 0;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
}
#nav a {
	margin-right: 8px;
}
#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #33CCCC;
}
#content {
	background-color: #000;
	padding: 30px 80px 20px 90px;
}
#content p {
	line-height: 22px;
	margin-bottom: 20px;
}
a:link, a:visited {
	color: #33CCCC;
	text-decoration: none;
}
a:hover {
	color: #FD660B;
}
.imgFloatRight {
	float: right;
	margin: 0px 15px 10px 30px;
}
.imgFloatLeft {
	float: left;
	margin: 0px 30px 10px 0px;
}
.nobo {
	float: left;
	margin: 8px 30px 10px 0px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0 20px 0;
}
#footer {
	width: 890px;
	height: 37px;
	padding-top: 75px;
	padding-left: 10px;
	background-image: url(../assets/footer.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
#content h1 {
	margin-bottom: 10px;
	font-family: "Arial Black";
	font-size: 24px;
	color: #FD660B;
}
#content h2 {
	margin-bottom: 5px;
	font-family: "Arial Black";
	color: #FD660B;
}
#nav a#currentPage {
	color: #33CCCC;
}
.warning {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
}

