/*		about.css		*/

/*==============================
	Logo Bar
================================*/
/*
#logobar #title
{
	background-image: url("../Images/PageTitleAbout.jpg");
	width: 514px;
}
*/
#logobar h2 a
{
	background: #05949D url("../Images/PageTitleAbout.jpg") no-repeat center;
}
/*==============================
	Category Menu
================================*/
#contentwrapper
{
	margin-top: 2em;
	width: 100%;
	max-width: 1024px;
	font-size: small;
}

p
{
	margin: 0px 0px;
}

ul#sitesections
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
}
ul#sitesections li
{
	margin-bottom: 0.4em;
}
p, ul#sitesections
{
	margin-bottom: 0.8em;
}

.maincontent
{
	float: left;
	width: 40em;
	margin-right: 3em;
}
.sidebar
{
	float: left;
	width: 15em;
	margin-top: 3em;
	padding: 1ex;
	xfont-weight: bold;
	color: rgb(0,88,89);		/* dark blue */
	xbackground-color: rgb(5,147,157);	/* light blue */
	border: 1px solid rgb(0,88,89);		/* dark blue */
}
