.style2 {font-size: 16}
.nav {
	background-repeat: no-repeat;
	height: 880px;
	width: 160px;
	position: relative;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #003300;
	margin-right: 5px;
}
.main {
	background-color: #FFFFFF;
	width: 950px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006633;
	border-left-color: #006633;
	top: -5px;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006633;
}