/* Standard Tag Styles */
body{
	background-color: #006600;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

a:active, a:hover, a:linked, a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

H3 {
	font-size: 18px;
	font-family: 'Lucida Bright', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	margin: 0px 20px 0px 0px;
}

p {color: #FFFFFF; }

/* Container, Content & Nav Styles */
div.container {
	position: relative;
	margin: 0 auto; 
	margin-top: 0px;
	width: 800px;
	height: 599px; 
	background-color: #006600;
 	text-align: left;
}

#container{ }

#logo{
	text-align: left;
	margin: 0px 0px 0px 0px;
	width: 800px;
}

#LogoText{
	display: none;
}


/* Version 2   */
#nav{
	width: 120px;
	letter-spacing: 1px;
	margin: 2px 0px 3px 0px;
	display: block;
 	color: #FFFFFF; 
	background-color: #006600;
	background: #006600;
}
/* Version 2   */


#nav a{
	text-decoration: none;
	color: #FFFFFF;
}

#nav a:hover {
		color: #FFFFFF;
		text-decoration: underline;
}

#content{
	position: absolute;
	width: 800px; 
	height: 599px;
	background-color: #006600; 
	layer-background-color: #FFFFFF;
	background-image: url(images/AboutUs_800x599_85.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: /* 0px 10px 0px 10px; */ 0px 0px 0px 0px;
	display: inline;
}

#content a{
	color: #FFFFFF;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

/* Copyright Styles */
#copyright{
	position: absolute;
	width: 800px;
	height: 40px;
	font: Arial, etc;
	font-size: 9px;
	color: #CCCCCC;
	border-top: 1px solid #FFFFFF;
	margin: 599px 0px 0px 0px; 
}

#copyright p{
	margin: 0px 5px 5px 5px;
}

#copyright a{
	color: #CCCCCC;
	text-decoration: none;
}

#copyright a:hover, a:linked, a:visited{
	text-decoration: underline;
}

#right{float:right;}

#left{float:left;}

/* End of Styles */