@charset "utf-8";

body {
	background: white;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 12px;
	color: #173D0B;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

#container {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 740px;
}

#head {
	height: 100px;
	margin: 0;
	padding: 0px;
	background: url(/images/head.png) white no-repeat top left;
}

#navigation {
	background: url(/images/underhead.png) white no-repeat top left;
	float: left;
	width: 740px;
	height: 30px;
	margin: 0;
	margin-bottom:25px;
	padding: 0;
	}
	#navigation ul{
		background: white;
		margin: 7px 0;
		margin-left: 30px;
		padding: 0;
		list-style-type: none;
	}
	#navigation ul li{
		display: inline;
		margin: 0;
		padding: 0;
	}
	#navigation ul li a{
		margin: 0 5px 0 0;
		padding: 0 5px;
		color: #0B730D;
		text-decoration: none;
		float: left;
		text-align: center;
	}
	#navigation ul li a:link{
		font-weight: bold;
		color: #0B730D;
	}
	#navigation ul li a:visited{
		font-weight: bold;
		color: #0B730D;
	}
	#navigation ul li a:hover{
		background-color: #FF8A02;
		background: url(/images/nav_button.png) #FF8A02 repeat-x;
		color: #0B730D;
	}
	#navigation ul li a:active{
		background-image: none;
		background-color: #22A620;
		color: #FF8A02;
		/*background-color: #22A620; dark green*/
	}

#body {
	width: 505px;
	padding: 0 15px 15px 30px;
	margin-right: 187px;
	min-height: 300px;
}
	#body p{text-align: justify;}

#sidebar {
	width: 152px;
	padding: 16px 30px 16px 5px;
	margin: 0;
	float: right;
}
	#sidebar h1 {
		color: #0B730D;
		font-size: 125%;
		margin: 0 0 1em 0;
		padding: 0;
		text-align: left;
		border-bottom: 1px solid #D48C00;;
		font-weight: 550;
	}
	#sidebar h2 {
		color: #0B730D;
		font-size: 110%;
		font-style: italic;
		margin: 1em 0 0 0;
		padding: 0 0 0 0.9em;
	}
	#sidebar ul{
		list-style-type: bullet;
		margin: 0;
		padding: 0 0 0 1em;
		color: #0B730D;
		line-height: 1.5em;
	}
	#sidebar ul li{
		color: #0B730D;
		margin: 0 0 0 1em;
	}
	#sidebar a:link {
		color: #3CD008;
		text-decoration: none;
		border: none;
	}
	#sidebar a:visited {
		color: #265B1D;
		text-decoration: none;
		border: none;
	}
	#sidebar a:hover {
		color: #FF8A02;
		text-decoration: underline;
		border: none;
	}
	#sidebar a:active {
		color: #FF8A02;
		text-decoration: none;
		border: none;
	}
	
#footer {
	border-top: 1px dashed #0B730D;
	width: 680px;
	margin: 0 30px;
	clear: both;
}
	#footer p{
		padding: 0px 5px;
		margin: 0px;
	}

/*
----------------------------------------
Here followeth special classes and divs.
----------------------------------------
*/


.pullquote {
	color: #695041;
	font-size: 125%;
	background: url(../images/quote-left.gif) no-repeat top left;
	padding: 5px 0 0 30px;
	float: right;
}
.dropCap {
	float: left;
	font-size: 275%;
	color: #0B730D;
	line-height: 100%;
	margin: 0 0.1em 0 0;
	padding: 0;
}

#notes p{
	font-size: 85%;
	text-align: left;
	}
.underline {border-bottom: 1px solid #0B730D;}
.intro {font-style: italic;}


/*
----------------------------
Here followeth the basics.
----------------------------
*/
	
p{
	widows: 3;
	orphans: 3;
	color: #173D0B;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.4em;
}
blockquote{
	color:#D48C00;
	margin-left: 30px;
	font-weight: normal;
}

h1.mainTitle {
	font-size: 250%;
	color: #0B730D;
	font-variant: small-caps;
	margin: 0;
	padding: 35px 0 0 20px;
	font-weight: 3325;
}
h1 {
	font-size: 165%;
	color: #0B730D;
	font-weight: 500;
	margin: 0;
	margin-top: 5px;
}
h2 {
	color: #0B730D;
	font-size: 120%;
	font-weight: 500;
	margin: 5px 0.6em 0.6em 0;
	padding: 0;
}

h3 {
	color: #0B730D;
	font-size: 110%;
	font-style: italic;
	font-weight: 500;
	margin: 5px 0.6em 0.6em 0;
	padding:0;
}
h4 {
	color: #0B730D;
	font-size: 100%;
	font-weight: bold;
	margin-left: 0;
}
a {
	color: #3CD008;
}
a:link {
	color: #3CD008;
	text-decoration: underline;
}
a:visited {
	color: #265B1D;
}
a:hover {
	color: #FF8A02;
	}
a:active {
	color: #FF8A02;
}

ul {
	margin: 0px;
	padding: 0;
	padding-left: 1.5em;
	color: #265B1D;
}

li {
	margin: 0;
	padding: 0;
	color: #265B1D;
}

table {
	width: 500px;
	margin:0;
	padding:0;
	border-collapse: collapse;
	border-spacing:0;
	border-left:1px dotted #FF8A02;
	border-bottom:1px dotted #FF8A02;
}

th {
	text-align: center;
	font-weight: bold;
	background-color: none;
	border-top: 1px dotted #FF8A02;
	border-right: 1px dotted #FF8A02;
	margin: 0;
	color:#0B730D;
	}
tr {margin:0; padding:o;}
td {
	text-align: left;
	width: 50%;
	font-weight: normal;
	color: #265B1D;
	background-color: none;
	border-top: 1px dotted #FF8A02;
	border-right: 1px dotted #FF8A02;
	margin:0;
	}
tfoot {
	background-color: none;
	border-top: 1px dotted #265B1D;
	border-right: 1px dotted #265B1D;
	font-size: 75%;
	margin: 0;
}
tfoot td {	color:#0B730D;}
hr {display: none;}
em {font-style: italic;}
small {font-size: 80%;}






