#main {
	width: 790px;
	height: 700px;
}
#content {
	width: 100%;
	height: 150px;
	font-family: "Times New Roman";
	font-size: 16px;
	font-weight: normal;
	color: #006600;
	text-align:center;
	float:left;
}
#form {
	width: 100%;
	height: 200px;
	font-family: "Times New Roman";
	font-size: 12px;
	color: #006600;
	text-align:center;
	float:left;
}
#space {
	float: right;
	height: 20px;
	width: 100%;
}
#foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	text-align: center;
	height: 50px;
	width: 100%;
	padding: 3px;
}
#breadcrumb {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: 006600;
	text-align: left;
	width: 50%;
	float:left;
	text-align:left
}
#breadcrumb2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: 006600;
	text-align: left;
	width: 50%;
	float:left;
	text-align:right
}
body {
	background-color: #003300;
	margin-top: 20px;
}
a:link {
	color: #006600;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #000000;
}
