<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* RESET *******/
html, body, div, h1, h2, h3, h4, h5, ul, ol, li, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul, ol {margin-left: 20px;}
ol {list-style: none;}
li {padding-bottom: 10px;}
img, fieldset {border: 0;}
h1, h2, h3 {font-weight: normal;}
em, i {font-style: italic;}
strong, b {font-weight: bold;}
u {text-decoration: underline;}
/******* END RESET *******/


html { overflow-y: auto; }

body {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-color: #51694d;
    font-size: .9em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    line-height: 1.3em;
    color: #3f3f3f;
    text-align: center;
    height: 100%;
	padding-top: 80px;
}

a { color: #51694d; }
a:hover { color: #f7c30d; text-decoration: underline; }

td { vertical-align: top; }

#main-wrapper {
	width: 900px;
	text-align: left;
	min-height: 500px;
	margin: 0 auto;
}

#home-nav {
	text-align: right;
	margin-right: 230px;
}

	 #home-nav li, #inside-nav li {
		display: inline;
		list-style-type: none;
		padding-right: 30px;
		text-transform: uppercase;
		font-weight: normal;
		color: #fdffef;
		font-size: 14px;
	}
	home-nav li:last-child, #inside-nav li:last-child { padding-right: 0; }
	#home-nav li a, #inside-nav li a { color: #fdffef; text-decoration: none; }
	#home-nav li a:hover, #inside-nav li a:hover { color: #f7c30d; }

#inside-nav {
	text-align: right;
	margin-right: 30px;
}

/*#inside-content-wrapper {
	background-color:#FFFFFF;
	margin:20px auto;
	padding:35px;
	text-align:left;
	width:830px;
}*/
#inside-content-wrapper {
	background: url(i/box-back.jpg) repeat-y;	
}

#inside-content { padding: 35px; }
h2 {
	font-size: 30px;
	padding: 10px 0;
	color: #51694d;
}
#right-photos {
	padding-top: 30px;
	float: right;
	width: 180px;
	height: auto;
	margin-right: 100px;
}

.back-link {
	padding: 10px 0;
	font-size: .85em;
}

.quote {
	float: right;
	margin-right: 20px;
	border-left: 1px dotted #999;
	padding: 5px 10px;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 50px;
}
.signature {
	font-size: 11px;
	font-style: italic;
}
small, small a { font-size: .85em; }</pre></body></html>