body {
	background-color: #000000;
}

.page_header {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 20px;
}

.little_header {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	text-decoration: none;
}

.copy {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a.copy {
	text-decoration: none;
}

.yellow_header_nav {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFD08;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFD08;
	
}

.yellow_header {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFD08;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFD08;
		margin-bottom: 10px;
}

.news_copy {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.nav {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	list-style-type: none;
	margin-top: 5px;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	
}


.nav:hover {
	background: #336699;
	cursor: pointer; cursor: hand;
}

.nav_sel {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	list-style-type: none;
	margin-top: 5px;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #2290C7;
}

div {
	margin-bottom: -20px;
}