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

/* font styles */
.basic_font {
	font-family: 'Arial', sans-serif;
	line-height: 20px;
}

.mainnav { 
	font-size: 18px; 
	color: #f26522; 
	font-weight: bold; 
}

.date { 
	font-size: 14px; 
	color: #898989; 
}

.title { 
	font-size: 20px; 
	color: #fff8a7; 
}

.title a {
	color: #FFFFFF;
	text-decoration: none;
}

.title a:hover {
	color: #a89884;
	text-decoration: none;
}

.subhead { 
	font-size: 14px; 
	font-weight: bold;
	color: #fff8a6; 
}

.content { 
	font-size: 10px; 
	color: #FFFFFF; 
	font-weight: normal;
}

.content a { 
	color: #FFFFFF; 
	font-weight: normal;
}

.content a:hover { 
	font-size: 10px; 
	color: #FFFFFF; 
	text-decoration: underline;
}

.bodyparagraph {
	position: relative;
	margin: 0 20px 0 20px;
	padding: 0 0 0 0;
}

.headline {
	font-size: 28px;
	color: #736357;
	line-height: 30px;
}

.footer { 
	font-size: 9px; 
	color: #736357; 
	font-weight: normal;
	line-height: 16px;
}

.footer a { 
	font-size: 9px;
	color: #736357; 
	font-weight: normal;
}

.footer a:hover { 
	font-size: 9px;
	color: #736357; 
	text-decoration: underline;
}