body {

	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	background: #5A7547 url("images/pagetop.jpg") top center no-repeat;

}


body#home {

	background: #2B3B6A url("images/pagetop.jpg") top center no-repeat;

}

a:link, a:visited, a:active{

	color: #2B3B6A;
	text-decoration: underline;
	
}

a:hover{

	color: #3F5599;


}

a img {

	border: none;

}

.alt {

	display: none;

}

.columnFix {

	clear: both;

}

#page {

	display: block;
	text-align: center;

}

#layout {

	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}

#header {

	width: 780px;
	height: 225px;
	background: url("images/header.png") bottom right no-repeat;

}

.nav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.nav ul li {

	float: left;

}

#topNav {

	height: 21px;
	background: #3B4D2F;
	padding: 4px 0 1px 0;

}


.nav ul li a {

	display: block;
	font-size: 13px;
	color: #D6F2C2;
	text-decoration: none;
	padding: 0 10px 0 10px;
	background: url("images/navdivider.gif") right center no-repeat;

}

.nav ul li.lastOne a {

	background: none;
	
}

.nav ul li a:hover {

	color: #fff;

}

#body {

	clear: both;
	width: 780px;
	background: #fff;
	padding: 0 !important;

}


#content .container {

	font-size: 14px;
	background: #fff;
	padding: 10px;
	color: #555;
	font-size: 12px;

}

#content .container h1{

	margin: 0;
	font-size: 24px;
	color: #5A7547;
	font-weight: bold;

}

#content .container h3{
	
	color: #fff;
	padding: 4px;
	font-size: 16px;
	margin: 0 0 5px 0;
	background: #999;

}

#content .container h3 a{

	color: #fff;

}

#content .container h4{

	margin: 0;
	font-size: 18px;
	border-bottom: 1px solid #999;

}

#content .container p {

	padding: 5px;

}


#bottomNav {

	background: #3B4D2F;
	height: 23px;
	padding-top: 4px;
	position: relative;
	
}

#copyright {

	text-align: right;
	font-size: 10px;
	color: #fff;
	width: 780px;
	margin-left: auto;
	margin-right: auto;

}

#copyright p {

	margin: 0;
	padding: 3px;

}

#copyright a {

	color: #fff;
	text-decoration: none;

}

#copyright a:hover {

	text-decoration: underline;

}

.videoListing{

	background: #ddd;

}

.videoListing h3{

	background: #999 !important;

}

.imgRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #222;
}

.clear {clear:both}