body {
  font: 100% Arial, Helvetica, sans-serif #000;
  background-color: #EEEEEE;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
  color: #000;
}

html { overflow: -moz-scrollbars-vertical !important; }

a:link {
	color: #799230;
}
a:visited {
	color: #799230;
}
a:hover {
	color: #333;
}
a:active {
	color: #799230;
}
img {
	border: 0;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
}
.toptext {
	font-size: 11px;
	color: #000;
	margin: 0;
	}

/* PAGE LAYOUT */

#container { 
	width: 869px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {
	width: 869px;
	height: 96px;
	background-color: #474747
}
#menu1 { 
	width: 859px;
	height: 19px;
	padding: 5px 5px;
	background-color: #474747;
	text-align: center;
}
#menu1 ul {
	margin: 0;
	padding: 0;
	height: 19px;
}
#menu1 li {
	display: inline;
}
#menu1 a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 2px;
	color: #FFF;
	padding: 0 20px 0 20px;
}
#menu1 a:hover {
	color: #94B439;
}
#leftColumnAbout { 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFF;
}
#rightColumnAbout { 
	margin: 0; 
	padding: 20px 25px 30px 0;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFF;
}
#leftColumnFaves { 
	margin: 0; 
	padding: 20px 35px 30px 25px;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFF;
}
#leftColumnFaves a { 
	color: #333333;
	text-decoration: none;
}
#leftColumnFaves a:hover { 
	color: #333333;
	text-decoration: underline;
}
#rightColumnFaves { 
	width: 275px;
	margin: 0; 
	padding: 40px 45px 25px 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFF;
}
#leftColumnPress { 
	width: 195px;
	margin: 0; 
	padding: 25px 20px 25px 25px;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFF;
	border-right: 1px solid #e6e6e6;
}
#leftColumnPress a { 
	color: #333333;
	text-decoration: none;
}
#leftColumnPress a:hover { 
	color: #333333;
	text-decoration: underline;
}
#rightColumnPress { 
	width: 561px;
	margin: 0; 
	padding: 25px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #FFF;
}
.pressTable {
	width: 130px;
	height: 130px;
	padding: 0;
	border: 1px solid #CCC;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.pressTable a:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.pageTitle { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 2px;
	color: #92B139;
	line-height: 30px;
}
.question { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #92B139;
	line-height: 20px;
}
.largeText { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.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;
}
.copyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.photo-pad {
margin-left:15px; 
margin-bottom:15px;
}
.photo-pad-left {
margin-right:15px; 
margin-bottom:15px;
}
.photo-pad-outline {
margin-left:15px; 
margin-bottom:15px;
padding: 4px;
border: 1px solid #CCCCCC;
}
.photo-pad-outline-left {
margin-right:15px; 
margin-bottom:15px;
padding: 4px;
border: 1px solid #CCCCCC;
}