@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	font-size:0.9em;
	color:#8EA048;
}

a {
color:#817C00;
}

a:hover {
color:#BEB974;
}

#container {
width:960px;
margin:auto;
padding-top:20px;
}

#header {
text-align:center;
margin-bottom:40px;
}

#header h1{
	height:300px;
	width:960px;
	margin:auto;
	text-indent:0px;
	background-color: #FFF;
}

#content {
text-align:center;
}
#content_small {
	text-align:center;
	font-size: 0.5px;
}
#footer {
margin:40px 0;
text-align:center;
}

.orange {
color:#F9A351;
}
.body-small {
color:#F9A351;
}
.body-Copy {
	color:#222;
	font-size: 12px;
}
