/* Basic Positioning & Layout for page structure */

html, body, #wrapper {
min-height: 100%; /*Sets the min height to the
height of the viewport.*/
width: 100%;
height: 100%; /*Effectively, this is min height
for IE5+/Win, since IE wrongly expands
an element to enclose its content.
This mis-behavior screws up modern
browsers*/
margin: 0;
padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html>body, html>body #wrapper {
height: auto; /*this undoes the IE hack, hiding it
from IE using the child selector*/
}

#wrapper {
position: absolute;
top: 0;
left: 0;
}

#main {
margin-bottom: 120px; /*Modify value as needed for
footer height.*/
float:left;
clear:both;
width:100%;
height: auto;
}

#header {
	position: absolute;
	top: 0;
	left:0;
	float:left;
	clear:both;
	background-color:#8b0002;
	width:100%;
	height:66px;
}

#headerRep {
	position: absolute;
	top: 0;
	left: 0;
	float:left;
	clear:both;
	background-color:#999999;
	width:100%;
	height:66px;
}

#navRepMenuBackground {
	position: relative;
	top: 66px;
	clear:both;
	width: 100%;
	height:55px;
	background-color: #8B0002;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
}

#navMenuBackground {
	position: relative;
	top: 66px;
	clear:both;
	width: 100%;
	height:55px;
	background-color: #999999;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
}

#subNavMenu {
	position: relative;
	clear: both;
	width: 100%;
	height:18px;
	border-bottom: 1px solid #ffffff;
	background-color: #000000;
}

#pageHeader {
	position:relative;
	clear:both;
	top:66px;
	width:100%;
}

#pageTitle {
	float:left;
	clear:both;
	background-color:#ffffff;
	width:98%;
}

#footer {
	position: absolute;
	bottom: 0;
	float:left;
	clear:both;
	background-color:#8b0002;
	width:100%;
	margin-top:2px;
}

.navMenu {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 40px;
	float: left;
}
.navMenu a:link {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
.navMenu a:visited {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
.navMenu a:hover {
	color: #8b0002;
	text-decoration: none;
	text-transform: uppercase;
}

#navRepMenuBackground .navMenu a:hover {
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}

.menuFirstItem {
	float: left;
	height: 9px;
	margin-left: 18px;
	padding-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	text-decoration: none;
	letter-spacing: 1px;
}
.menuItem {
	float: left;
	height: 9px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	letter-spacing: 1px;
	text-decoration: none;
	border-left: 2px solid #ffffff;
}
.menuItem a, .menuFirstItem a {
	color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.menuItem a:visited, .menuFirstItem a:visited {
	color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.menuItem a:hover, .menuFirstItem a:hover {
	color: #999999;
	padding-left: 8px;
	padding-right: 8px;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

#wrapper h1,#wrapper h2,#wrapper h3,#wrapper h4,#wrapper h5,#wrapper h6 {
	font-weight: bold;
	color: #8b0002;
	letter-spacing: 1px;
}

#header h1,#header h2,#header h3,#header h4,#header h5,#header h6 {
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
}

#headerRep h1,#headerRep h2,#headerRep h3,#headerRep h4,#headerRep h5,#headerRep h6 {
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
}

.bodyItem {
	color: #8b0002;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.bodyLink {
	color: #8b0002;
	text-decoration: none;
	font-size: 9pt;
}

.hidden {
	display:none;
}
.style4 {
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 5px;
}
#holder a {
	color:#000;
	font-size:12px;
	text-decoration:none;
}
a.question {
	font-size: 12px;
}
td.pageLevel {
	padding-right:15px;
}
.spaced {
	margin-top: 10px;
}
div.hidden .bodyItem {
	font-weight: normal;
}

.catHeading {
	clear:both;
	color:#8b0002;
	font-size:16px;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
}
.col4fl {
	float:left;
	width:24%;
}
.col4fl a.question {
	text-decoration:none;
	color:#000000;
}



