body, html { height:100%; }
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #6b6b6b;
	background-image:url(../imgs/bg.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {border-style:none;}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;	
	position:relative;
}
#header { position:relative;
float:left;
	padding: 0; 
} 
#nav {
	width:100%;
}
#pageContent {
	width: 851px;	
	margin: 0 auto;	
	padding: 0px;
	padding-bottom:250px; /* Height of footer */
}
#footer { 
	width: 100%;
	height: 250px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	background:url(../imgs/footbg.jpg) repeat-x;
} 

h5 {font-size:14px; font-weight:bold; color:#FF00FF;}

p {
font-family:Arial, Helvetica, sans-serif ;
font-size: 12px;
color:#FFFFEC;
line-height: 18px;
}

ul {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFEC;
line-height:16px;
}

ol {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFEC;
line-height:16px;
}

a:link {color:#FF00FF; text-decoration:none;}

a:visited {color:#FF00FF; text-decoration:none;}

a:hover {color:#FFCCFF;
text-decoration:underline;
}

a:active {color:#FF00FF; text-decoration:none;}

strong {
font-weight:normal;
color:#FF33FF;
}

#quote h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
color: #999999;
}


/* Nav Bar */

#headerimage {float:left;}

.solidblockmenu {
margin: 0;
padding: 0;
float: left;
font: 12px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../imgs/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
} 

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../imgs/blockactive.gif) center center repeat-x;
font-weight: bold;
}


/* Footer */

.navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 200px;
}

.navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

.navlist li a { text-decoration: none; color:#999999; display:block;}

.navlist a:link a:visited {text-decoration: none; color:#999999;}
.navlist a:hover {background-color: #333333; color:#CCCCCC;}
.navlist a:active {text-decoration: none; color:#999999;}

#bottomwrapper {
width: 851px; /* MUS be specified in px, % or em to center wrapper */

margin: 0 auto; /* centers div */
padding-left: 25px;
padding-top:40px; /* Optional */
text-align: left; /* IE fix */
font-size:11px;
color:#CCCCCC;
}

#bottomnavwrapper h3 {
color:#999999;
}
.bottombox {
width: 230px;
margin: 0; /* Optional */
padding: 0 50px 0 0; /* Optional */
float: left;
}

/*SubMenu for What Page*/

#whatnavleft {
width: 230px;
margin: 0 0 10px -1px; /* Optional */
padding: 0px; /* Optional */
float: left;
clear:left;
}

#whatcontent {margin-left:230px; margin-top:0px; margin-right:10px;}

.fac {color:#FF33FF;}

#layoutcorners {padding-left:5px;}


#boxout {border:#FF00CC thin solid;
background-color:#666666;
color:#FF3399;
padding: 5px;
margin-left:40px;
margin-right:40px;
}
#boxout a {font-weight:bold;}






