/* Global Styles */

body {
	margin:0px;
	}
	
p {
	margin-top: 0px;
	border-bottom: 0px;
}
td {
	font:12px arial;
	color:#003366;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #000066;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0em;
	line-height:16px;
	display:block;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 1px;
	border-left-width: 0px;
	text-align: right;
	padding: 6px;
	padding-right: 10px;
	}
	
#navigation a:hover {
	color:#999999;
	border: 1pt dotted red;
	border-right-width: 1px; 
	border-left-width: 0px; 
	}

	
#navigation a.current_page {
	color:#999999;
	border: 1pt dotted red;
	border-right-width: 1px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:22px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:0.2em;
	padding-left: 10px;
	}

#tagline {
	font:16px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:0.2em;
	padding-left: 10px;
	}
	
#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:13px georgia;
	color:#003366;
	line-height:15px;
	letter-spacing:0.1em;
	margin-top:0px;
	padding: 0px;	
	}
	
.bodyText ul{
	font:13px georgia;
	color:#003366;
	line-height:18px;
	letter-spacing:0.1em;
	margin-top:0px;
	padding: 0px;
	
	}	
	
.pageName{
	font:22px georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:20px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99ccff;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	

	/************* #TopNav **************/


#bmtopNav{
	margin-right: 11px;
	color: #000066;
	padding: 2px 2px 2px 10px;
	white-space: nowrap;
	text-align: left;
	padding-left: 15px;
	font:14px georgia;

}

#bmtopNav img{
 display: block;
}

#bmtopNav a {
	color: #000066;
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}
#bmtopNav a:hover {
	text-decoration: underline;
	color: #666666;
}
#bmnavigation {
	font:12px georgia;
	color: #000066;
	background: transparent; 
	width: 740px; 
	font-family:Tahoma, Verdana, Arial, Serif;
	text-align: left;
	
}
 html #bmnavigation {
	height: 1%;
}
#bmnavigation ul li {
	float: left;
	margin: 0 5px 0 0;
	list-style-type: none;
	
}
#bmnavigation ul li a {
	color: #000066;
	border: #ddd 1px solid; 
	border-bottom:none;
	padding: 0 10px 2px 10px; 
	display: block; 
	background: #ededed; 
	text-decoration: none;
}
#bmnavigation ul li a:hover {
	background: #fff;
	color: #333;	
	border: #ccc 1px solid; 
	border-bottom:none;
}

#bmnavigation ul li a:active {
	background: #fff;
	color: #333;	
	border: #ccc 1px solid; 
	border-bottom:none;
}
#bmnavigation ul li.current_page_item a {
	background: #fff;
	color: #333;	
	border: #ccc 1px solid; 
	border-bottom:none;
}