.name {  font-family: Arial, Helvetica, Courier; font-size: x-large; font-weight: bold; color: #000000}
.text {  
	font-family: Arial, Helvetica, Courier; 
	font-size: x-small; 
	font-weight:bold;
	color: #333333;
}
.icons { font-family: Georgia, "Times New Roman", Times, serif; font-size:x-small; color: #000000; font-weight: bold; text-align: center}
.tilte {  font-family: Arial, Helvetica, Courier; font-size: x-small; font-weight: bold; color: #000000}
a:link {  
	font-family: Arial, Helvetica, Courier; 
	font-size: small; 
	font-weight: bold;
	line-height: 130%; 
	color: #5C2B0D; 
	text-decoration: none;
	border:none;
}
a:visited { font-family: Arial, Helvetica, Courier; font-size: small; font-weight: bold; color: #5C2B0D; text-decoration: none }
a:hover {  font-family: Arial, Helvetica, Courier; font-size: small; font-weight: bold; color: #000033; text-decoration: none}
a:active { font-family: Arial, Helvetica, Courier; font-size: small; font-weight: bold; color: #000033; text-decoration: none }

h2{
	font-size:1.5em;
	letter-spacing:-1px;
	margin:10px 0 10 10px;
	color:#5C2B0D #FBF7F7;
}
body {
	background-image: url(images/background.jpg);
}
body p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8ems;
	line-height: 130%;
}
body img {
	float:right;
	margin:0 4px 4px 4px;
}
body img a{
	border: none;
}
body em {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
}
.address {
	padding: 40px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menuH {
	font-size: .5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	width: 100%;
	margin-right: 0.5em;
	background-color: #003366;
	height: 26px;
	text-align: right;
}
#menuH ul {
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}
#menuH li {
	list-style-type:none;
	text-align: right;
	padding-top: 0;
	padding-right: .5em;
	padding-bottom: 0;
	padding-left: 0.3em;
	display: inline;
}
#menuHead p {
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	width: 100%;
	background-color: #003366;
	height: 26px;
	text-align:left;
	padding: .3ems 0 0 .3ems;
	margin: 0;
}
#menuH a {
 text-decoration: none;
 color: #fff;
 padding: 0 .3em;
}
#menuH a:hover {
 color: #ccc;
}
#userPage {
	width: 575px;
	background-image: url(images/gallery/blueMangroveBackground.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px;
}
#userPage h2 {
 	font-size:1.5em;
	letter-spacing:-1px;
	margin:10px 0 10 10px;
	color:#5C2B0D #FBF7F7;
}	
#userPage p {
	color: #333333;
}
#userHeader {
	text-align: center;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}