body { 
	color: navy; 
	background: #c0ffc0 url(/rvpark/images/copper.jpg);
	height: 100%; 
	}
div.side { 
	z-index: 1;
	position: absolute;
	top: 14px;
	left: 9px;
	padding-top: 125px;
	padding-left: 5px;
	border: 0px;
	width: 160px;
	height: 60%;
	}
div.side p { 
	font-family: Arial, Helvetica, sans-serif; 
	color: white;
	background: transparent; 
	font-weight: bold; 
	margin-bottom: 3px; 
	margin-right: 3px; 
	}
div.header p { 
	font-family: Arial, Helvetica, sans-serif; 
	color: white;
	background: transparent; 
	font-weight: bold; 
	margin-bottom: 3px; 
	margin-right: 3px; 
	}	
div.header a:link { 
	color: white; 
	background: transparent; 
	}
div.header a:visited { 
	color: #ffffcc; 
	background: transparent; 
	}
div.header a:hover { 
	color: navy; 
	background: white; 
	}
div.header a:active { 
	color: white; 
	background: #ff0033; 
	}
div.side a { 
	vcolor: white; 
	background: transparent; 
	font-weight: bold;
	text-decoration: none; 
	}
div.side a:link { 
	color: white; 
	background: transparent; 
	}
div.side a:visited { 
	color: #ffffcc; 
	background: transparent; 
	}
div.side a:hover { 
	color: navy; 
	background: #fcda8a; 
	}
div.side a:active { 
	color: white; 
	background: #ff0033; 
	}
div.main {
	position: absolute;
	top: 133px;
	left: 175px;
	overflow: auto;
	padding-bottom: 5px;
	}
div.main p { 
	color: white; 
	background: transparent; 
	font-family: Arial, Helvetica, sans-serif; 
	}
div.main h2 { 
	color: white; 
	background: transparent; 
	font-family: Arial, Helvetica, sans-serif; 
	}	
div.main h3 { 
	color: white; 
	background: transparent; 
	font-family: Arial, Helvetica, sans-serif; 
	}
div.main a:link { 
	color: white; 
	background: transparent; 
	}
div.main a:visited { 
	color: #ffffcc; 
	background: transparent; 
	}
div.main a:hover { 
	color: navy; 
	background: white; 
	}
div.main a:active { 
	color: white; 
	background: #ff0033; 
	}
p.toppar { 
	margin-top: 0; 
	}
.oops { 
	display: none; 
	}
h2.alert { 
	position: absolute; 
	top: 165px; 
	left: 425px; 
	font-size: 16px; 
	margin-bottom: 0; 
	border: 1px red solid; 
	}
