.siteName {
	color: #fff;
	text-transform: uppercase;
	margin-left: 225px;
	height: 40px;
	font-size: 28px;
	letter-spacing: 3px;
}

.siteTagline {
	color: black;
	text-transform: uppercase;
	margin-left: 225px;
	font-size: 14px;
	letter-spacing: 2px;
}

.content {	
	font-size: 12px;
}

.mainContent {
	padding: 30px;
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
}

.sidebarContent {
	padding: 20px;
}

.sidebarQuote {
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	color: #000033;
	letter-spacing: 1px;
}

p {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.mainContent h3 {
	color: #000033;
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* ID Styles */

.buttonList {
	list-style-type: none;
	text-transform: uppercase;
}
	
#navigation a {
	font: bold 11px/30px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	letter-spacing:.1em;
	display: block;
	padding: 8px 6px 10px 20px;
	text-decoration: none;
}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}

.navigationText {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-style: inherit;
}

.contactText {
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
}

.copyrightText {
	color: #000;
	font: 11px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}