body, p, td, li {
	font-family: Verdena, Arial, sans-serif;
	font-size: 12px;
	color: #424242;
}	
td{	vertical-align:top;	}
h1, h2 {line-height: 18pt;font-size: 14pt;}
h3, h4 {line-height: 12pt;}
h5, h6 {font-size: 10pt;}	
a { text-decoration: underline;
	color: #282828;	}
a:hover {text-decoration: none;}
/* -------------------------------------------- FOOTER STYLES -------------------------------------------- */	
#footer-copyright{
	color: #A5B5A8;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 20px 0px 0px;
	margin-top: -5px;
	text-align: center;
	letter-spacing: 1px;
	}
#footer-copyright a { 
	text-decoration: none;
	color: #A5B5A8;
	}	
/* -------------------------------------------- MENU STYLES -------------------------------------------- */

a.menu {
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 11px;
	line-height: 26px;
	color: #E8DDC3;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 15px;
	}
a.menu:hover {
	text-decoration: none;
	color: 8D9886;
	}
	
a.submenu {
	font-size: 11px;
	line-height: 11px;
	color: #FFFFFD;	
	text-decoration: none;
	text-transform: lowercase;
	padding: 3px 5px 3px 5px;
	display: block;
	letter-spacing: 1px;
	border-bottom: solid 1px #E8DDC3;
	}

a.submenu:hover { 
	color: #0C3B4D;
	background-color: #B8AC86;
	 }
.submenu, .submenu2, .submenu3, .submenu4, .submenu5 {
	display: block;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
	font-size: 7pt;
	line-height: 10pt;
	}		
.submenu:hover, .submenu2:hover, .submenu3:hover, .submenu4:hover, .submenu5:hover { 
	color: #0C3B4D;
	background-color: #B8AC86;
	 }
a.submenu	{text-indent: 10px;}
a.submenu2	{text-indent: 15px;}
a.submenu3	{text-indent: 20px;}
a.submenu4	{text-indent: 25px;}	
#details-submenu strong a { text-decoration: underline;}		
	
/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */
.menuContainer {
	position: absolute;
	width: 150px;
	background-color: #325249;
	border-left: solid 1px #E8DDC3;
	border-right: solid 1px #E8DDC3;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);moz-opacity: 95%;
	visibility: hidden;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	}