p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	margin-right: 15px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a {
	   outline: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #86AACB;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.nav {
	font-size: 12px;
	line-height: 1.5em;
}
.heading1 {
	font-size: 14px;
	color: #86AACB;
}
.heading2 {
	font-size: 14px;
	color: #99CC66;
}
#logo {
	padding-right: 15px;
	height: 210px;
	width: 190px;
	float: right;
	padding-top: 5px;
	position: fixed;
	top: 15px;
	right: 0px;
}
#nav {
	width: 160px;
	padding-left: 20px;
	position: absolute;
	z-index: 100;
	float: left;
	clear: left;
	padding-top: 0px;
	left: 0px;
	top: 15px;
	overflow: visible;
	visibility: visible;
}
#copyright {
	position: fixed;
	right: 11px;
	bottom: 11px;
	font-size: 10px;
	color: #949A6C;
}
