﻿body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #EBEDF2;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body {
	/* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 80%;
}
/* holder styles */
#holder {
	width: 776px;
	background: #FFF;
	/* This image creates the three column faux effect */	
	text-align: left;
	margin: 0 auto 0 auto;
}
/* header styles */
#header {
	background: #FFF;
	height: 150px;
	/* creates the top overlap of the right column */
}
#mainMenu {
	position: absolute;
	top: 131px;
	align: top;
	width: 776px;
	height: 20px;
	border: 0px solid #000;
	background-color: #888E9C;
	overflow: hidden;
	color: #FFFFFF;
	z-index: 150;
}
#print {
	margin-right: 30px;
	margin-bottom: 20px;
}
.callout {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 20px 10px;
}
/* navigation styles */
#nav {
	width: 186px;
	float: left;
	padding: 15px 0px; /* side padding is added to total width above for a 160px "real total" */
}
/* content styles */
#content {
	margin: 0px 186px;
	padding: 15px 0px 0px 0px;
}
#content1 {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 770px;
	background-color: #FFFFFF;
}
#news {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	float: right;
	width: 186px;
}
#news p {
	color: #FFF; /* third column has a dark color so font must be light for contrast */
}
/* footer styles */
#footer {
	height: 42px;
	padding: 0px;
	border-top: 0px solid #877D6C;
	font-size: 100%;
	color: #736B5E;
	background: #FFF;  /* This background color covers the faux column effect that spans the entire holder div */
}
#bottomtop {
	height: 21px;
	padding: 0px;
	aligh: center;
	border-top: 0px solid #877D6C;
	font-size: 100%;
	color: #FFF;
	background: #888E9C;  /* This background color covers the faux column effect that spans the entire holder div */
}
#bottombtm {
	height: 21px;
	padding: 2px;
	border-top: 0px solid #877D6C;
	font-size: 100%;
	color: #736B5E;
	background: #FFF;  /* This background color covers the faux column effect that spans the entire holder div */
}
/* miscellaneous styles */
.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0px;
}
.former {
	border: 1px solid #877D6C;
}

