body {
	background-color: #BEC0AE;
	margin: 0px;
	width: 100%;
	padding: 0px; /*needed for opera*/
}
#mastheadouter {
	background-color: #657258;
	margin: 0px;
	width: 100%;
	padding: 0px;
	background-image: url(../images/masthead-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 136px;
}
#mastheadtop {
	width: 975px;
	margin: 0px auto;
	padding: 0px;
	height: 101px;
}
#mastheadbottom {
	width: 975px;
	margin: 0px;
	padding: 0px;
	margin: 0px auto;
	height: 35px;
	background-image: url(../images/masthead2.jpg);
	background-repeat: no-repeat;
}

/* Styles for top horizontal navigation division */
#topnavouter {
	background-color: #fff;
	margin: 0px;
	width: 100%;
	padding: 0px;
	background-image: url(../images/navback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 32px;
}
#topnav {
	text-align: center;
	width: 975px;
	height: 32px;
	margin: 0px auto;
	padding: 0px;
}
#topnav ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 20px 0px 40px;
	padding: 10px 0px 0px;
}
#topnav ul li {
	padding: 0px 13px 0px 0px;
	display:inline;
	color: #999;
}
#topnav ul li a:link {
	color: #666;
	text-decoration: none;
	padding-right: 10px;
}
#topnav ul li a:visited {
	color: #666;
	text-decoration: none;
}
#topnav ul li a:hover {
	color: #000;
}
#topnav ul li a:visited:hover {
	color: #000;
}

/* Styles for content division - container for the page middle, basically everything between the horizontal navigation and the footer */
#contentwide {
	background-color: #ECEDE7;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
#contentouter {
	width: 1043px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/contentback.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 0px 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#hometop {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 180px;
}
#homemiddle {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	height: 192px;
	background-image: url(../images/homemiddleback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
}
#internaltop {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	height: auto;
	background-image: url(../images/internaltopback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
}
#internaltopspacer {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	height: auto;
	padding-top: 15px;
}
.contentpush {
	clear:both;
}

.content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.contentleft {
	width: 250px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.contentleft275 {
	width: 275px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.contentright {
	width: 630px;
	padding: 0px;
	margin: 0px;
	float: right;
}
.contentright600 {
	width: 600px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#contentouter a, a:visited {
	color: #67725A;	
}
#contentouter a:hover, a:visited:hover {
	color: #4DA041;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding-bottom: 5px;
	line-height: 1.4em;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #67725A;
	margin: 0px;
}
h1 {
	font-size: 28px;
	padding-bottom: 10px;
}
h2 {
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
}
h3 {
	font-size: 14px;
	padding-bottom: 3px;
	padding-top: 5px;
}

/*styles for the form*/
#form {
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#form input {
display:block;
width:300px;
float:left;
margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#form textarea {
display:block;
width:300px;
float:left;
margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#form select {
	display:block;
	width:300px;
	float:left;
	margin-bottom:10px;
	padding: 0px;
	margin-top: -3px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#form label {
	display:block;
	text-align:right;
	float:left;
	width:110px;
	padding-right:15px;
}
#form br {
clear:left;
}
#form .buttonSubmit {
	width:75px;
	margin-left:125px;
	background-color: #B9C4AB;
}
#form .buttonReset {
	width:75px;
	margin-left:10px;
	background-color: #B9C4AB;
}
/* Style for footer division */
#footerouter {
	background-color: #BEC0AE;
	margin: 0px;
	width: 100%;
	padding: 0px;
	background-image: url(../images/footerback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
}
#footer {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 15px;
	clear: both;
	text-align: center;
}
#footer p {
	font-size: 10px;
	color: #666;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:link, a:visited {
	color: #666;
	text-decoration: underline;
}
#footer a:hover, a:visited:hover {
	color: #FFF;
}
#footer ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px 20px 0px 40px;
	padding: 10px 0px 0px;
}
#footer ul li {
	padding: 0px 13px 0px 0px;
	display:inline;
	color: #999;
}
#footer ul li a:link, ul li a:visited {
	color: #666;
	text-decoration: none;
	padding-right: 10px;
}

#footer ul li a:hover, ul li a:visited:hover {
	color: #fff;
}

.bolditalic {
	margin: 0px;
	font-style: italic;
	font-weight: bold;
}
.italic {
	margin: 0px;
	font-style: italic;
}
.bold {
	margin: 0px;
	font-weight: bold;
}
.img {
	padding: 2px 2px 10px;
}
h1.tagline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 10px 0px 0px 175px;
}
#contentright ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding-bottom: 5px;
	line-height: 1.4em;
}
.box-244 {
	background-image: url(../images/boxback-244.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 15px;
	width: 214px;
	float: left;
}
.box-358 {
	background-image: url(../images/boxback-358.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 15px;
	width: 328px;
	float: right;
}
.box-630 {
	background-image: url(../images/boxback-630.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 15px;
	width: 600px;

}
.hrule {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
a.nounderline {
	text-decoration: none;	
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
table caption {
	font-size: 18px;
	text-align: center;
	background-color: #E1DBAC;
	padding-top: 10px;
	padding-bottom: 10px;
}
table th {
	background-color: #C7C9B7;
	height: 20px;
}
table td {
	background-color: #EDEACB;
}
.tablecolor2 {
	background-color: #DEDFD7;
}
.textleft {
	text-align: left;	
}
table.clear td, th {
	background-color: #fff;
}
.table02 {
	margin: 0px;
	padding: 0px;
	width: 450px;
	text-align: left;
}
.table02 td, tr {
	margin: 0px;
	padding: 3px;
	background-color: #C5C8B5;
}
