@charset "iso-8859-1";

/* everything below this point is related to the page's "theme" and could be
 * placed in a separate stylesheet to allow for multiple color/font scemes on
 * the layout. you should probably leave a default theme within this stylesheet
 * just to be on the safe side.	
 */
 
/* handle border colors first
 */
#pageWrapper, #masthead, #content, #leftColumn .leftBlock, #cornerLogo .placeHolder, 
#leftColumn .vnav ul, #leftColumn .vnav ul li
{
	border-color: #000000;
}
#masthead, #leftColumn .leftBlock h3
{
	border-color: #00000;
}
#content h3.pageTitle, #contentColumnContainer, #content .hnav, #content .hnav ul li a
{
	border-color: #aba;
}

/* now comes the normal line of things, fonts and colors being set
 */
body
{
	background-color: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
#pageWrapper
{
	background-color: #CC0000;
	color: #000;
	font-size: 80%;	/* set your default font size here. */
}
#masthead
{
	background-color: #000000;
	color: #fff;
}
#masthead h1, #cornerLogo .placeHolder
{
	color: #676;
}
#masthead h2
{
	color: #fff;
}
#content
{
	background-color: #FFFFFF;
	color: #000;
}
#content h3.pageTitle
{
	color: #000;
}
#content .hnav ul a, #content .hnav ul a:link, #content .hnav ul a:visited, #content .hnav ul a:active
{
	color: #000;
	background-color: #cccccc;
}
#content .hnav ul a:hover
{
	color: #000;
	background-color: #ffffff;
}
#leftColumn .leftBlock
{
	background-color: #aaaaaa;
	color: #fff;
}
#leftColumn .leftBlock h3
{
	background-color: #000000;
	color: #fff;
}
#leftColumn .vnav ul a, #leftColumn .vnav ul a:link, #leftColumn .vnav ul a:visited, #leftColumn .vnav ul a:active
{
	color: #000;
	background-color: #cccccc;
}

#leftColumn .vnav ul li a:hover
{
	color: #000;
	background-color: #ffffff;
}
#rightColumn
{
	/*	font-size: 90%;	*/
}
#footer
{
	color: #898;
	font-family: verdana, helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}

/******************************************************************************/