body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
.contentarea {
	background-image: url(imgs/watermark.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #64BAA9;
}
.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #64BAA9;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #64BAA9;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #64BAA9;
}
.bottombarbg {
	background-image: url(imgs/bottombarbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.topbarbg {
	background-image: url(imgs/topbarbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#nav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	display: block;
	padding: 3px;
	width: 120px;
	margin-top: 3px;
	margin-bottom: 3px;
} 
#nav a:link, #nav a:active, #nav a:visited {
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #6599ca;
}
#nav a:hover {
	background: #65bbaa;
	color: #FFFFFF;
}

