body
{
	margin: 0px 0px 0px 0px;
	background-color: #fef4bf;
	font: 12px arial, verdana, sans-serif;
   /*  text-align: center; to correct the centering IE bug*/

}


.copy
{
	font:  12px arial, verdana, sans-serif;
	
}

.caption
{
	font:  9px arial, verdana, sans-serif;
	
}


/* headers */

.sectionTitle
{
	font:  16px bold arial, verdana, sans-serif;
	color: #036;
	font-weight: bold;
}

.head
{
	font:  15px bold arial, verdana, sans-serif;
	color: #036;
	font-weight: bold;
}

.subhead
{
	font:  13px bold arial, verdana, sans-serif;
	color: #06c;
	font-weight: bold;
}




/* backgrounds */

.topBanner
{
	background: blue url(images/bluePattern.jpg) repeat-x;
}
.bannerShadow
{
	background: url(images/banner_shadow.gif) repeat-x;
}




/* colors */

.blue
{
	color: #036;
	
}

.yellow
{
	color: #fc0;
}

.white
{
	color: #fff;
}




/* navigation classes */

.utilities
{
	font:  12px arial, verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	
}

a.utilities:hover
{
	text-decoration: underline;
}



.sidenav
{
	float: left;
	width: 182px;
	border-top: 1px solid #fff;
	font: 11px arial, verdana, sans-serif;
	padding: 5px 0px 5px 0px;
}

.sidenav text
{
	padding: 0px 5px 0px 5px;
}

a.sidenav 
{
	background-color: #e8e8e8;
	
	font: 12px arial, verdana, sans-serif;
	color: #333;
	text-decoration: none;
}
a:hover.sidenav
{
	background-color: #06c;
	color: #ffffff;
}
.sidenavactive
{
	background-color: #06c;
	color: #ffffff;
}


.spotlight
{
	width: 182px;
	margin: 0px;
	height: 20px;
	padding: 5px 0px 5px 0px;
	border-bottom:1px dotted blue;
}

.spotlight a 
{

	font: 12px arial, verdana, sans-serif;
	color: #036;
	text-decoration: none;
	font-weight: bold;

}
.spotlight a:hover
{
	
	color: #06c;
	font-weight: bold;
}
.spotlightactive
{

	color: #06c;
}

/* profile images */

img.profile
{
	border: 1px solid #fff;
	margin: 0px 5px 5px 0px;
}


