body {
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1em 0 2em 0;
}

p {
	margin-top: 0px;
	padding: 0px;	
}

#wrapper {
	position: relative;
	width: 797px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	padding: 4px;
	margin: 0px auto 0px auto;
	overflow-x: visible;
	overflow-y: visible;
}

#pageBlock {
	background-color: #fff;
	border: 1px solid #999;
	height: auto;
	position: relative;
	float: left;
	width: 795px;
}

/* presented in order in an attempt to be orderly. */
#pageHeader {
	display: block;
	float: left;
	position: relative;
	width: 795px;
	height: 95px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#headerLogo { float: left; height: 90px; width: 225px; background-image: url('/template/images/logo.jpg'); text-indent: -9999px; }
	
#headerAddress { float: right; height: 90px; width: 200px; text-align: right; padding: 5px 5px 0px 0px; }
#headerAddress p { margin: 0px 0px 5px 0px; font-size: 95%; font-weight: normal; color: #666; }
#headerAddress h3 { display: inline; margin: 0px; font-size: 100%; font-weight: bold; color: #36C; }	
#headerAddress h4 { display: inline; margin: 0px; font-size: 100%; font-weight: bold; color: #666; }
	
/*************************************/	
	

/* additional styles for the sidemenu included in sidemenu.style.css */
#sideMenu {
	display: block;
	float: left;
	position: relative;
	width: 175px;
	margin: 0px;
	padding: 0px;
}

/* additional styles for the sidemenu included in pagemenu.style.css */
#pageMenu {
	display: block;
	float: left;
	position: relative;
	width: 620px;
	height: 30px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#pageBody {
	display: block;
	float: left;
	position: relative;
	width: 615px;
	margin: 0px;
	padding: 0px;
}

#clear {
	clear: both;
}

#credits {
	text-align: right;
	font-size: 9px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.hideMe {
	display: none;
}


.blue {
	color: #36C;
}

.red {
	color: #C00;
}
