body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #cccc99;
	margin: 0px; 
	font-family: Arial; 
	text-align: center;
}

#master { margin: 10px auto; width: 955px; background-color: white; }

#header {}
#header #mission { float: left; width: 420px; text-align: left; }
#header #logo { float: left; width: 535px;}
#header #nav { float: left; }
#footer { clear: both }

#content { clear: both; width: 955px; }
#content #rotating {}

/* Navigation */

#navigation { clear: both }
div#navigation
{
background-color: #F0E776;
}

div#navigation ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navigation ul li
{
display: inline;
margin-left: -4px;
}

div#navigation ul li a
{
padding: 5px 10px 5px 10px;
color: black;
text-decoration: none;
}

div#navigation ul li a:hover
{
background-color: #CCCC66;
color: black;
}



/* Pages */
#content #main { margin: 20px; }
#content #main h1 { font-size: 16px; font-weight: bold; margin: 20px 0px 0px 0px; }
#content #main p { text-align: center; }

/* Home Page */
#Home #content #main h1 { font-size: 16px; font-weight: bold; margin: 20px 0px 0px 0px; }
#Home #content #main p { width: 895px; text-align: center; }
#Home #content #left { float: left; width: 230px }
#Home #content #right { float: left; width: 230px }

/* Forms Page */
#FormsandTeamInformation #content { }
#FormsandTeamInformation #content #formPic { float: left; width: 500px; margin-left: 10px }
#FormsandTeamInformation #content #main { float: left; width:405px; margin: 20px 0px 20px 20px; }
#FormsandTeamInformation #content #main p { text-align: center; margin: 20px 0px 20px 0px; }

/* Staff Page */
#Staff #main p { text-align: left; }
#Staff .staff { clear: both; width: 650px; margin-bottom: 40px;  }
#Staff .staff .top {}
#Staff .staff .top .name { text-align: left; font-size: 14px; font-weight:bold; }
#Staff .staff .top .title { text-align: left; font-size: 14px; font-weight:bold; }
#Staff .staff .top .subtitle { text-align: left; font-size: 12px; font-weight:bold; }
#Staff .staff .bottom {}
#Staff .staff .bottom .pic { float: left; width: 250px; text-align: left; }
#Staff .staff .bottom .bio { float: left; width: 400px; }

/* Newsletters Page */
#Newsletters #main p { text-align: left; }
#Newsletters .newsletter { width: 600px; }
#Newsletters .newsletter .item {}

/* two_column_pic_left */
#two_column_pic_left #left { float: left; width: 455px }
#two_column_pic_left #right { float: left; width: 455px }

/* two_column_pic_left */
#two_column_pic_right #left { float: left; width: 455px }
#two_column_pic_right #right { float: left; width: 455px }

/* three_column_pic_left */
#three_column #left { float: left; width: 230px }
#three_column #middle { float: left; width: 455px; }
#three_column #right { float: left; width: 230px }