﻿body  {
	background-color:#ffffff;
	padding-top: 5px;
	margin:0;
}


p
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration: none;
	color: #333300;
	line-height: normal;
	letter-spacing: normal;
	white-space: normal;
	word-spacing: normal;
	font-weight: normal;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #4D917C;
	font-variant: normal;
	word-spacing: normal;
	letter-spacing: 1px;
}
h2
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	color: #4D2432;
	font-variant: normal;
	word-spacing: normal;
}


.goldbox  {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px; 
    color: #000000; 
    background-color:#e4b305;
    padding:7px;
	}

.goldbox a:link { COLOR:#000000; FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 12px; text-align:left; text-decoration:  none; font-weight: normal}
.goldbox a:active { COLOR:#000000; FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration:  none;  text-align:left; font-weight: normal}
.goldbox a:visited { COLOR:#000000; FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 12px; text-align:left; text-decoration: none; font-weight: normal}
.goldbox a:hover { COLOR:#000000; FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 12px ; text-align:left; text-decoration: underline; font-weight: normal}


.Whitecopy
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px; 
    text-decoration: none; 
    color: #ffffff; 
    line-height: normal; 
    letter-spacing: normal; 
    white-space: normal; 
    word-spacing: normal; 
    font-weight: normal
}



.Blueheader
{
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 24px;
	FONT-WEIGHT: bold;
	color: #336699;
	font-variant: normal;
	word-spacing: normal;
}




.copyright
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
	color: #333300;
}
.copyBold
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: 600; color: #333333
}



.leftCopy
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
	color: #ffffff;
}



td 
{
	font-family: Arial;
	font-size: 12px;
	color: #333300;
}




.subheader2 
{  
     font-family: Arial, Helvetica, sans-serif; font-size: 12px;
     color: #333333; font-weight: bold; font-variant: normal
}



A. { COLOR:#336699;FONT-FAMILY: Arial, Helvetica, sans-serif;  text-decoration: underline; font-weight: normal}
A:link { COLOR:#336699;FONT-FAMILY: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal}
A:active { COLOR:#336699;FONT-FAMILY: Arial, Helvetica, sans-serif;  text-decoration: underline; font-weight: normal}
A:visited { COLOR:#336699;FONT-FAMILY: Arial, Helvetica, sans-serif;  text-decoration: underline;font-weight: normal}
A:hover { COLOR:#336699;FONT-FAMILY: Arial, Helvetica, sans-serif;  text-decoration: none; font-weight: normal}


.nav {	
	font-family: Tahoma;
	font-style:normal;
	font-weight:bold;
 	position:relative; 
 	z-index:100;
 	margin-left:15%;
 	}
 	
.nav ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#04405e;
	text-align:center;
	overflow:hidden;
	padding: 5px 10px;
	font-size:14px;
	font-weight:bold;
	}
	
.nav ul {
	padding:0;
	margin:0;
	list-style-type: none; 
	}
	
.nav ul li {
	float:left;
	position:relative;
	}
	
.nav ul li ul {
	display: none;
	}

.nav ul li:hover a {
	color:#04405e;
	background:#ff9355;
	}
	
.nav ul li:hover ul {
	display:block;
	position:absolute;
	top:26px;
	left:0;
	text-align:left;
	}
	
.nav ul li:hover ul li a.hide {
	background:#eb7630;
	color:#04405e;
	}
	
.nav ul li:hover ul li:hover a.hide {
	background:#eb7630;
	color:#04405e;
	}
	
.nav ul li:hover ul li ul {
	display: none;
	}
	
.nav ul li:hover ul li a {
	display:block;
	background:#eb7630;
	color:#04405e;
	width:250px;
	text-align:left;
	padding-left: 15px;
	}
	
.nav ul li:hover ul li a:hover {
	background:#ff9355;
	color:#04405e;
	text-align:left;
	}
	
.nav ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:176px;
	top:-1px;
	}


