/* Start of CMSMS style sheet 'colorscheme.css' */
/* DOCUMENT LEVEL */
/* html {background-color: #CCC; background-image: url('/img/bgbox.gif');} */
html {background-color: #f4f4f4;}
body {background-color: #f4f4f4; border-color: #900; color: #000;}

/* BLOCK LEVEL */
h1, h2, h3	{background-color: inherit; color: inherit}
#mainmenu h2	{background-color: #900; color: #fff;}     /* Menu section headers */

/* ID LEVEL */
#top	        {background: #900; color: #fff;}
#menu, #content   {border-color: #900;}
#ticker      {background-color: #ccc; border-color: #900;}
#bottom    {background-color: #900; color: #fff;}

/* CLASS LEVEL */
.copy		{color: #000;}

/* INLINE LEVEL */
a		{color: #900; background-color: inherit;}
a:hover	{background-color: #900; color: #fff;}
.copy a       {color: black}

#menu li:hover	{background-color: #999;}
#menu a		{color: inherit; background-color: inherit;}
#menu h2 a      {color: #ffffff;} /* For MSIE 7 */



/* End of 'colorscheme.css' */

