@charset "UTF-8";


body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Verdana, sans-serif;
}

#container {
	background: #FFF;
	background-image: url(images/bg_dugout.jpg);
	width: 980px;
	height: 768px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(images/header.jpg);
	width: 980px;
	height: 144px;
}

#headertxt {
	margin-left: 815px;
	margin-top: -5px;
	line-height: 20px;
	width: 145px;
	color: #FDA300;
	font-size: 11px;
}

#headertxt a {
	text-decoration: none;
	color: #FDA300;
}

#leftcol {
	width: 190px;
	height: 484px;
	float: left;
	padding-top: 85px;
}

#midcol {
	width: 618px;
	height: 524px;
	float: left;
	padding-top: 45px;
	padding-bottom: 0;
}

#rightcol {
	width: 170px;
	height: 569px;
	float: right;
}

#footer { 
	width: 815px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer p {
	font-size: 10px;
	color: #009900;
}

#clear { 
	clear: both;
}


.searchfield {
	margin-left: 865px;
	margin-top: 15px;
	border: none;
	font-size: 10px;
	color: #990000;
} 

.txt10 {
	font-size: 10px;
}


.footertxt {
	font-size: 10px;
	line-height: 15px;
	color: #6A0009;
}
.footertxtgreen {
	color: #7c8c5a;
}

.tdlitegreen {
	background-color: #dde1d3;
}

.lnlinkred {
	color: #6A0009;
}