html {
	margin: 0;
	padding-top: 20px;
	padding-left: 4%;
	padding-right: 4%;
	font-family: sans-serif;
	
	background: white;
}
body {
	background: white;

}
div {
	border: none;
}
img {
	border: none;
}
pre {
	padding-left: 25px;
}

a:link, a:visited {
	color: red;
	color: #edce43;
	color: #f7b925;
	color: #ff9900;
}
a:hover {
	color: #bdd73c;
} 
#container {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	min-width: 700px;
	position: relative;
	/*display: table-cell; */
}
.containerpad {
	width: auto;
	height: 100%;
}
#banner {
	width: 100%;
	position: relative;
	background: transparent;
	height: 95px;
	border-bottom: 1px solid gray;
}
#bannertext {
	right: 0px;
	height: 60px;
	padding-top: 20px;
	top: 5px;
	color: gray;
	vertical-align: middle;
	text-align: right;
	position: absolute;
}
#bannertext h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
}
#bannertext h2 {
	padding: 0;
	color: #c0c0c0;
	margin: 0;
	font-size: 14px;
}
#divider {
	width: 100%;
	height: 15px;
	margin: 0;
	background: #bdd73c;
}
#logo {
	position: absolute;
	top: -15px;
	left: 0px;
	width: 83px;
	height: 83px;
}

#menu {
	margin-top: 10px;
	width: 100%;
	height: 130px;
	background: transparent;
	clear: left;
}

.graphicpad {
	background-image: url('../images/grass.png');
	background-position: 0% 100%;
	height: 230px;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	width: 100%;
}
#graphic {
	font-family: sans-serif;
	font-weight: bold;
	/*background-image: url('../images/grass.png');*/
	background-position: 0% 100%;
	background-repeat: repeat-x;
	min-width: 700px;
	width: 700px;
	height: 230px;
	position: relative;
	left: 50%;
	margin-left: -350px;
	/*color: #c0c0c0;*/
	color: gray;
	font-size: 18pt;
}
#graphic p {
	padding: 0px;
	margin: 5px;
	font-size: 18pt;
}
.highlight {
	color: #bdd73c;
}
.lowlight {
/*	color: #015229;
*/	color: #bdd73c;
}
#footer {
	bottom: 5px;
	width: 97.5%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 2%;
}
#footer p {
	font-size: 11pt;
	font-weight: bold;
	color: gray;
	width: 100%;
	text-align: center;
}
