﻿* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #FFF;
	background-image: url(../img/background-body.gif);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.3em;
	color: #333;
	}
	
#container {
	width: 880px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(../img/background-content.gif);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 600px;
	text-align: left;
	}
	
#header {
	width: 820px;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
	}
	
#navbar {
	width: 860px;
	height: 180px;
	margin: 0 10px 0 10px;
	padding: 0;
	background-color: #222;
	position: absolute;
	top: 120px;
	}
	
#navbuttons {
	width: 260px;
	height: 180px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
#navflash {
	width: 600px;
	height: 180px;
	margin: 0;
	padding: 0;
	float: right;
	background-color: #666;
	}
	
#content {
	width: 800px;
	padding: 30px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #FFF;
	}
	
#leftcolumn {
	width: 230px;
	float: left;
	border-right: #CCC 1px solid;
	}
	
#rightcolumn {
	width: 540px;
	float: right;
	}
	
#footer {
	width: 800px;
	margin: 5px auto 0 auto;
	padding-top: 5px;
	text-align: center;
	border-top: #999 0px solid;
	color: #666;
	background-color: #FFF;
	}
	
	
	


#clear {
	clear: both;
	}
	

	





#header h1 {
	text-indent: -10000px;
	width: 369px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/logo.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
#content h2 {
	margin-bottom: 15px;
	font-size: 1.6em;
	}
	
#content h3 {
	margin-bottom: 15px;
	font-size: 1.6em;
	color: #187A33;
	}
	
#content p {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.3em;
	}
	
#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #187A33;
	text-decoration: none;
	}

	
#content a:link, #content a:visited {
	color: #187A33;
	text-decoration: none;
	}
	
#content a:hover {
	color #187A33;
	text-decoration: underline;
	}
	
.formlabels p {
	margin-bottom: 4px;
	}
	
#leftcolumn ul {
	list-style-type: square;
	}
	
#leftcolumn li {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 15px;
	}
	
#leftcolumn blockquote {
	background-image: url(../img/quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 36px;
	font-style: italic;
	margin-bottom: 15px;
	width: 180px;
	}
	
.smaller {
	font-size: .8em;
	}