@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000;
	margin-top: 16px;
}
a:link, a:visited {
	color: #FFFFFF;
}
a:hover, a:active {
	color: #F90;
}
#outerWrapper {
	background-color: #000;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	width: 980px;
	height: 100px;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
}
#navbarTop {
	float: right;
	list-style-type: none;
}
#navbarTop li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#navbarTop a:link, #navbarTop a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#navbarTop a:hover, #navbarTop a:active {
	font-size: 11px;
	color: #F90;
	text-decoration: none;
}
#contentWrapper {
	width: 980px;
}
#sidebarLt {
	width: 198px;
	margin-top: 36px;
	float: left;
}
#sidebarLt p {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 120%;
}
#content {
	background-color: #000000;
	float: right;
	margin-top: 36px;
}
#content h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #C60;
	line-height: 120%;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
#content h2 {
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 8px;
}
#content h3 {
	font-size: 14px;
	color: #FFD46E;
	margin-bottom: 8px;
	line-height: 150%;
}
#content p {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 8px;
}
#content ul {
	margin-bottom: 6px;
}
#content li {
	font-size: 12px;
	line-height: 120%;
	margin-left: 44px;
	margin-bottom: 6px;
}
#navbarSide {
	list-style-type: none;
	margin-left: 20px;
}
#navbarSide li {
	margin-bottom: 10px;
}
#footer {
	width: 940px;
	height: 20px;
	margin-top: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C90;
	margin-right: auto;
	margin-left: auto;
}
.copyright {
	font-size: 10px;
	color: #C90;
	margin-top: 4px;
	float: left;
}
.author {
	font-size: 10px;
	color: #C90;
	margin-top: 4px;
	float: right;
}
.author a:link, .author a:visited {
	font-size: 10px;
	color: #C90;
}
.author a:hover, .author a:active {
	font-size: 10px;
	color: #FFC;
}
.floatImageLeft {
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
}
.floatImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearFloat {
	clear: both;
}
.textBoxCell {
	background-color: #262427;
	padding-right: 16px;
	padding-left: 16px;
	vertical-align: top;
}
