/* CSS Document */
body {
	background-color:#FF9933;
	color:#FFF;
	margin:0;
	font-family:Arial;
	font-size:80%;
	line-height:120%;
	}
a:link, a:visited, a:active {
	color:#FFF;
	font:Verdana;
	text-decoration:underline;
	font-size:95%;
	font-weight:bold;
	}
a:hover {
	color:#FF9900;
	font:Verdana;
	text-decoration:none;
	font-size:95%;
	font-weight:bold;
	}
h2 {
	margin:0;
	padding:0;
	}
ul {
	padding-left:40px;
	font-size:100%;
	font-weight:bold;
	margin:0;
	}
	
	
#headerBox {
	background-image:url(../i/bgTile.gif);
	background-position:top center;
	background-repeat:repeat-x;
	width:100%;
	height:397px;
	background-color:#1F1F1F;
	}
#headerBox img {
	position:relative;
	left:-4px;
	}
#header2Box {
	background-image:url(../i/header_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	padding-top:40px;
	background-color:#1F1F1F;
	}
#navBox {
	position:relative;
	top: -10px;
	background-color:transparent;
	}
#navBox img {
	padding-right:11px;
	}
#contentContainer {
	width:100%;
	background-color:#1f1f1f;
	padding:0 0 20px 0;
	}
#contentBox {
	width:984px;
	position:relative;
	left:-3px;
	background-color:#1f1f1f;
	border:1px solid black;
	}
#content {
	padding:0 10px 0 10px;
	}
#left {
	float:left;
	}
#right {
	float:right;
	}
#clearBoth {
	clear:both;
	}
#black {
	background-color:#000000;
	padding:4px;
	}
	
#spacer {
	height:30px;
	width:100%;
	background-color:#1F1F1F;
	}
#footerBox {
	background-image:url(../i/footerTile.gif);
	background-repeat:repeat-x;
	background-position:top center;
	width:100%;
	}
#footerContent {
	font-family:Arial;
	font-size:85%;
	width:750px;
	padding:15px;
	color:#000000;
	}
#footerContent a:link, #footerContent a:visited, #footerContent a:active {
	color:#1F1F1F;
	font:Georgia;
	text-decoration:none;
	font-size:105%;
	font-weight:bold;
	}
#footerContent a:hover {
	color:#993300;
	font:Georgia;
	text-decoration:underline;
	font-size:105%;
	font-weight:bold;
	}