.print { display: none; }

/* Force a scrollbar */
html { height: 100%; margin-bottom: 1px; }

/* Set base font to 12px, then use EMs thereafter */

html { font-size: 100%; }
body { font-size: 75%; }
table { font-size: 100%; }
html>body { font-size: 12px; }

/* Defaults */

body * {
	margin: 0; padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* General */

a {
	color: #71634F;
}

a img {
	border: 0;
}

p, ul, ol, blockquote, table {
	margin-bottom: 1.5em;
}

ul {
	padding-left: 1.5em;
}

ul.links {
	padding-left: 0;
	list-style: none;
}

blockquote {
	background: url(/images/drquo.gif) no-repeat bottom right;
	padding-right: 3em;
	margin-bottom: 1.5em;
}

blockquote p {
	background: url(/images/dlquo.gif) no-repeat top left;
	padding-left: 3em;
	margin: 0;
}

cite {
	margin-left: 3em;
}

.left {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

/* Headings: The sizes, line-heights and margins of these fit the baseline grid, and should not be changed */

h1, h2, h3 { color: #71634F; }

h1 {
	font-size: 2em;
	line-height: 1.5em;
	margin: 0.75em 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size:1.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}

h3 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 0.643em;
	margin-bottom: 0.643em; 
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	background: #81AF45;
	height: 90px;
	width: 100%;
}

#masthead {
	width: 720px;
	text-align: left;
	margin: 0 auto;
}

#logo {
	float: left;
}

#logotype {
	margin: 18px 10px 6px 10px;
}

#menu {
	padding: 0;
	margin: 0;
	float: left;
	height: 1%;
}

#menu li {
	float: left;
	list-style: none;
}

#menu a {
	color: #E2ED83;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100px;
	padding: 5px 10px;
	border-right: 1px solid #A9D156;
	height: 3em;
}

#menu li.last a {
	border: 0;
}

/* Page */

#page {
	width: 740px;
	text-align: left;
	margin: 0 auto;
}

#content {
	margin: 1.5em 0;
	padding: 0 10px;
}

#content a {
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	color: #666;
	padding: 0.5em 10px;
	padding-top: 1em;
}

#footer a {
	color: #444;
}

.address {
	float: right;
}

/* About pages */

.panel {
	float: right;
	width: 185px;
}

.main {
	margin-right: 205px;
}

p.first {
	font-weight: bold;
}