body {
	background-color: #fbfbfb;
	height: 100%;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/greengrad500.jpg);
	background-repeat: repeat-x;
}

h1 {
	color: #ED96AC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	margin-top: 5px;
}

#wrapper {
	
	height: 700px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	
}
#masthead {
	width: 770px;
	margin-bottom: 0px;
}

#masthead img {
	border: none;
}

#masthead ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 3px;
	background-color: #669966;
	padding-bottom: 2px;
	margin-bottom: 1px;
	
}



#masthead ul li {
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
}
#masthead ul li a {
	text-decoration: none;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #FFFFFF;
	background-color: #669966;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#masthead ul li a:visited {
	background-color: #669966;
}
#masthead ul li a:hover {
	background-color: #ED96AC;
	font-weight: normal;	
}
#leftnav {
	height: 500px;
	width: 200px;
	background-color: #8AB08A;
	float: left;
	margin: 0px;
	
	
}


/* left navigation bar *******/

#leftnav ul {
	list-style-type: none;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	
}

#leftnav ul li {
	text-align: center;
}


#leftnav ul li a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}


*html #leftnav ul a {height: 1px}



#leftnav ul li a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#leftnav ul li a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ED96AC;
	padding-top: 3px;
	padding-bottom: 3px;
}









#leftnav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
}

#leftnav img {
	margin-top: 10px;
	padding: 0px;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}



#content {
	background-color: #FFFFFF;
	height: 500px;
	width: 569px;
	max-width: 570px;
	float: right;
	overflow: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ED96AC;
	margin: 0px;
}





#footer {
	background-color: #fbfbfb;
	clear: both;
	height: 75px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ED96AC;	
}
#footer p {
	font-size: 0.8em;
	padding: 3px;
	color: #ED96AC;
}




#caption {
	float: right;
	margin: 10px;
	text-align: center;
}
#caption img {
	padding: 10px;
	border: 1px solid #ED96AC;
	margin-bottom: 0px;
}
#caption-p {
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
}
.maintext {
	text-align: justify;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.centertable {
	margin-right: auto;
	margin-left: auto;
}
.cellformat {
	text-align: right;
}
.mediumbox {
	width: 200px;
}
textarea {
	height: 150px;
	width: 350px;
}
.error {
	font-weight: bold;
	font-variant: small-caps;
	color: red;
}
#sorry {
	width: 300px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 110px;
	border: 2px solid #000000;
	background-color: #FFFFCC;
}
#sorry p {
	margin: 10px;
}
#feedback {
	margin-left: 20px;
}

