* {
	padidng:0;
	margin:0;
}
body {
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #294C04;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#wrapper {
	padding: 25px;
}
#top, #nav, #mainTop, #main, #mainBottom, #footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	height: 120px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	position: relative;
}
#miniNav {
	position: absolute;
	width: 168px;
	left: 772px;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
	text-align: center;
	line-height: 14px;
}
#miniNav a {
	color: #666666;
	text-decoration: none;
}
#miniNav a:hover {
	color: #333333;
}

#mainTop {
	background-image: url(../images/main-top.png);
	height: 15px;
}
#main {
	background-image: url(../images/main-middle.png);
}
#mainCol {
	width: 640px;
	float: left;
	padding-top: 10px;
	padding-left: 30px;
}
#rightCol {
	width: 210px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}
#mainBottom {
	background-image: url(../images/main-bottom.png);
	height: 15px;
}
#footer {
	background-image: url(../images/footer.png);
	height: 54px;
	margin-top: 10px;
	line-height: 54px;
	font-size: 9px;
	margin-bottom: 10px;
	text-align: center;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover {
	color: #666666;
}

/* page/content styles */

#homePics {
	margin-bottom: 20px;
}
#homePics .spacer {
	margin-right: 20px;
}

#mainCol h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000F80;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #757EBA;
	margin-bottom: 1em;
}
#mainCol p {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #333333;
	margin-bottom: 1em;
}
#rightCol p {
	font-size: 1em;
	line-height: 1.4em;
	color: #333333;
	margin-bottom: 1em;
}
#rightCol h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bolder;
	margin-bottom: 1em;
	color: #000F80;
}
#mainCol a, #rightCol a {
	color: #990000;
	text-decoration: none;
}
.videoThumb {
	float: left;
	margin-right: 10px;
}
#rightCol a.newsLink {
	color: #333333;
}
.contactForm td {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.contactForm input, .contactForm textarea, .contactForm select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 250px;
	color: #333333;
}
