@charset "utf-8";
body {
	background-color: #8C856B;
}
* {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#midText p {
	margin-bottom: 10px;
}

#middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#middle #midtop {
	background-image: url(../images/backtop.jpg);
	background-position: left bottom;
	width: 800px;
	background-repeat: no-repeat;
	height: 32px;
}
#middle #midmid {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 20px;
	width: 780px;
	height: 800px;
}
#midtextbottom {
	clear: both;
	width: 700px;
}

#davidpic  {
	float: left;
	height: 320px;
	width: 240px;
}
#topquote  {
	width: 260px;
	float: right;
	margin-right: 200px;
	background-color: #FFFFFF;
	font-style: italic;
	padding: 10px;
}
#middle .midbottom {
	background-image: url(../images/backbottome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 800px;
	clear: both;
}
#midmid #midText {
	width: 460px;
	line-height: 1.5em;
	margin-top: 10px;
	float: left;
	margin-left: 5px;
	font-size: .8em;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#rightnav {
	float: right;
	width: 220px;
	margin-right: 30px;
	margin-top: 10px;
	line-height: 1.8em;
	background-color: #000066;
	padding-left: 10px;
}
#rightnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#rightnav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#midText img {
	margin-right: 20px;
}



#footer {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 10px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#banner {
	width: 745px;
	height: 208px;
	clear: both;
	float: none;
	padding-right: 10px;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
}
ul   {
	padding-left: 25px;
}

fieldset {
	clear: both;
	float: left;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #E5E5E5;
	background-repeat: repeat-x;
	background-image: url(../images/formback.jpg);
	margin: 0em;
	width: 400px;
}
form {
	background-color: #FFFFFF;
	background-image: none;
	padding-left: 0em;
}

legend {
	font-weight: bold;
	padding-right: 1em;
}
legend span {
	font-size: 20px;
}
fieldset.submit  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	width: auto;
	padding-left: 12em;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	background-image: none;
	background-color: transparent;
}


fieldset  ul {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	list-style-type: none;
}
fieldset li {
	padding-bottom: 1em;
	clear: left;
	float: left;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
}
label {
	text-align: right;
	float: left;
	width: 7em;
	margin-right: 1em;
}
.text {
	width: 250px;
}
#formtext {
	padding-right: 20px;
}
