/* Global Styles */

body {
	color: #CC9900;
	background-color: #CC9900;
	font-family: Arial, Helvetica, sans-serif;
	}
	
td {
	color: #339966;
	font-size: 22px;
	font: Georgia, Times New Roman, Times, serif;
	}
	
hr {
	height:1px;
	color: #CC9900;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
	
a {
	color: cc9900;
	font-size: 11px;
	background-color: #000000;
	}
	
a:hover {
	color: #CC9900;
	}

/* ID Styles */

#navigation a {
	font:bold 11px/16px georgia;
	color: cc9900;
	letter-spacing:0.1em;
	display:inline;
	padding:10px;
	border-top: 1pt solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1pt solid #000000;
	border-left: 1px solid #000000;
	}
	
#navigation a:hover {
	color:cc9900;
	border: 0pt none #CC9900;
	}

#sidebarHeader {
	padding: 0px 4px 14px 4px;
	color: #00CC66;
	}

#logo {
	font:18px georgia;
	color: #00CC66;
	line-height:24px;
	letter-spacing:0.4em;
	}

#tagline {
	font:12px/18px georgia;
	color: #CC9900;
	letter-spacing:0.4em;
	}
	
#dateformat a {
	color:#00CC66;
	font:11px georgia;
	color: #00CC66;
	letter-spacing:0.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:14px arial;
	color:#339966;
	margin-top:0px;
	outline-color: #00CC66;
	}
	
.pageName{
	color: #339966;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	}
	
.subHeader {
	font:Georgia, Times New Roman, Times, serif;
	color: #339966;
	letter-spacing:0.1em;
	font-size: 14px;
	}	
	
.sidebarHeader {
	font:12px georgia;
	color: #00CC66;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:11px arial;
	color:#339966;
	}
	
.aboutUsBackground {
	background-color: 00CC66;
