/* CSS Document */

body {
	background-image:url(img/bg.jpg);
	background-repeat: repeat;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-color: #FFFFFF;
}

.header {
	/*background-image:url(img/banner1.jpg);
	background-repeat: no-repeat;
	height: 242px;*/
	width: 960px;
}

#navigation {
	background-image:url(img/nav.jpg);
	background-repeat: repeat-x;
	height: 34px;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FFFFFF;
	text-align:center;
	padding-top: 5px;
}

#navigation a, #navigation a:link, #navigation a:active, #navigation a:visited {
	color: #FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

/* ---- Left Column ---- */

#leftcol {
	width: 600px;
	float: left;
}

.container {
	margin: 10px;
}

.contentheader {
	padding-top: 18px;
	padding-left: 5px;
	font-size: 16px;
	font-weight:bold;
	color: #184B00;
	border-bottom: solid 1px #184B00;
	height: 22px;
	background-image:url(img/maintitle.jpg);
	background-repeat: no-repeat;
	margin-bottom:  5px;
	font-family:Arial, Helvetica, sans-serif;
}

.contenttext {
	font-size: 12px;
	color: #000000;
	padding: 5px;
}

.contenttext a, .contenttext a:visited, .contenttext a:active {
	color: #184B00;
	font-weight: bold;
}

.contenttext a:hover {
	color: #000000;
}

.contenttext h1 {
	font-size: 14px;
	font-weight:bold;
}

.contenttext h2 {
	font-size: 14px;
	font-weight:bold;
	color: #184B00;
}

.readmore {
	text-align: right;
	padding-right: 10px;
}

.readmore a, .readmore a:visited, .readmore a:active {
	font-size: 11px;
	color: #184B00;
	font-weight: bold;
}

.readmore a:hover {
	color: #000000;
}

.historyimageleft {
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 10px;
	font-style: italic;
	float: left;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 3px;
}

.historyimageright {
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 10px;
	font-style: italic;
	float: right;
	text-align: center;
	margin-left: 3px;
	margin-bottom: 3px;
}

#teamleft {
	width: 280px;
	float: left;
}

#teamright {
	width: 280px;
	float: right;
}

/* ---- Right Column ---- */

#rightcol {
	width: 360px;
	float: right;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
}

#infoleft {
	width: 180px;
	float: left;
	margin-top: 15px;
}

#inforight {
	width: 180px;
	float: right;
	margin-top: 15px;
}

.rightheader {
	color:#184B00;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight:bold;
}

.rightdivide {
	background-color: #184B00;
	height: 2px;
	margin-top: 10px;
	width: 95%;
}

.feedholder {
	border: 1px solid #CCCCCC;
	width: 350px;
	padding-top: 5px;
	margin-top: 15px;
}

.bbcclass {
	background-image: url(img/ltbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #000033;
	min-height: 88px;
	height: auto;
	opacity: 0.8;
	text-align: left;
	padding: 5px;
	width: 340px;
	padding-top: 0px;
}

.bbcclass2 {
	background-image: url(img/prbg.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #000033;
	min-height: 88px;
	height: auto;
	opacity: 0.8;
	text-align: left;
	padding: 5px;
	width: 340px;
	padding-top: 0px;
}

.bbcclass a, .bbcclass a:visited, .bbcclass a:link, .bbcclass2 a, .bbcclass2 a:visited, .bbcclass2 a:link {
	color: #184B00;
	font-size: 12px;
}

.bbcclass a:hover, .bbcclass2 a:hover {
	color: #000000;
}


/* ---- Bottom ---- */

#footer {
	border-top: 1px solid #184B00;
	font-size: 10px;
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color: #184B00;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
}

/* ---- Tools ---- */

#floatclear {
	clear: both;
}