@charset "utf-8";
/* CSS Document */

body {
	background-image: url("greenstripe1.jpg");
    background-repeat: repeat-x;}

#wrapper {
	width:805px;
	position:relative;
	top:50px;
	margin:0px auto; 
}

a:hover {
	color: #ffff00;
	text-decoration: none;
}

a:visited {
	color: #99adc2;
	text-decoration: none;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a img {
text-decoration: none;
border: 0;
}

.bold {
  font-weight: bold;
}


#topmenubar {
	width: 792px;
	position: absolute;
	top: 164px;
	right: 6px;
	height: 55px;
	font:Arial, sans-serif;
	font-size:medium;
	font-color:white;
	color: #FFF;
	font-weight: bold;
	line-height: 135%;
}

#copy {
	width: 550px;
	positionp:relative;
	margin: 20px 5px 5px 5px;
	font:sans-serif;
	font-size:medium;
}
