@charset "iso-8859-1";

/*******************************************************************************
*  colors.css : 2004-06-28 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  defines background and foreground colors of elements within the layout.
*  sites that want to use different color schemes for different sub-sections
*  of a website need only make different versions of this stylesheet and link
*  or import them as need. The other stylesheets can be shared across the
*  entire site.
*******************************************************************************/

body
{
	background-color: #000000;
	color: #fff;
}
#outerColumnContainer
{
	border-left-color: #aa0000;	/* left hand column background color */
	border-right-color: #336699;	/* right hand column background color */
}
#masthead
{
	background-color: #6699cc;
	color: #aa0000;
}
#footer
{
	background-color: #6699cc;
	color: #fff;
}
#outerColumnContainer, #contentcolumn	/* selector case hack to reset version 4
					   stylesheet setting */
{
	background-color: #003366;		/* this sets the background color on the center column */
	color: #ffffff;
}
#leftColumn, #rightColumn, #contentColumn
{
	color: #000;
}
.vnav ul li a
{
	color: #DCD21E;
	background-color: #aa0000;
}
#rightColumn .vnav ul li a:hover, .vnav ul li a:hover
{
	background-color: #6699cc;
	color: #ffffff;
}
#rightColumn .vnav ul li a
{
	color: #ffffff;
	background-color: #003366;
}
.hnav, .hnav ul li a
{
	background-color: #336699;
	font-weight: bold;
	color: #ffffff;
}
.hnav ul li a:hover
{
	background-color: #ffffff;
	color: #336699;
}
#pageWrapper, #innerColumnContainer, #masthead, #footer, .hnav
{
	border-color: #000;
}

/******************************************************************************/
