/* Global Styles */

body {
	margin:0px;
	}
	
h3  {
	font:20px arial;
	font-weight:bold;
	color:#003366;
    	text-transform:uppercase;
	display:block;
	border-bottom:thin dashed #666666;
	}
	
h4  {
	font:16px arial;
	color:#ff3300;
	text-transform:uppercase;
	}
	
h5  {
	font:18px arial;
	font-weight:bold;
	color:#003366;
	text-transform:uppercase;
}

h6  {
	font:14px arial;
	color:#ff3300;
	margin:-5px
}

td {
	font:13px arial;
	color:#000000;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #000000;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation_a {
	font:20px arial;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:30px;
	border-right-width: 0px; 
	border-left-width: 0px; 	
	
	}

#navigation_a a {
	font:20px arial;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:30px;
	border-right-width: 0px; 
	border-left-width: 0px; 	
	
	}
	
#navigation_a a:hover {
	color:#ff3300;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	


#navigation_b {
	font:12px arial;
	color: #003366;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:30px;
	border-right-width: 0px; 
	border-left-width: 0px; 	
	
	}

#navigation_b a {
	font:12px arial;
	color: #003366;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:30px;
	border-right-width: 0px; 
	border-left-width: 0px; 	
	
	}
	
#navigation_b a:hover {
	color:#cc0000;
	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:13px arial;
	color:#000000;
	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;
	}	
	
.subHeader2  {
	font:20px arial;
	font-weight:bold;
	color:#ff3300;
    	text-align: center;
	}

.subHeader3  {
	font:14px arial;
	font-weight:bold;
	color:#000000;
    	text-align: center;
	}

.subHeader4  {
	font:11px arial;
	font-weight:bold;
	color:#000000;
    	text-align: center;
	}

.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#000000;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:12px arial;
	color:#000000;
	}
	

.footertext {
	font:12px arial;
	color:#003366;
	line-height:40px;
	letter-spacing:.1em;
	}
	
.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:5px;
    padding:0px;
    }	