@charset "iso-8859-1";

a, a:link, a:visited, a:active
{
	color: #805959;
}
.hnav ul li a, .hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active
{
	border-left-color: #805959;
	border-right-color: #805959;
}
#pageWrapper, #masthead, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
	border-color: #805959;
}
body
{
	background-color: #fff;
	color: #333;
	font-family: arial, helvetica, sans-serif;
}
#pageWrapper
{
	font-size: 80%;	/* set your default font size here. */
	line-height: 1.5em;
}
#masthead
{
	background-color: #BF6060;
	color: #fff;
}
.hnav
{
	background-color: #FFBFBF;
	color: #fff;
}
#outerColumnContainer
{
	border-left-color: #FFBFBF;	/* left column background color */
	border-right-color: #FFBFBF;	/* right column background color */
}
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	text-decoration: none;
	background-color: #FFBFBF;
	color: #805959;
}
.vnav ul li a:hover
{
	text-decoration: none;
	background-color: #FF8080;
	color: #fff;
}
.hnav ul li a:link, .hnav ul li a:visited
{
	background-color: #FFBFBF;
	color: #805959;
}
.hnav ul li a:hover
{
	background-color: #FF8080;
	color: #fff;
}
#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 90%;
}
#footer {
	background-color: #BF6060;
	color: #fff;
	text-align: center;
}
#masthead a, #masthead a:link, #masthead a:visited, #masthead a:active {
	color: #fff;
	text-decoration: none;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
}
#masthead a:hover, #footer a:hover {
	text-decoration: none;
}
