body {
	background-color: #406A96;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.left {
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.right {
	background-image: url(../images/right_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.content {

	background-color: #E4F2C0;
	background-image: url(../images/ranch2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*
	 * I found that "display: block;" here breaks the display for firefox.
	 * display: block; 
	 */
	height: 130px;
	padding-top: 36px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}
.topnav, .topnav:link, .topnav:visited {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 100%;
	height: 23px;
	line-height: 23px;
	text-transform: uppercase;
	font-size: 12px;

}
.topnav:hover, .topnav2, .topnav2:visited, .topnav2:hover, .topnav2:link {
	font-weight: bold;
	color: #024999;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 100%;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;

}
h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px;
	color: #153659;
}
h2 {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #000000;
	margin: 6px;
}
.whiteborder {
	border: 2px solid #FFFFFF;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}
.footer, .footer:link, .footer:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footer:hover {
	color: #00FFFF;
	text-decoration: underline;
}
a {
	color: #CC6600;
}

a:hover {
	color: #406A96;
}