body {
	 width: 950px;
	 height: auto;
	 margin: auto;
	 margin-top: 0px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;

	}
	
#globalnav {
    background-image: url(headerimg/header7.jpg);
	background-repeat:no-repeat;
	width: 950px;
	height: 193px;
	top: 0px;
	}
	
#globalnav a {
    float: right;
	position: relative;
	top: 164px;
	margin-right: 2px;
	display: block;
	}

#content {
    width: 947px;
	height: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	margin: 0;
	padding: 0;
	}	
	
.feature {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	width: auto;
	margin: 0px 0px 0px 3px;
	padding: 3px 0px 0px 3px;
    }
	
	
.feature h1 {
    font-size: 14px;
	font-weight:bold;
	}

.feature a {
    text-decoration: none;
	color:#FF0000;
	}
	
.feature a:hover {
    color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
	}

.feature a:visited {
    color:#666666;
	font-weight:bold;
	}
	
.bottompage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	border-top: 1px solid #000000;
    border-left: 0px;
    border-right: 0px;
	width: 949px;
	}

.bottompage p {
    margin-right: 2px;
	margin-top: 3px;
	}
	
.bottompage a {
    color: #999999;
	text-decoration: none;
	}
	
.bottompage a:hover {
    text-decoration:underline;
	}