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

#mainContent a{
	color: #990000;
	text-decoration: none;
}

#mainContent a:link{
	color: #990000;
	text-decoration: none;
}

#mainContent a:visited{
	color: #990000;
	text-decoration: none;
}

#mainContent a:hover{
	color: #3f3f3f;
	background-color: #990000;
	text-decoration: underline;
	background-color: #eeede6;
}

#mainContent .mainCopy {
	display:block;
	text-align:justify;
	font-weight: normal;
}
#mainContent .bulletin {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 1em;
	padding: 4px;
	border: 1px solid #3f3f3f;
	color: #333333;
	background-color: #899FBD;
	width: 150px;
	background-image: url(../images/rightNavGradient.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#mainContent .bulletin a{
	color: #990000;
	text-decoration: none;
}
#mainContent .bulletin a:link{
	color: #990000;
	text-decoration: none;
}
#mainContent .bulletin a:visited{
	color: #990000;
	text-decoration: none;
}
#mainContent .bulletin a:hover{
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.drawpits {
	padding: 8px;
	cursor: pointer;
	height: 250px;
}
.drawpits p {
	margin-top: 0px;
}
#drawMeInMore p
{
	padding: 0;
	margin: 0 4px 6px 4px;
}
.stoneBackground {
	background-image: url(../images/stoneTiler.gif);
	background-repeat:repeat;
	background-position: center top;
}
.drawPitImg {
	padding: 2px;
	border: 2px solid #AD9A7B;
	left: 10px;
	bottom: 10px;
}
.drawPitDiv {
	height: 160px;
	vertical-align: bottom;
}

.drawPitText {
	height: 90px;
}
.radonPitDiv {
	height: 60px;
	vertical-align: bottom;
}

.radonPitText {
	height: 25px;
}

