.print {
	display: none;
}

body {
	margin:0;padding:0
}

body {
	font-family: geneva, sans-serif; 
	text-align: center;
	font-size: 11px;
	border-color: #024c3b;
	border: 1px;
}

p {
	margin: 0 10px 10px;
}

h1 {
	color: #024c3b;
	font-family: helvetica, "geneva ce", donata, geneva, sans-serif;
	font-weight: bold;
	font-size: 24px;
	font-variant: small-caps;
}

h3 {
	font-family: helvetica, "geneva ce", donata, geneva, sans-serif;
	font-weight: lighter;
	font-size: 16px;
}

.bigred {
	color: red;
	font-family: helvetica, "geneva ce", donata, geneva, sans-serif;
	font-style: italic;
	font-size: 18px;
	font-stretch: narrower;
}

.greentext {
	color: white;
	background-color: #396136;
	font-family: serif;
	font-size: 16px;
	padding: 4px;
	word-spacing: 0.3em;
}

.faq {
	color: #2d73b9;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

hr {
	width: 500px;
}

a {
	display: inline; 
	padding: 7px; 
	text-decoration: none;
}

.hide {
	display: none;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: gray;
}

a:active {
	color: white;
}

div#content img {
	padding: 5px;
}

div#container {
	text-align: left;
}

div#content p {
	line-height: 1.4;
}

div#container {
	width: 750px; 
	margin: 0 auto;
}

div#content {
	float: right; 
	width: 550px;
}

div#navigation {
	background: #ffffcc;
	float: left; 
	width: 160px; 
	height: 600px;
}

#navigation img {
	border: 0px;
}

.border {
	border: 2px;
	border-color: green;
}

.sitemap a {
	color: black;
}

div#footer {

	color: #ffffff;
	background-image: url(../images/foot.gif); 
	background-color: #024c3b;
	background-repeat: repeat-x;
	clear: both; 
	float: right; 
	width: 100%;
	height: 20px;
}

div#footer p {
	margin: 0; 
	padding: 5px 10px;
	font-size: 9px;
}