/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#000066;
	}
	
a {
	color: #000066;
}
	
a:hover {
	color: #000066;
}

a:visited {
	color: #000066;
}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid Light Brown;
}
	
#navigation a {
	font: bold 8px Arial, Helvetica, sans-serif;
	color: #011314;
	line-height: 10px;
	letter-spacing: .1em;
	text-decoration: none;
	display: block;
	padding: 8px 6px 10px 20px;
	background: Light Blue;
}
	
#navigation a:hover {
	background: #011314;
	color: White;
}
	
#logo 	{
	font: 24px Arial, Helvetica, sans-serif;
	color: #000066;
	letter-spacing: .2em;
	line-height: 30px;
}

#tagline 	{
	font: 11px Arial, Helvetica, sans-serif;
	color: White;
	letter-spacing: .4em;
	line-height: 18px;
	background: Light Blue;
}

#monthformat {
	border-bottom: 1px dashed #061B01;
	}
		
#dateformat {
	font: 11px Arial, Helvetica, sans-serif;
	color: White;
	letter-spacing: .2em;
}
	
#dateformat a {
	font: 11px Arial, Helvetica, sans-serif;
	color: White;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
}
	
#dateformat a:hover {
	color: white;
	letter-spacing: .1em;
}
	
/* Class Styles */
	
.bodyText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #061B01;
	line-height: 20px;
	margin-top: 0px;
}
	
.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: White;
	line-height: 26px;
	letter-spacing: .21em;
}
	
.subHeader {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000066;
	line-height: 22px;
	letter-spacing: .2em;
}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #000066;
	line-height: 30px;
}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000066;
	line-height: 22px;
}
	
.navText {
	font: 9px Arial, Helvetica, sans-serif;
	color: #000066;
	line-height: 16px;
	letter-spacing: .1em;
	text-decoration: none;
}
	

