body { 
 	margin: 10px;
	background-color: #CC6243;
	/*background-color: black;*/
}

p {
	font-family: helvetica, arial, sans-serif;
	line-height: 120%;
	font-size: 75%;
}

.normal {
	font-family: helvetica, arial, sans-serif;
	font-size: 75%;
}

a { 
	color:#697052;
}
a:hover {
	color:#CC6243;
}
ul, ol {
	font-family: helvetica, arial, sans-serif;
	font-size: 75%;
	line-height: 150%;
}

h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #CC6243;
	margin-top:5px;
	margin-bottom:5px;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	margin-top:5px;
	margin-bottom:5px;
}

h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	margin-top:5px;
	margin-bottom:5px;
}

button {
	font-family: helvetica, arial, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #ffffff;
	background-color: #CC6243;
	padding: 2px 5px;
	border: 1px solid #003366;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}


.homenav p {
	color: white;
	margin: 15px;
}

.homenav a {
	color:white;
	text-decoration:none;
}

.homenav a:hover {
	color:#E18A42;
}
.homecontent {
	margin-left: 100px;
	overflow: auto;
	height: 285px;
	width: 642px;
}
.maincontent {
	margin-left: 100px;
	overflow: auto;
	height: 430px;
	width: 642px;
}

.noscrollcontent {
	margin-left: 100px;
	width: 642px;
}


.bio h1 {
	color: black;
	font-weight: bold;
	margin-bottom: 3px;
}

.bio p {
	font-size: 90%;
	font-style: italic;
	margin-top:0px;
}

.formtable table {
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: black;
}

.formtable td {
	padding: 2px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: black;
}

.thumbs td {
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: grey;
}

.photobox {
	width:620px;
	height:300px;
}

