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

/* font styles */
.basic_font {
	font-family: 'Lucida Grande', 'Verdana', 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: #5f5f5f; 
}

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

.content a { 
	color: #d64803; 
	font-weight: bold;
}

.content a:hover { 
	color: #d64803;
	font-weight: bold;
	text-decoration: underline;
}

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

.columnparagraph {
	position: relative;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}

.headline {
	font-size: 22px;
	color: #9f9d95;
	line-height: 30px;
	font-weight: lighter;
}

.footer { 
	font-size: 9px; 
	color: #d64803; 
	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;
}

.thumb_text {
	font-size: 9px;
	line-height: 10px;
}