* 
{
	margin:0;
	padding:0;
} 

html, body, #wrapper
{
	height:100%;
	font: 1.05em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background:#FFF;
	color:#231f20;
	padding:10px;
}
body > #wrapper
{
	height: auto; 
	min-height: 100%;
}
#bottom 
{
	padding-bottom: 150px;
}
#noSpace p
{
	padding:0px;
}
#bodyCenter 
{
	margin:0;
	padding:0;
	text-align:center;
}
#pageBody 
{
	position: relative;
	width:1200px; 
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}	
#header 
{
	width:1000px;
	position:relative;
	margin-left:200px;
	height:110px;
	background-image:url(images/topper.png);
	padding-bottom: 25px;
	background-repeat: no-repeat;
}
#leftColumn
{
	position:absolute;
	left:0px;
	top:20px;
	width:200px;
	background-image:url(images/valleySwirlWeb.png);
	background-repeat:no-repeat;
	height: 725px;
}
#slate
{
	margin-left:200px;
	height:725px;
	width:1000px;
	background-image:url(images/slateRight.png);
}
#columnCenter 
{		
	position:relative;
	left:0px;
	top:0px;
	border:0px solid #000000;			
}	
#mainBody
{
	padding-top:10px;
	width:1000px;
}	
/*text elements*/	

h1
{
	color:#FFF;
	float:left
}
h2
{
	color:#000;
	text-align:center;
	padding:5px;
}
h4
{
	text-align:center;
	padding:15px;
}
p
{
	padding:15px;
}
/*table elements*/
.genTable
{
	width:1200px;
	top:825px;
}
.genRow 
{
	background-color:;
	width:1000px;
}
.titleBar
{
	width:1000px;
	height:60px;
	margin-left:20px;
	background-repeat:no-repeat;
}

/*list elements*/
#menuBack
{
	background-image:url(images/menuBack.png);
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	top:200px;
	position:absolute;
	text-align:center;
	list-style-type:none;
}
a:link
{
	text-decoration:none;
	color:#000;
}
a:active
{
	text-decoration:none;
	color:#000;
}
a:visited
{
	text-decoration:none;
	color:#000;
}
a:hover 
{
	text-decoration:underline;
	color:#F00;
}

#mainMenu
{
	text-decoration:none;
	display:block;
	text-align:left;
	line-height:25px;
	padding-left:7px;
	margin-top:150px;
}
#mainMenu ul
{
	text-decoration:none;
	display:block;
	text-align:left;
	padding-left:7px;
}
#mainMenu li
{
	list-style-type:none;
	line-height:1.8em;
}
#mainMenu a:link
{
	text-decoration:none;
	color:#000;
}
#mainMenu a:active
{
	text-decoration:none;
	color:#000;
}
#mainMenu a:visited
{
	text-decoration:none;
	color:#000;
}
#mainMenu a:hover 
{
	text-decoration:underline;
	color:#F00;
}
/*footer*/					
#footer 
{
	position: relative;
	margin-top: -150px;
	height: 150px;
	clear:both;
}
.clearfix:after 
{	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix 
{
	display:inline block;
}
.topPadding
{
	padding-top:25px;
}
.cntrText
{
	text-align:center;
}
.rightFloat
{
	float:right;
}
.listLeft
{
	position:relative;
	text-align:left;
}