/* --------------------------------------- Body STYLES --------------------------------------------- */	
body, p, td, li {}	
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: #5A5A5A;	}
a:hover {text-decoration: none;}

/* -------------------------------------------- HEADER STYLES -------------------------------------------- */
#date {	
	color: #626262;
	font-family:   Arial, sans-serif, Tahoma, Verdana;
	font-size: 11px;
	line-height: 15px;
	padding: 5px 5px 0px 0px;
	text-align: right;
	letter-spacing: 0px;
	}
	
/* -------------------------------------------- MISC STYLES -------------------------------------------- */	

/* -------------------------------------------- FOOTER STYLES -------------------------------------------- */
#header-links {
	font-family:  Arial, sans-serif, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#5A5A5A;
	padding: 3px 20px 0px 20px;
	text-align: left;
}
#header-links a{
	text-decoration: none;
	color:#990000;
}
#footer-links {
	font-family:  Arial, sans-serif, Tahoma, Verdana;
	font-size: 11px;
	color:#5A5A5A;
	padding: 3px 20px 0px 20px;
	text-align: center;
}

#copyright {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 9px;
	color:#5A5A5A;
	padding: 10px 0px 2px 0px;
	text-align: center;
	}
#copyright a{
	text-decoration: none;
	color:#990000;
}

/* -------------------------------------------- MENU STYLES -------------------------------------------- */
#menu {
	vertical-align: center;
	text-align: center;
	}
a.menu {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 10px;
	color: #000;
	text-transform: lowercase;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px;
	}
a.menu:hover {
	text-decoration: none;
	color: #fff;
	}
a.submenu {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #092E40;	
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
	text-transform: uppercase;
	}
a.submenu:hover { 	background-color: #A4284D; }
.submenu, .submenu2, .submenu3, .submenu4, .submenu5 {
	display: block;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
	}		
a.submenu	{text-indent: 0px;}
a.submenu2	{text-indent: 5px;}
a.submenu3	{text-indent: 10px;}
a.submenu4	{text-indent: 15px;}	
#details-submenu strong a { 
	text-decoration: underline;
	}		
.submenu:hover, .submenu2:hover, .submenu3:hover, .submenu4:hover, .submenu5:hover { 	color: #FFF; }
	
/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */
.menuContainer {
	position: absolute;
	width: 160px;
	background-color: #DBDAE2;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);moz-opacity: 90%;
	visibility: hidden;
	margin: 
	0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	}
