body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
a {
	color: #5f2c81;
	}
a: hover {
	color: #5f2c81;
	}
a:visited {
	color: #333333;
	}
#logo {
	position: absolute;
	top: 13px;
	left: 20px;
	}
#content {
	position: absolute;
	top: 155px;
	left: 320px;
	width: 460px;
	color: #656666;
	z-index: +1;
	}
#features {
	position: relative;
	top: 20px;
	left: 18px;
	}
#wrapper {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 800px;
	}
#header-top-right {
	position: absolute;
	left: 699px;
	top: -27px;
	color: #656666;
	text-align: right;
	font-size: 10px;
	}
#nav-int-top {
	position: relative;
	left: 235px;
	top: 1px;
	background-image:url(../images/grayedge-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #9eab9c;
	width: 565px;
	height: 32px;
	z-index: 1;
	color: white;
	}
#nav-int-top ul {
	margin-left: 40px;
	padding: 0px;
	list-style-type: none;
	}
#nav-int-top li {
	display: inline;
	position: relative;
	top: 7px;
	padding: 0px 5px;
	font-size: 12px;
	}
#nav-int-top a {
	text-decoration: none;
	color: white;
	}
#nav-int-top a:hover {
	color: white;
	}
#nav-int-top a:visited {
	color: white;
	}
#nav-int-bottom {
	background-image:url(../images/grayedge-bottom.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #9eab9c;
	width: 265px;
	height: 32px;
	}
#subnav {
	padding-left: 20px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#subnav img {
	padding-top: 40px;
	}
.subnav-active {
	font-size: 16px;
	color: #5f2d82;
	font-weight: 900;
	}
.subnav-link {
	color: #555555;
	font-size: 12px;
	}
.subnav-link a {
	color: #555555;
	text-decoration: none;
	}
.subnav-link a:hover {
	color: #5f2c81;
	}
.subnav-link a:visited {
	color: #555555;
	}
.nav-active {
	color: #5f2c81;
	}
.bold {
	font-weight: bold;
	}
.footer {
	font-size: 10px;
	}
	
