/* Global Styles */

body {
	margin:0px;
	background-color:#EFF2ED;
	}
	
td {
	font: 13px "Arial Narrow", snooth;
	color:#010101;
	}
	
a {
	color: #DC0000;
	text-decoration: none;
	}
	
a:hover {
	color: #C82C23;
	}

ul {
	line-height:22px;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #C1C9BC;
	}
	
#navigation a {
	font: bold 12px "Arial Narrow";
	color: #62715A;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #C1C9BC;
	color:#010101;
	}
	
#logo 	{
	font:24px "Arial Narrow";
	color: #DC0000;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px "Arial Narrow";
	color: #759DA1;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #759DA1;
	}
		
#dateformat {
	font:11px "Arial Narrow";
	color: #CECECE;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px "Arial Narrow";
	color: #CECECE;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #E5E5E5;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:13px "Arial Narrow";
	color:#010101;
	line-height:16px;
	margin-top:0px;
	}
	
.pageName{
	font: 22px "Arial Narrow";
	color: #090909;
	line-height:22px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font: bold 15px "Arial Narrow";
	color: #DC0000;
	line-height:24px;
	letter-spacing:.2em;
	}

.quote {
	font: 13px "Arial Narrow";
	color: #010101;
	line-height:30px;
	}
	
.smallText {
	font: 11px "Arial Narrow";
	color: #010101;
	line-height: 18px;
	}
	
.navText {
	font: 12px "Arial Narrow", smooth;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
