/* This is the style of your browser text */

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color: #003300;
	font-size: 11px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url(clovertile.jpg);
}

p {
	margin: .5em 0 1em 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #003300;
}

a:hover {
	color: #00ff00;
	background-color: #003300;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	text-align: center;
	font-size: 65px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h2 {
	font-size: 42px;
	display: inline;
	text-align: center;
}

h3 {
	font-size: 20px;
	color: #CCCCCC;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;
}

h5 {
	font-size: 20px;
}

#container {
	width: 740px;
	background-color: #003300;
	margin-left: 148px;
	border: 3px #fff double;
}

#main {
	border-top: 1px solid #000;
	text-align: left;
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
}

#left {
	width: 140px;
	margin: 0 20px 14px 0;
	background-color: #003300;
	border: 3px double #FFF;
	font-size: 10px;
	line-height: 1.4em;
	position: fixed;
	left: 0px;
	top: 0px;
}
#flashcontent {
	position: absolute;
	height: 600px;
	width: 600px;
	left: 100px;
	top: 100px;
}

.gutter {
	margin: 10px;
}

#center {

}
.pad {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}
