body, html {
	margin: 0;
	padding: 0;
	background-color: #011f0c;
}

body {
	margin: 0 60px 20px;
	text-align: center;
	color: #032c18;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.blocking {
	width: 100%;
	clear: left;
	float: left;
}

a {
	color: #6e7b43;
}

table {
	background-color: #cccc99;
	border-color: #3d2f0d;
	border-width: 5px;
}

table th {
	text-align: center;
	font-size: 1.5em;
	border-color: #3d2f0d;
}

table td {
	border-color: #3d2f0d;
}

#container { 
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	position: relative;
	width: 860px;
	background-color: #dfdcd2;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: -.25em;
}

strong {
	font-weight: bold;
	font-style: italic;
}

#header {
	width: 860px;
	height: 153px;
	background: url(../images/headerimage.jpg) no-repeat;
}

#header h1 {
	color: #032c18;
	font-style: italic;
	padding-top: 135px;
	font-size: 1.2em;
	padding-left: 20%;
}

#contentcontainer {
	background: url(../images/contentbgimage.jpg) no-repeat;
	position: relative;
}

#contentcontainer #content {
	padding-right: 200px;
	padding-left: 40px;
	padding-top: 20px;
}

#contentcontainer #content ul {
	list-style-image: url(../images/bullet.gif);
}

#sidebarcontainer
{
	width: 180px;
	position: relative;
	top: 0px;
	float: right;
	background: url(../images/rightbgimage.jpg) no-repeat;
	padding-top: 40px;
}

#sidebar {
	margin-left: -2em;
	font-size: 1em;
}

#sidebar h3 {
	text-align: center;
	text-decoration: underline;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	padding-top: .2em;
}

#sidebar li li {
	padding-top: .2em;
	margin-left: -2em;
}

#sidebar a:link {color: #032c18;
	border-left: .5em solid #032c18;
	padding: 0 0 0 .5em;
	text-decoration: none;
	background-color: rgba(154,177,156,0.5);
}

#sidebar a:visited {color: #032c18;
	border-left: .5em solid #426251;
	padding: 0 0 0 .5em;
	text-decoration: none;
	background-color: rgba(154,177,156,0.5);
}

#sidebar a:hover {color: #032c18;
	padding: 0 0 0 .5em;
	border-left: .5em solid #9c983d;
	background-color: rgba(236,231,138,0.5);
}

#sidebar a:active {color: #032c18;
	padding: 0 0 0 .5em;
	border-left: .5em solid #9c983d;
	background-color: #fff;
}

.image_left {
	float: left;
	padding-right: 1em;
	border-style: none;
}

.image_right {
	float: right;
	margin: 3px 0 .75em .75em;
	padding: 2px;
	border-style: none;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 2em;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer li {
	display: inline;
	padding-right: .5em;
}

#footer ul > li a:link {color: #032c18;
	border-left: .5em solid #032c18;
	padding: 0 0 0 .5em;
	text-decoration: none;	
}

#footer ul > li a:visited {color: #032c18;
	border-left: .5em solid #426251;
	padding: 0 0 0 .5em;
	text-decoration: none;
	background-color: rgba(154,177,156,0.5);
}

#footer ul > li a:hover {color: #032c18;
	padding: 0 0 0 .5em;
	border-left: .5em solid #9c983d;
	background-color: #ece78a;
}

#note {
	background-color: rgba(154,177,156,0.5);
	margin: 1em;
	padding: .1em .2em .1em 1em;
}