/* Website Body */
body {
	margin: 0;
	padding: 0;
	background-color: #d0aa68;
	color: #000000;
}
p {
font: 14px "Times New Roman", Times, serif;
	line-height: 1.3em;
}
a, a:active {
	color: #C4161C;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:visited {
	color: #C4161C;
	text-decoration: underline;
	font-weight: bold;
}
	
/*header styles */
.header_style {
	font-size: 16px;
	line-height: 2em;
	font-family: "Times New Roman", Times, serif;
	font-weight: Bold;
	color: #616161;
}

/* Content Styles */
#content {
	width:347px;
	height: auto;
	margin: 0 25px 0 30px;;
}
.primary_header {
	font-size: 16px;
	line-height: 1.3em;
	font-family: "Times New Roman", Times, serif;
	font-weight: Bold;
	color: #8a0f13;
}
#sidebar {
	width:258px;
	margin:0 0 0px 3;
	padding: 0 7.5px 0 5.5px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
}
.sidebar_header {
	font-size: 16px;
	line-height: 1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: Bold;
	color: #8a0f13;
	margin-left: 15px;
}
.callout {
	font-size: 14px;
	margin: 0 0 0 25px;
	line-height: 1.3em;
	font-family: "Times New Roman", Times, serif;
	font-weight: Bold;
	color: #73521b;
}
.clickhere {
	font-size: 24px;
	line-height: 1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: Bold;
}
.clickhere a:link, .clickhere a:visited {
	text-decoration: none;
	font-size: 24px;
	line-height: 1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: Bold;
}
.clickhere a:hover, .clickhere a:active {
	text-decoration: underline;
	font-size: 24px;
	line-height: 1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: Bold;
}
.bullets {
	font-size: 14px;
	margin:0 0 0 25px;
	line-height: 1.4em;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
#bullets ul {
	padding: 0px 5px 10px 20px;
	margin: 0;
	line-height: 1.3em;
}

/* Footer Styles */
.copyright_text {
	font: normal bold 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #59401c;
	padding-bottom: 4px;
}
.copyright_text a:link, .copyright_text a:visited {
	text-decoration: none;
	font: normal bold 11px Arial, Helvetica, sans-serif;
}
.copyright_text a:hover, .copyright_text a:active {
	text-decoration: underline;
	font: normal bold 11px Arial, Helvetica, sans-serif;
}