/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#ccc;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #990000;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	
	color: #CCCCCC;
	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;
	font-family: georgia;
	font-size: 14px;
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navcontainer {
	height: 24px;
	width: 100%;
	margin: 0;
	padding: 0; }

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#navcontainer li {
	display: block;
	height: 24px;
	width: 160px;
	margin: 0;
	padding: 0;
	float: left;
}

#navcontainer a {
	display: block;
	color: #ff0000;
	background-color: #000000;
	height: 24px;
	width: auto;
	margin: 0;
	padding: 2px 1px 0px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
}
#navcontainer a.active:link, #navcontainer a.active:visited {
	position: relative;
	background: #424242; }
#navcontainer a:hover, #navcontainer a:active {
	background-color: #424242; }	
	
	
#navcontainer2 {
	height: 24px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-position: center;
	text-align: center;
}

#navcontainer2 ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#navcontainer2 li {
	display: block;
	height: 24px;
	width: 160px;
	margin: 0;
	padding: 0;
	float: left;
}

#navcontainer2 a {
	display: block;
	color: #ff0000;
	background-color: #000000;
	height: 24px;
	width: auto;
	margin: 0;
	padding: 2px 1px 0px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
}
#navcontainer2 a.active:link {
	position: relative;
	background: #ffffff; 
	color:#333333;}
#navcontainer2 a:hover {
	background-color: #ffffff; 
	color:#333333;}	
	
#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:#ccc;
	font:11px trebuchet;
	
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	color:#CCCCCC;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	font-family: arial;
	font-size: 11px;
	}
	
.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;
	}
	
		
.subHeader a {
	color:#ccc;

	

	

	}
	
.subHeader a:hover {
	color: #ffffff;
	}	
	
.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;
	}
	

	