body
{
	margin: 0;
	padding: 0;
	background-color: #9AB;
	font: normal 12px Verdana, Georgia, Sans-Serif;
	background-repeat: repeat;
}

/* Links */
#content a:hover, #content a:active, #content a:visited, #sidebar a:hover, #sidebar a:active, #sidebar a:visited {color: #933;}
#header a, #header a:hover, #header a:active, #header a:visited {text-decoration:none;}
#sidebar a:hover, #sidebar a:active {text-decoration:underline;}

/* Html Elements */
p { margin: 5px 0 10px 0; }

strong { color: #933; }

a img { border: none; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 5px 0 0 0; font-family: Georgia, "Times New Roman", Times, serif; color: #333; }

h1 { font-size: 28px; }

h2 { font-size: 24px; }

h3 { font-size: 18px; }

h4 { font-size: 14px; margin-top: 15px; }

h5 { font-size: 12px; background-color: #CCC; padding: 5px; margin-top: 20px; }

h6 { font-size: 14px; }

ul { 
	line-height: 1.8em;
	list-style: disc;
	color: #333;
	padding: 0; 
	margin: 0 20px 10px 30px;
}

table 
{ 
	color: #333;
	margin-top: 20px;
}

th, td 
{ 
	padding: 2px 5px;
	text-align: left;
}

th { background-color: #CCC; font-family: Georgia, "Times New Roman", Times, serif; }

table#address { border: none; }

table#address th, td { border: none; }

table#address th { background-color: #FFF; }

/* Structure */

#container
{
	margin: 0 auto;
	width: 750px;
}

#header
{
	background-color: #BCD;	
}

#navigation
{
	float: left;
	width: 100%;
}

#wrapper
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFF;
}

#content-wrapper-1col
{
	width: 100%;
	float: left;
}

#content-wrapper-2col
{
	width: 68%;
	float: left;
}

#content
{
	float: left;
	padding: 20px;
	line-height: 1.6em;
}

#sidebar-wrapper
{
	width: 32%;
	float: left;
}

#sidebar
{
	float: left;
	padding: 20px;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	color: #333;
	background-color: #369;
	margin: 20px 0;
	text-align: center;
}

/* Header */

#header h1 { margin: 0; padding: 10px 5px 5px; font-family:Verdana, Arial, Helvetica, sans-serif; }

#header h2 { font-size: 14px; margin: 0; padding: 0 5px 10px 20px; color:#333; font-family:Verdana, Arial, Helvetica, sans-serif; }

#header h1 a:link, #header h1 a:visited { color: #333; }

#header h1 a:hover, #header h1 a:active { color: #333; text-decoration: none; }

/* Navigation */

#navigation ul
{
	margin: 0;
	padding: 0;
	float: left; 
	width: 100%; 
	list-style-type: none;
	background-color: #369;
}

#navigation li { float: left; margin: 0; padding: 0; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #CCC;
	padding: 5px 10px; 
	background-color: #369;
	text-decoration: none;
}

#navigation a:hover,
#navigation a:active
{
	color: #FFF;
	background-color: #666;
	text-decoration: none;
}

#bhome li#lhome a,
#bhistory li#lhistory a,
#bapp li#lapp a,
#bgrants li#lgrants a,
#bphotogallery li#lphotogallery a,
#bfinancials li#lfinancials a,
#bcontact li#lcontact a
{
	color: #FFF;
	background-color: #333;	
}

/* Content */

/* Sidebar */
#sidebar ul
{
	margin: 10px 20px 20px 5px;
}

#sidebar ul li a { text-decoration: none; }

/* Footer */

#footer a { color: #CCC; text-decoration: underline; }

#footer a:hover, #footer a:active { color: #000; }

#footer p { padding: 5px 0; color: #CCC; }