﻿body
{
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    margin-top: 6px;
    padding-top: 0px;
    background-image: url(images/bg.jpg);
}

a:link
{
	text-decoration: none; 
	color: #990000;
}
a:visited
{
	text-decoration: none; 
	color: #990000;
}
a:hover, a:active
{
	text-decoration: underline; 
	color: #990000;
}

a.bold:link
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #AF0206;
}
a.bold:visited
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #AF0206;
}
a.bold:hover, a:active
{ 
	text-decoration: underline; 
	color: #AF0206;
}

.defaultText
{
    color: #3B3B3B;
    font-size: 13px;
    font-family: Verdana;
}

.redInfoText
{
    color:#990000;
    font-family:Trebuchet MS, Verdana;
    font-size:16px;
    font-style:italic;
    font-weight:bold;
    text-align:center;
}

.redTitleText
{
    color:#990000;
    font-family:Trebuchet MS, Verdana;
    font-size:20px;
    font-weight:bold;
    padding-top:0px;
    padding-bottom:10px;
    margin-top:0px;
}

.redMenuTitle
{
    color:#990000;
    font-family:Trebuchet MS, Verdana;
    font-size:20px;
    font-weight:bold;
    padding-top:0px;
    padding-bottom:1px;
    margin-top:0px;
    font-style:italic;
    border-bottom:solid 1px #990000;
}

.greenMenuItem
{
    font-family: Verdana;
    font-size:13px;
    color:#006161;
    font-weight:bold;
    padding-top:6px;
}

.footerText
{
    font-size: 9px;
    color: #3C3E3E;
    font-family: Verdana;
    padding-top: 0px;
    margin-top: 0px;
    text-decoration: none;
    text-align:center;
}

.redtext
{
    font-size:12px;
    font-family:Verdana;
    margin-top: 0px;
    padding-top: 0px;
    color:#FF0000;
}

.smallRedText
{
    font-size:10px;
    font-family:Verdana;
    color:#990000;
    font-weight:bold;
    line-height: 10px;
}

.smallGrayText
{
    font-size:10px;
    font-family:Verdana;
    color:#666666;
    font-weight:bold;
    line-height: 10px;
}

.sectiontitle
{
    color:Maroon;
    font-family:Verdana;
    font-size:17px;
    font-weight: bold;
    padding-bottom: 12px;
    text-align:center;
}

ul#menu{ 
	width: 100%;
	height: 43px;
	background: #FFF url("images/menu-bg.gif") top left repeat-x; 
	font-size: 12px; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
ul#menu li {
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
	}
ul#menu li a { 
	height: 43px; 
	color: #5B5B5B; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 10px 0; 
	}
ul#menu li a:hover { 
	color: #333; 
	}
ul#menu li a.current{ 
	color: #FFF; 
	background: #FFF url("images/current-bg.gif") top left repeat-x; 
	padding: 5px 10px 0; 
	}
                    
ul.navigation
{
   font-size:13px;
   color:#990000;
   font-weight:bold; 
}

ul.navigation li a
{
    color:#990000;
}
              