body {
	background-attachment: fixed;
	background-image: url(site_images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #F4F1E8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 10px;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 10px;
	font-weight: bold;
}
a:link {
	color: #8A7642;
}
a:visited {

	color: #8A7642;
}
a:active {


	color: #000000;
}
a:hover {



	color: #000000;
}
.boxout {
	border: medium solid #670001;
	background-image: url(site_images/boxout_bg.jpg);
}
.redborder {
	border: 2px solid #670001;
}

a.md{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FF33CC;
	font-weight:bold;
	font-size:14px;
}
