/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/


.m0l0o {
	text-decoration: none;
	margin: 0px;
	border: 0px solid #ffffff;
	font-family: Arial;
	font-size: 10px;
}

.m0l1o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #ffffff;
	font-family: Arial;
	font-size: 10px;
}

.m0l0i {
	padding: 2px;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
}

.m0l1i {
	padding: 2px;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
}

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#99CCFF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #999999;
	text-decoration:none;
	}
	
a:hover {
	color: #666666;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:11px arial;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: none;
	
	}
	
#navigation a:hover {
	color:#ffffff;
	border: none;
	 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	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 {
	color:#FFFFFF;
	line-height:normal;
	letter-spacing:0.1em;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
.pageName{
	color: #CC3300;
	line-height:normal;
	letter-spacing:.1em;
	font-family: georgia;
	font-size: 22px;
	}
	
.subHeader {
	color: #FF0000;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}	
	
.sidebarHeader {
	color: #ffffff;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#fffff;
	}