/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:12px arial;
	color:#99CCFF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CCCCCC;
	text-decoration:underline;
	}
	
a:hover {
	color: #CCCCCC;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:13px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:5px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#000000;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	}

#logo {
	color: #CC3300;
	line-height:24px;
	letter-spacing:0.4em;
	font-family: georgia;
	font-size: 36px;
	font-weight: bolder;
	}

#tagline {
	font:12px georgia;
	color: #CCCCCC;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:14px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	}

.bodyTextList {
	font:12px arial;
	color:#99CCFF;
	line-height:12px;
	letter-spacing:0.1em;
	margin-top:0px;
	}
	
	
.pageName{
	font:23px georgia;
	color: #CCCCCC;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CCCCCC;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	font-family: georgia;
	font-size: 16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	
	





/* this is the new stuff for the menu */

 ul, li {margin: 0; padding: 0; border: 0;}

.wrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	border: 1px solid #666;
	text-align: left;
}
	

.navholder {
	width: 8em;
	float: left;
	display: inline; /* doubled margin bug fix for IE/win */
	margin: 2px 2px 2px 2px;
}

ul {
  	width: 14em;
	border-top: 1px solid #000; /* Makes top border on flyouts */
	background: #14285f;
	}

li {
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	font-weight: bold;
	font-family: arial, sans-serif;
	border-left: 1px solid #000; /* Makes side borders on flyouts */
	border-right: 1px solid #000; /* Makes side borders on flyouts */
	border-bottom: 1px solid #000; /* Makes bottom border on flyouts */
	/*vertical-align: text-bottom; /* for IE5/win */
	}

ul a {
	display: block;
	padding: 1px 10px;
	vertical-align: bottom; /* needed for IE5/win */
	text-align: left;
	text-decoration: none;
	color: #552;
	}

ul ul { 
	position: absolute;  
	left: -3000px;
	background: #14285f; 
	}	/* flyout elements need a background image or color to avoid bugs in IE/win */
		
li:hover {
	background: #ddf;
}
	
ul li:hover ul {
	left: 12em;
	top: 4px;
}

ul a:hover {text-decoration: underline;}
	
/* \*/ /*/ 
ul li ul {position: static;}
/* */

/* The block above hides the rule inside so that only IE5/Mac can see it.
This rule causes the menus to be fully expanded vertically in that browser,
allowing those users to access the navigation without needing to hover it. */
