/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
a {
	color: Red;
}
	
a:hover {
	color: #DC143C;
}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid Red;
}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: White;
	line-height: 16px;
	letter-spacing: .1em;
	text-decoration: none;
	display: block;
	padding: 8px 6px 10px 20px;
	background: Red;
}
	
#navigation a:hover {
	background: Maroon;
	color: White;
}
	
#logo 	{
	font: 24px Arial, Helvetica, sans-serif;
	color: Red;
	letter-spacing: .2em;
	line-height: 30px;
}

#tagline 	{
	font: 11px Arial, Helvetica, sans-serif;
	color: White;
	letter-spacing: .4em;
	line-height: 18px;
	background: Red;
}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#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: Red;
	letter-spacing: .1em;
}
	
/* Class Styles */
	
.bodyText {
	font: 11px Arial, Helvetica, sans-serif;
	color: Red;
	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: #DC143C;
	line-height: 22px;
	letter-spacing: .2em;
}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: Red;
	line-height: 30px;
}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: Maroon;
	line-height: 22px;
}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: Maroon;
	line-height: 16px;
	letter-spacing: .1em;
	text-decoration: none;
}
	
