/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bodybkgd1.gif) top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	height: 100%;
	width: 100%;
	}
	
h1 {
	color: #f90;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .1em;
	}
	
a:link, a:visited {
	color: #c9682c;
	text-decoration: none;
	}

a:hover {
	color: #f2c831;
	}
		
#container {
	position: relative;
	width: 792px;
	margin-top: 10px;
	margin-left: 125px;
	background: #fff url(../images/792header.gif) center top no-repeat;
	border-top: 1px solid #ffea94;
	border-right: 3px solid #ffea94;
	border-left: 3px solid #ffea94; 
	padding: 0; 
	}

fieldset {
	float: left;
	clear: left;
	width: 100%;
	border: none;
	margin: 0 0 1.5em 0;
	padding: 0;
	}

fieldset ol {
	padding: 1em;
	list-style: none;
	}
	
fieldset li {
	padding-bottom: 1em;
	float: left;
	clear: left;
	width: 100%;
	}
	
legend {
	color: #f90;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-left: 1em;
	border-bottom: 2px dotted #f90;
	width: 80%;
	}

fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #fff;
	padding-bottom: 20px;
	padding-left: 18em;
	margin: -1.5em 0 1.5em 0;
	font-size: 9px;
	}
	
fieldset fieldset {
	margin-bottom: -1.5em;
	border-style: none;
	background-color: transparent;
	background-image: none;
	}
	
fieldset fieldset legend {
	margin: 0;
	padding: .5em 0;
	font-weight: normal;
	border: none;
	}
	
fieldset fieldset ol {
	position: relative;
	top: -1em;
	margin: 0;
	padding: 0;
	}
	
fieldset fieldset li {
	margin-bottom: -.5em;
	}

label {
	float: left;
	width: 20em;
	margin-right: 1em;
	text-align: right;
	}

.input {
	background: #fff;
	}

.button {
	margin: 0 2em 2em 0;
	padding: 1px 5px;	
	border-color: #c9682c;
	}

.button:hover {
	color: #c9682c;
	}

/*code for drop down menu*/	
#navbar {
	position: relative;
	margin: 200px auto 0 auto;
	text-align: center;
	width: 100%;
	height: 24px;
	background: #fade69;
	border-bottom: solid 2px #ccc;
	}
	
#dd {
	margin-left: 25%;
	padding: 0;
	list-style: none;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	}

#dd li {
	margin: 0;
	padding: 0;
	color: #e76825;
	list-style: none;
	float: left;
	}

#dd li a.menu {
	text-align: left;
	color: #e76825;
	padding: 5px 15px;
	margin-top: 3px;
	text-decoration: none;
	display: block;
	}

#dd li a.menu:hover {
	color: #fff;
	}

.submenu {
	background: #fade69;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	margin-top: 2px;
	}

.submenu a {
	display: block;
	position: relative;
	text-align: left;
	text-decoration: none;
	padding: 5px 15px;
	color: #e76825;
	border-top: 1px solid #fff;
	width: 100%;
	}

.submenu a:hover {
 	color: #fff;
	}

#form {
	position: relative;
	width: 720px;
	top: 46px;
	left: 36px;
	margin-left: 50px;
	z-index: 5;
	}
	
.page-break { 
	display:none; 
	}
	
#footer {
	clear: both;
	color: #000;
	font-size: 9px;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	line-height: 150%;
	border-top: 1px solid #ffea94;
	border-bottom: 3px solid #ffea94;
}

