/* Global Styles */

body {
	margin:0px;
	background-color:#000033;
	}
	
td {
	color:#99CCFF;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #0099CC;
	text-decoration:none;
	}
	
a:hover {
	color: #00CCFF;
	text-decoration:none;
	}
	
/* ID Styles */

#bodyDiv {
	position:relative;
	width: 90%;
	height: 500px;
	left: 50px;
	/*left:523px;
	top:60px;
	width:448px;
	height:51px;
	z-index:** ;*/
	top: 15px;
	}

#navigation a {
	font:12px georgia;
	color: #0099CC;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:9px;
	display:block;
	padding:5px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
	}
	
#sidebarHeader {
	/*padding: 0px 4px 14px 4px;*/
	}

#mainHeader1 {
	color: #CC3300;
	font: georgia;
	font-style:normal;
	}

#mainHeader2 {
	color: #99CCFF;
	font: georgia;
	font-style:normal;
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:28px georgia;
	color: #339999;
	line-height:24px;
	letter-spacing:0.4em;
	}

#tagline {
	font:18px georgia;
	color: #003399;
	line-height:18px;
	letter-spacing:0.25em;
	}
	
#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:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	font-family: arial;
	font-size: 12px;
	}

	
.pageName{
	font:22px georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	color: #99CCFF;
	font-weight:normal;
	letter-spacing:.1em;
	line-height:22px;
	font-family: georgia;
	font-size: 16px;
	}	
	
.detailText {
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 12px;
	}
.headingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #99CCFF;
	font-weight: bold;
	line-height: 22px;
}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	

	
.frames {
	background-color: #000033;
	}
	
	
