@charset "UTF-8";


body {
	background-color: #CCCCCC;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%;
}

#splitBG {
	width: 100%;
	z-index: 1;
	position: absolute;
	background-image: url(../images/fadeBG.png);
	margin-top: -40px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	margin-left:0%;
	margin-right:0%;
	height: 430px;
	}

#vertBG {
	width: 100%;
	z-index: 1;
	position: absolute;
	margin-top: -40px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-image: url(../images/bgN.png);
	height: 190%;
	background-position: center;
	display:inline;
}

#container {
	width: 854px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	background-color: #000000;
	z-index:3;
	position: relative;
	text-align:left;
	padding: 3px;
}

#splitExtra {
	width: 1311px;
	z-index: 2;
	position: relative;
	background-image: url(../images/extra3.png);
	margin-top: -40px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	height: 600px;
}
	
#header {
	height: 99px;
	width: 854px;
	margin-bottom: 5px;
}
#navBar {
	height: 22px;
	width: 854px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	background-image: url(../images/buttonBG.jpg);
	background-repeat: repeat-x;
}
#navBar li {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
}
#navBar li a {
	line-height: 20px;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	height: 20px;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	
}
#navBar li a:hover {
	color: #000000;
	text-decoration: none;
	background-repeat: repeat-x;
	background-color: #FF0000;
}
#navBar li a:active {
	background-image: url(../images/buttonHit.jpg);
	background-repeat: repeat-x;
}
#contentContainer {
	height: 100%;
	width: 854px;
	margin: 0px;
	clear: both;
}


#clearFix {
	clear: both;
	height: 0px;
	visibility: hidden;
}
#footer {
	background-repeat: no-repeat;
	height: 61px;
	width: 854px;
	margin-top: 1px;
	background-color: #000000;
	clear: both;
}
#footer2 {
	z-index:4;
	position: relative;
	font-size: 10px;
	color: #CCCCCC;
	text-align: left;
	height: 12px;
	width: 836px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer2 a {
	color: #666666;
}
#footer2 a:hover {
	color: #CCCCCC;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
h2 {
	font-size: 12px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	letter-spacing: -1.5px;
}
#buttons {
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#buttons li {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
}
#buttons  li a {
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	height: 20px;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	background-color: #000000;
}

#buttons  li a:hover {
	color: #000000;
	background-color: #CCCCCC;	
}q
