* { margin: 0px; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}

a, img { border: none; }

.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
	
#wrapper {
	width: 825px;
	margin: 0 auto;
	}

h1 {
	margin: 10px 0 0 0;
	font-size: 4em;
	font-weight: bold;
	color: #69833A;
	line-height: .95em;
	}
h2 {
	margin-top: 1em;
	font-size: 1.25em;
	font-style: italic;
	margin-bottom: 2em;
	}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform:uppercase;
	color: #fff;
	padding: 6px 0 0 20px;
	}
#back {
	display: block;
	float: right;
	position: fixed;
	}
#main {
	width: 500px;
	margin: 0 auto;
	}
#weblink {
	display: block;
	height: 21px;
	width: 178px;
	background: url(images/top.gif) no-repeat;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 3px;
	}
	#weblink a {
		border: none;
		text-decoration: none;
		color: #fff;
		}

#left {
	float: left;
	width: 450px;
	margin-bottom: 15px;
	}
#right { float: right; }

#bodyText { }
	#bodyText p { 
		font-size: 1em;
		line-height: 2.4em;
		margin-bottom: 1em;
		}
	#bodyText br {
		}
	
#divider {
	background: url(images/bar.gif); no-repeat  top left;
	display: block;
	height: 40px;
	width: 770px;
	}
		
#bottom {
	width: 825px;
	margin: 0 0 0 5px;
	}

#footer {
	color: 69833A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 0 0;
	margin: 10px 0;
	}
	#footer a {
		text-decoration: none;
		color: #69833A; 
		}
		#footer a img {
			border: none;
			margin: 0 4px 0 2px;
			}
	
	
	
.blurb {
	width: 186px;
	height: 154px;
	background-image: url(images/blurb.gif);
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	margin: 0 15px 0 0;
	background-repeat: no-repeat;
	}
.blurb .quote { 
	font-size: .8em;
	width: 160px;
	margin: 10px 0 0 10px;
	line-height: 1.2em;
	}

.blurb .source {
	font-size: .8em;
	width: 160px;
	margin: 5px 0 0 15px;
	font-weight: bold;
	}

	
.blurb-noBG { 
	width: 186px;
	height: 154px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	}



/* Colors */
.green { color: #69833A; }
