body { /* selects all BODY elements (of course, there should only be one per document) */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}


 

h2 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

/* rules for link pseudo-classes must go in this order to behave correctly:
 *
 * a:link
 * a:visited
 * a:hover
 * a:active
 *
 * just rememver LoVe-HAte.  */
 
a:link {text-decoration: none; color: red;}
a:visited {text-decoration: none; color: #000099;}
a:hover {text-decoration: none; color: #0066FF;}
a:active {text-decoration: none; color: #0000FF; }


div#topnav {
	width: auto;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #CC8033;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

div#lg-green-head {
	width: auto;
	background-color: #FFFFFF;
	font-size: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

div#photo-right {
	width: 450px;
	float: right;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #CC8033;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	
	}
	
	
	div#copy-left {
	width: 400px;
	float: left;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	}
	
	
	/*The Class that contains everthing else on the page*/
.outerwrapper {
  position: relative;
  color: #000000;
  background-color: white;
  margin: auto auto auto auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  width: 900px;
  height: 100%;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  padding: 4px 4px 4px 8px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}