body {
	background-color: #fff;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#mastheadouter {
	background-color: #fff;
	margin: 0px;
	width: 100%;
	padding: 0px;
	background-image: url(../images/masthead-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 126px;
}
#mastheadtop {
	width: 975px;
	margin: 0px auto;
	padding: 0px;
	height: 126px;
}

/* Styles for top horizontal navigation division  Additional styles in styles-dropdown.css*/
#topnavouter {
	background-color: #fff;
	margin: 0px;
	width: 100%;
	padding: 0px;
	background-image: url(../images/topnav-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 43px;
}
#topnav {
	width: 975px;
	height: 43px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/topnav-logosection.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Styles for content division */
#contentwide {
	background-color: #ECEDE7;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
#contentouter {
	width: 1045px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/page-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#hometop {
	width: 703px;
	height: 260px;
	margin: 0px;
	padding: 0px 0px 35px;
}

.contentpush {
	clear:both;
}

.content {
	width: 945px;
	margin-right: 0px;
	margin-left: 65px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 30px;
}
.contentleft { /* outer container for left content */
	width: 703px;
	float: left;
	padding-top: 25px;
	clear: right;
}
.contentright { /* right column */
	width: 180px;
	padding: 25px 15px 0px;
	margin: 0px 0px 20px;
	float: right;
	background-image: url(../images/rightcolback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.contentleft140 { /* content box */
	width: 140px;
	padding: 0px 0px 20px;
	margin: 0px;
	float: left;
}
.contentleft170 { /* content box */
	width: 170px;
	padding: 0px 0px 20px;
	margin: 0px;
	float: left;
}
.contentleft330 { /* content box */
	width: 330px;
	padding: 0px 0px 20px;
	margin: 0px;
	float: left;
}
.contentmiddle330 { /* content box */
	width: 330px;
	padding: 0px 0px 20px;
	margin: 0px;
	float: right;
}
.contentmiddle500 { /* content box */
	width: 500px;
	padding: 0px 0px 20px;
	margin: 0px;
	float: right;
}
.contentmiddle555 { /* content box */
	width: 555px;
	padding: 0px 0px 20px;
	margin: 0px;
	float: right;
}

/*******************/
.content a, .content a:visited {
	color: #894900;
	text-decoration:none;
}
.content a:hover, .content a:visited:hover {
	color: #894900;
	text-decoration:underline;
}
.contentleft ul, .contentleft li {
	color: #999;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin: 0px;
	padding-bottom: 15px;
	line-height: 1.8em;
}
h1 {
	font-size: 28px;
	margin: 0px;
	padding-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #7C8A70;
	font-weight: normal;
}
h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #7C8A70;
	font-weight: normal;
	color: #7C8A70;
	margin: 0px;
}
h2 {
	font-size: 20px;
	padding-bottom: 13px;
	padding-top: 10px;
	background-image: url(../images/h2-back-left-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 30px;
}
h3 {
	font-size: 16px;
	padding-bottom: 3px;
	padding-top: 5px;
	color: #894900;
}

/*styles for the shortform*/
.shortform {
	padding: 0px;
	margin: 0px;
	width: 180px;
}
.shortform h3, .shortform p {
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
}
.shortform h3 {
	font-size: 16px;
	font-style:normal;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
}
.shortform form {
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 180px;

}
.shortform input {
	width: 170px;
	margin-bottom:5px;
	font-size: 12px;
	color: #8C9C7B;
}
.shortform textarea { /* text area input */
	width:170px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C9C7B;
}

.shortform .buttonSubmit {
	width:80px;
}

form textarea { /* text area input */
	width:250px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.rightbugs {
	padding-top: 25px;	
}

.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;
}

.img00 {
	padding-right: 30px;
	padding-bottom: 30px;
	float: left;
}
.img01 {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	float: left;
}
.img03 {
	padding-right: 30px;
	padding-bottom: 10px;
	float: left;
}
#contentright ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding-bottom: 5px;
	line-height: 1.4em;
}

.headerrule {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7D8A6E;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.hrule {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7D8A6D;
	width: 100%;
	padding: 0px;
	clear: both;
	margin-bottom: 15px;
}
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: #ECEDE7;
}
/***** home horizontal box group *****/
#multibox {
	margin: 0px;
	padding: 0px;	
}
#multibox h3 {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
}
#multibox p {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#multibox a, .learnmoretext a {
	color: #7F8970;
	text-decoration: none;
}
#multibox a:hover, .learnmoretext a:hover {
	color: #7F8970;
	text-decoration: underline;
}
#multibox img {
	text-align: left;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}
.learnmoretext {
	font-style: italic;
}
.boxleft {
	padding-bottom: 15px;
	width: 330px;
	float: left;
	background-image: url(../images/boxtop-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxother {
	padding-bottom: 15px;
	width: 330px;	
	float: right;
	background-image: url(../images/boxtop-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/***** end box group *****/

/* Style for footer division */
#footerouter {
	background-color: #96A785;
	margin: 0px;
	width: 100%;
	padding: 0px;
	background-image: url(../images/footer-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
}
#footer {
	width: 900px;
	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: left;
	padding-bottom: 20px;
}

#footer a:link, a:visited {
	color: #E6DFCE;
	text-decoration: none;
}
#footer a:hover, a:visited:hover {
	color: #FFF;
}

#footer ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}
#footer ul li {
	padding: 0px;
	display:block;
	color: #E6CCA7;
	font-size: 11px;
}
#footer ul li a:link, ul li a:visited {
	color: #E6DFCE;
	text-decoration: none;
	padding-right: 10px;
}

#footer ul li a:hover, ul li a:visited:hover {
	color: #fff;
}

/***** horizontal footer box group *****/
#footermultibox {
	margin-bottom: 20px;
	margin-top: 20px;
}
#footermultibox h2 {
	color: #B3AE98;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
}
#footermultibox h3 {
	color: #E6DFCE;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#footermultibox p {
	color: #E6DFCE;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 0px;
	font-style: normal;
	font-size: 11px;
}
.footerboxleft, .footerboxother {
	padding: 0px;
	width: 175px;
	position: relative;
	float: left;
}
.footerboxleft {
	margin: 0px;
}
.footerboxother {
	margin: 0px 0px 0px 5px;
}
.footerhrule {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 25px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #B3AE98;
	height: 1px;
}
/**** home page slide show styles ***/
#slideshow {
	float: left;
	width: 703px;
	height: 260px;
	margin: 0px 0px 35px;
	padding: 0px;
	background-image: url(../images/slide-back.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-color: #FFF;
}
/*#slideshow-navigation { float:left; width: 703px; }*/
.leftimage {
	float: left;
	width: 703px;
	/*background-image: url(../images/slide-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}

