/* Global Styles */

body {
	margin:0px;
	background: #cccccc url("../images/bg_grad.jpg") fixed;
	_behavior: url(/css/csshover.htc);
	}
	
td {
	font:11px arial;
	color:#99CCFF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #000099;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
#top {
	height:166px;
	width:894px;
	position:relative;
	margin:0 auto;
	}
	
#topinfo {
	width:311px;
	height:50px;
	position:absolute;
	top:19px;
	left:236px;




	*left:251px;
	z-index:3;
	color: #FFFFFF;
	font-size:24px;
	font-weight:bold;
	}
	
#topinfo a {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
	
#main {
	width:894px;
	margin:0 auto;
	height:100%;
	background-color:#daedf8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;		
	}	
	
#content {
	width:100%;
	height:100%;
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}		
	
	
/* ID Styles */

#leftCol {
	width:215px;
	float:left;
	margin:15px 0px 0 0;
	background:#daedf8;
	}
	
	
#leftCol ul {
	margin:0 0 20px;
	padding:4px 20px 0 5px;
	background:#daedf8;
	list-style:none;
	}
	
#leftCol ul li {
	border-bottom:1px dotted #adbdc3;
	padding:1px 0;
	}
	
#leftCol ul li.last {
	border:none;
	}
	
#leftCol ul li a {
	color:#15638f;
	font-size:14px;
	text-decoration:none;
	padding:3px;
	display:block;
	}
	
#leftCol ul li a:hover {
	background:#4686a9;
	color:#FFF;
	}
	
#leftCol ul ul {
	display:none;
	position:absolute;
	z-index:5;
	left:185px;
	top:-4px;
	background:#daedf8;
	color:#FFF;
	width:130px;
	}

#leftCol ul ul ul {
	display:none;
	position:absolute;
	z-index:6;
	left:115px;
	top:-4px;
	background:#daedf8;
	color:#FFF;
	width:150px;
	}
	
#leftCol ul li:hover > a, #leftCol ul li.active > a, #leftCol ul li.over > a {
	background:#4686a9;
	}
	
#leftCol ul li:hover, #leftCol li:hover, #leftCol li.active, #leftCol li.over {
	position:relative;
	z-index:999;
	}
	
#leftCol ul li:hover {
	_margin:0 0 -3px;
	}
	
#leftCol ul li:hover ul li{
	_margin:0;
	}

#leftCol2 {
	padding-left: 15px;
	}
	
#leftCol li.active > ul, #leftCol li.over > ul, #leftCol li:hover > ul {
	display: block;
	}	
	
#rightCol {
	width:660px;
	margin:15px 0 0;
	float:left;
	background:#ffffff;
	padding-left:15px;
	padding-right:4px;
	}
	

#navigation a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#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 {
	font:11px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top: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:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	

.highlight {
	background-color: #DAEDF8;
	position: relative;
	width: 200px;
	right: 5px;
	float:right;
	padding-left:10px;
	margin:0px 0px 5px 5px;
}

.story {
	font-size:12px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
	color:#000000;
}
