body {

	margin: 0;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	background: #31539f url("images/pagebg.gif") top center repeat-y;

}

#page {

	display: block;
	text-align: center;

}

#layout {

	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

}

.alt {

	display: none;

}

#header {

	width: 780px;
	height: 314px;
	background: url("images/header.jpg") top left no-repeat;

}

.nav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.nav ul li {

	float: left;

}

.nav ul li a {

	display: block;
	text-decoration: none;
	padding: 3px 5px;

}

.nav ul li a:hover {

	text-decoration: underline;

}

#topNav {

	width: 780px;
	height: 33px;
	background: url("images/navbg.gif") top left repeat-x;
	margin-top: -49px;

}

#topNav a {

	font-size: 14px;
	font-weight: bold;
	color: #9C4A46;
	text-decoration: none;
	background: url("images/navtab.gif") top left no-repeat;
	width: 106px;
	height: 26px;
	text-align: center;
	color: #284993;
	padding: 0;
	margin: 0 4px;

}

#topNav a:hover {
	
	background: url("images/navtab.gif") 0 -26px;
	
}

#topNav a span {
	
	position: relative;
	top: 5px;
	
}

#content {

	clear: both;

}

#content .container {
	
	padding: 15px;
	
}

#content .container h3 {
	
	margin-top: 0;
	color: #ad2c31;
	font-size: 18px;
	
}

#bottomNav {

	font-size: 14px;
	color: #284993;
	margin: -12px 0 0 10px;
	text-decoration: underline;

}

* html #bottomNav {
	
	margin: 0 0 0 11px;
	
}

* html #bottomNav a {
	
	position: relative;
	top: -25px;
	
}

#copyright {

	width: 780px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;

}

* html #copyright {
	
	position: relative;
	top: -25px;
	
}

#copyright a {

	text-decoration: none;
	color: #000;

}

#copyright a:hover {

	text-decoration: underline;

}
