body {
	font-family: arial;
	font-size: 13px;
	background-image: url(img/top_tile.jpg);
	background-repeat: repeat-x;
}
.navBar {
	height: 33px;
	border: 0px solid #000;
	vertical-align: center;
	position: absolute;
}

.navWrapper {
	margin-top: 75px;
	margin-left: 25px;
	vertical-align: center;
}

.verticalLine {
	margin-top: 10px;
}

a.nav {
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;



	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	padding-top: 9px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
}

a.nav:hover {
	background:#430505;

}

.adBox1 {
	border: 1px solid #000;
	width: 225;
	height: 100;

}

h2 {
	font-size: 24px;
	font-family: arial;
}

.mainText{
	font-size: 13px;
	font-family: arial;
}


.leftBarBox {
	border: 0px dotted #A0A0A0;
	width: 200;
	height: auto;
	padding: 10 10 0 10;
	background:#F3F3F3;

}
.leftBarBoxTop {
	background: url( "../img/button2.jpg" );
	background-repeat: repeat;
	height: 20px;
	width: 215;
	padding: 8 5 2 10;
	font-size: 15px;
	font-weight: bold;
	font-family: arial;
	color: #00490C;
}

.submit input, .submit input:focus, .button {
	background: url( "../img/button.jpg" );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #000;
	padding: 0.25em;
	text-align: center;
}


INPUT.TEXT{
  font-family:Arial;
  font-size:11pt;

  background-color:#000;
  border-color:#A0A0A0;

  border-width:1px;
  color:#00490C;
}

.bannerAd{
	width:400px; 
}
.commentDate {
width: 390; 
text-align: right; 
font-color: #f0f0f0; 
font-size: 12px; 
font-family: arial; 
border-bottom: 1px solid #a0a0a0;
margin-bottom: 10px;
}


h1.pageHead {
	font-size: 18px;
	font-weight: bold;
}


.errorbox{
background: #FF0000;
color:#fff;
padding: 15px;
}


a, a:visited, a:hover, a:active {
color: #000;
}


.boxTop {
width:266px;
height: 35px;
background: url(../img/sidebox_top.jpg);
}
.boxBottom{
width:266px;
height: 29px;
background: url(../img/sidebox_bottom.jpg);
}
.boxBody{
width:266px;
height: auto;
background: url(../img/sidebox_tile.jpg);
background-repeat: repeat-y;
padding-left: 25px;

}
.boxBodyHeadline {
font-size: 18px;
font-color: #420608;
font-weight: bold;

}
.boxBodyText {
margin-right: 50px;
padding-left: 10px;

}