p {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	background-color: #000000;
	color: #F2AD32;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 17px;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
	
.byline {
	font-style: italic;
	font-size: 13px;
}

.cutline {
	font-family: Arial, sans-serif;
	font-size: 10px;
}
	
.bylineorange {
	font-style: italic;
	font-size: 13px;
	color:#E6A436;
	padding-left:10px;
}

.question {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.main-content {
	width: 800px;
	float: left;
}

.sidebar {
	width: 425px;
	float: left;
	padding-left:20px;
}

ul {
	font-family: Arial, sans-serif;
	font-size: 22px;
}

li {
	font-family: Arial, sans-serif;
	font-size: 22px;
	display: inline;
	text-align: left;
}	

.main-nav {
	float: right;
	padding-right:20px;
	padding-top:5px;
}

a {
	color: #F3F3F3;
	text-decoration: none;
	font-family:Arial, sans-serif;
}

.zipfile{
	color: #F3F3F3;
	text-decoration: none;
	font-family:Arial, sans-serif;
	padding-left:10px;
}

.websites {
	color: #000000;
	text-decoration: none;
	width: 427;
}

a:hover {
	color: #F3AD32;
}

.footer {
	background-color:#000000;
	float: left;
	width: 1280px;
}

.content {
	width: 1280px;
}

.content-main {
	width:auto;
}

.container {
	background-image:url(images/background-01.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.header {
	background-color: #000000;
}