﻿body {
	font-family: "Lynda Wide";
	background-color: #DC7E01;
}
.header {
	margin-top:30px;
	margin-bottom:10px;}
h1 {
	font-size: 52px;
	text-align: center;
	color: #003300;
	line-height:53px;}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
	font-size: 36px;
	line-height:37px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:white;
	line-height:18px;
	width:600px;
}
h4 {
	color:white;
	text-align:left;
	font-size:26px;
	line-height:28px;
}

.thumbrows {
	height:75px;
	}
.page {
	margin-left:auto;
	margin-right: auto;
	max-width:1024px;
	background:#DC7E01;}			
.navcaptions {
	width:100px;
	font-weight:bold;
	font-family:Lynda;
	vertical-align:top;
	color:#003300;
	text-decoration:none;
	line-height:14px;
	padding-top:5px;	
}
a {
	color:#003300;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	background:	green;
}
a {
	color:#003300;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	background:	green;
}

.nav {
	float: left;
	width: 175px;
	margin-left:20px
}
	 
.content {
	float:left;
	width:600px;
	text-align:left;
	margin-left:25px;
}
