@charset "UTF-8";
/* CSS Document */

body
{ 
background-color:#e8dfd2;
background-image: 
url('images/bgrd.jpg');
background-repeat: repeat-x
}

.mainlink {
	font-family: Tahoma;
	font-size: 10px;
	color: #7c7568;
	font-weight: normal;
	text-decoration: none;
}

a.mainlink:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #7c7568;
	font-weight: normal;
	text-decoration: none;
}

a.mainlink:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #7c7568;
	font-weight: normal;
	text-decoration: none;
}

a.mainlink:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #971616;
	font-weight: normal;
	text-decoration: underline;
}

a.mainlink:active {
font-family: Tahoma;
	font-size: 10px;
	color: #7c7568;
	font-weight: normal;
	text-decoration: none;
}

.posttitle {
	font-family: Times;
	font-size: 20px;
	font-style: italic;
	color: #363025;
	font-weight: bold;
}

.postdate {
	font-family: Times;
	font-size: 15px;
	color: #971616;
	font-weight: bold;
}

.postcontent {
	font-family: Times;
	font-size: 14px;
	color: #363025;
	text-align: justify;
	line-height:1.5;

}

a:link {
	color: #363025;
	text-decoration: none;
}

a:visited {
	color: #363025;
	text-decoration: none;
}

a:hover {
	color: #971616;
	text-decoration: underline;
}

a:active {
	color: #363025;
	text-decoration: none;
}

.camp_forms {
 width: 270px;
 font: 11px Times;
 background-color: #FFFFFF;
 color: #363025;
 border: 1px solid #858585;
 margin-right: 0px;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
}
