body {
	background:#fff;
	font-family: Arial,Sans-serif;
	font-size: small;
	}
a:link {
	color: green;
	font-weight: bold;
	text-decoration: none;
	hover: underline;
	}
a:visited {
	color: green;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size:150%;
	}
h3 {
	font-weight: bold;
	}
#content {
	width:800px;
	background:#cbcccd;
	}
#leftgrey {
	width:170px;
	float:left;
	background:#cbcccd;
	padding:55px 0px 10px 0px;
	text-align:center;
	}
#leftgrey-padding {
	padding:0 10px;
	}
.prev {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background:#fff;
	width:75px; /* default width for menu */
	}
.prev ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
.prev ul li a {
	width:100%;
	display: block;
	text-indent: 3px;
	border-bottom:1px solid black;
	padding:1px 0;
	text-decoration:none;
	font-weight:bold;
	text-indent:5px;
	}
.prev a:hover { /*hover background color*/
	background:#cbcccd;
	color:green;
	}
#mainarea {
	width:615px;
	background:#fff;
	float:right;
	padding:15px 5px 10px 10px;
	}
#footer {
	background:#fff;
	width:795px;
	border-top: solid #000;
	padding:0 0 0 5px;
	font-family: Arial,Sans-serif;
	font-size:85%;
	}
