body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#wrapper a {
	color:#00573C;
	text-decoration:none;
	font-weight:bold;
}

#wrapper a:hover,active {
	text-decoration:underline;
}

#wrapper {
	width: 90%;
	margin: 20px auto;
}

#content h3 {
	color: #00573C;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav { 
	height: 30px;
	background-color: #00573C;
	padding:12px 20px 0 20px;
	border-top: #CC9900 solid 5px;
	text-align:right;
}

#nav a {
		padding: 0 20px 0 20px;
		font-weight:bold;
		color:  #fff;
		text-decoration: none;
}

#nav a:hover,active {
	color:#CC9900;
}

h3 {
	color: #00573C;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#form1 {
	line-height: 25px;
}

#form1 select {
	margin: 0 0 0 40px;
}

.underline {
	border-bottom: #CC9900 solid 1px;
}

.grid {
	width: 100%;
	margin: 20px 0;
	font-size:10px;
}

.grid table {
	width: 100%;
}

.grid th {
	text-align:left;
	padding:3px;
	font-size:12px;
}

.grid td {
	padding: 3px;
}
	
