/* CSS Document */
body {
	  font-size: 11px;
  font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Tahoma, Arial, sans-serif;
  color: #fff;
	background: #2b2a2a;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

a {
  outline: none;
}
p td tr {
	  font-size: 11px;
  font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Tahoma, Arial, sans-serif;
  color: #fff;
}
#wrapper {
	text-align: left;
	width: 874px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#headerwrap {
		height: 50px;
		margin: 82px 0 57px 0;
}
#header_left {
width: 770px;
float: left;
}
#header_right {
width: 102px;
float: right;
text-align: right;
}

#content {
}

#nav {
height: 14px;
padding: 0;
margin-bottom: 10px;
}

#clear {
clear: both;
}

#footer {
		height: 80px;
		margin: 0 0 20px 0;
}
.cyantext {
color: #0076a3;
}


a:link {
	color: #5cb8d3;
	text-decoration: none;
	font-weight: bold;
	
	}
	
	a:visited {
	color: #5cb8d3;
	text-decoration: none;
	font-weight: bold;
	}
	
	a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	



