/* CSS Document */

		#banner {
	padding: 0px;
	background-color: #20B77E;
	margin: 0px;
		}
 #goright { clear:both; float:right;
}
		#content {
	padding: 10px;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/engage-back2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
		}		
		
		#navbar {
	
	margin: 0px;
	padding: 0px;
		}

		#sidebar-a {
		float: right;
		width: 200px;
		margin: 0;
		margin-left: ;
		padding: 5px;
		background-color: #008080;
	
		}

		#footer {
		padding: 1px;
		margin-top: 0px;
		background-color: #003300;
		}
		#baseline {
	padding: 10px;
	height: auto;
	width: 96%;
		}
		body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		text-decoration: none;
		background-color: #E4FAF2;
		}

		h1 {
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
		}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
	font-weight: bold;
}


		li {
		font-weight: bold;
		text-decoration: none;
		}
#navlist
{ padding: 3px 0; margin-left: 0; border-bottom: 1px solid #778; font: bold x-small Verdana, Arial, Helvetica, sans-serif; }

#navlist li
{ list-style: none; margin: 0; display: inline; }

#navlist li a
{ padding: 3px 0.5em; margin-left: 3px; border: 1px solid #8D8D7C; border-bottom: none; background: #DDDDCC; text-decoration: none; }

#navlist li a:link { color: #448; }

#navlist li a:visited { color: #667; }

#navlist li a:hover
{ color: #000; background: #FFFFFF; border-color: #597068; }

#navlist li a#current
{ background: white; border-bottom: 1px solid white; }
a {
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
	background: #FFFF00}