body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #2f5f83;
	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%;
}
h1 {
	font: bold 130% "Trebuchet MS";
	color: #003366;
	margin: 20px;
	padding: 0px;
}
h2 {
	font: bold 110% "Trebuchet MS";
	color: #003366;
	margin: 20px;
	padding: 0px;
}
.committee-h1 {
	font: bold 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #3366ff;
	padding-bottom: 10px;
}

/* holder styles */
#holder {
	width: 760px;
	background: #FFFFFF; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto;
	border: 2px solid #FFCC33;
}

/* header styles */
#header {
	border: 2px solid #009999;
}

#topnav {
	border: 2px solid #FF0000;
	margin-top: 10px;
}
/* End Box a for all left nav boxes */


/* Start content styles */
#content {
	padding: 15px;
	width: 550px;
	margin: 0px 10px 10px 90px;
	background: #66FF66;
	border: 2px solid #0066FF;
}
#content p {
	line-height: 130%;
}/* end content styles */

/* footer styles */
#footer {

	border-top: 1px solid #009999;
	color: #736B5E;
		background: #FFF;  /* Do not remove this BG style This background color covers the faux column (vert line) effect that spans the entire holder div you can make whatever bg color you want*/ 
}

#footer p {
font-size: 80%;
padding: 3px;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

