﻿body
{
    margin: 0px;
    padding: 0px;
 }    
a
{
	text-decoration: none; 
	color:#336600
}
a:hover
{
	text-decoration: underline;
}
a:active 
{
	color:#336600; 
}
dl
{
    margin: 0px;
}
dt 
{
	font-size:18px; 
	font-weight: bold; 
	color:#336600;
}
dd 
{
	font-size:11px; 
	font-weight: bold; 
	color:black; 
	margin-top: 2px; 
	margin-left: 5px; 
	margin-right: 10px;
}
.welcomeMsg
{
	color: #336600;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	text-align: right;
}
ul#navBar
{
    padding: 0px;
    margin: 0px;
}
ul#navBar li
{
    /*position: relative;*/
    list-style:none;
    float: left;
    padding: 0px 3px;
    z-index: 1000;
} 
* html ul#navBar li
{
    position: relative;
    list-style:none;
    z-index: 1000;
}
ul#navBar li:hover 
{
    position: relative;
}
ul#navBar li a {
	color: #A6CE39;
	text-align: left;
    background:#fff;
}
ul#navBar  li ul {
    display: none;
    padding: 0px;
    margin: 0px;
    /*position: absolute;
    left: -999em;
    width: 100px;
    padding: 3px 6px;
    background:#7B2884;
    z-index: 2000;*/
}
ul#navBar  li:hover ul, ul#navBar  li.over ul {
    display: block;
    left: 10px; 
    top: 25px;
    position: absolute;
    width: 155px;
}
ul#navBar  li ul li {
    width: 155px;
    background: #7B2884;
    padding: 2px 5px;
    height:15px;
    vertical-align: middle;
}
ul#navBar  li:hover ul li a, ul#navBar  li.over ul li a {
    display: block;
    background: #7B2884;
    font-weight:bold;
    color: #fff;
    text-align: left;
    height:15px;
    vertical-align: middle;
}
ul#navBar li ul li a:hover {
    background: #B57EDC;
    color: #000;
    height:15px;
    vertical-align: middle;
    text-decoration: none;
}
td 
{ 
	color: #336600; 
	font-family: verdana; 
	font-size:12px;
}
img
{
	border-style: none;
	background-color: transparent;		
}
.td_white
{
	background-color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.td_purple
{
	background-color: #781d7e;
	font-family: Verdana;	
	font-weight: bold; 
	color:#ffffff; 
	text-decoration:none;
}
td.green 
{ 
	background-color:#a6ce39; 
	font-family: verdana; 
	font-size:12px; 
}
td.darkgreen 
{ 
	background-color:#336600; 
	color: #ffffff; font-family: 
	verdana; font-size:12px; 
}
.green 
{ 
	background-color:#a6ce39; 
	font-family: verdana; 
	font-size:12px; 
}
.darkgreen 
{ 
	background-color:#336600; 
	color: #ffffff; font-family: 
	verdana; font-size:12px; 
}
.img_noborder
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.img_catalog
{
	background-color: transparent;
	border-right: #336600 thin solid;
	border-top: #336600 thin solid;
	border-left: #336600 thin solid;
	border-bottom: #336600 thin solid;	
}
.MenuLinks 
{
	background-color:#781d7e; 
	font-family: verdana; 
	font-size:14px; 
	font-weight: bold; 
	color:#ffffff; 
	text-decoration:none;
}
.Catalog 
{ 
	background-color:#ffffff; 
	font-family: verdana; 
	font-size:10px; 
	font-weight: bold; 
	color:#336600; 
	text-decoration:none;
}
.DkGreenLink 
{ 
	text-decoration: underline;
	font-size:11px; 
	color: #336600;
} 
@media print 
{.noprint {display: none;} }
.greenheading
{
	font-size:18px; 
	font-weight: bold; 
	color:#336600;
}

