* 		{
	padding: 0;
	margin: 0;
	color: #000;
}
*, body	{
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 97%;
	}
body {
	background-color:		#F0F0F0;
}

#pageWrap {
	width:					500px;
	background-color:		transparent;
	margin:					25px auto;
	}

#pageBody {
	width:					100%;
}

div.hoverBtn {
	position: 		relative;
	float:			left;
	background:		#F0F0F0 
	
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			150px;
	height: 		18px;
	line-height: 		18px;
	text-align: 		left;
	text-indent: 10px;
	font-size:		1.1em;
	text-decoration:	none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url(images/navHover.png) repeat-x 0 0 scroll;
}

a.external:link {
	color: #FE6E00;
}	
a.external:visited {
	color: #FE6E00;
}
a.external:hover {
	color: #FE6E00;
	text-decoration: underline;
}
a.external:active {
	color: #FE6E00;
}
h1 {
	font-size:		2.0em;
	margin:			0.5em 0;
}
p {
	padding-top:	0px;
	margin:			0em 0;
}

.clear	{ clear: both; }

html, body { height: 100%; margin-bottom: 1px; }
