﻿body {
	margin: 0px;
	padding: 0;
	background: #008000;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #99080d;
}

h2 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #99080d;
	padding-bottom: 15px;
}

h1 {
	margin: 0;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #99080d;
	background-image: url('images/owl1.gif');
	background-repeat: no-repeat;
	background-position: right;
	line-height: 200%;
}

h1 { font-size: 30px; }

h2 { font-size: 20px; }

h3 { }

ol {
	margin-top: 0;
	text-align: left;
}

ul {
	margin-top: 0;
	text-align: left;
}

p {
	margin-top: 0;
	text-align: left;
}

ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

blockquote { }

a {
	color: #99080d;
	text-decoration: none;
}

a:hover {
	color: #008000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 100%;
	background: url("images/blacktogreenbg.gif") repeat-x left top;
	/* screen background */
}

/* Header */

#header-wrapper {
}

#header {
	width: 800px;
	height: 20px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	background: url("images/parchment01.jpg");
}

/* LOGO - page one, main image here in CSS doc */

#logo {
	width: 800px;
	height: 456px;
	margin: 0 auto;
	background: url("images/cobsworking02.jpg") no-repeat left top;
}

/* LOGO - page two onwards, images in HTML docs */

#logo2 {
	width: 800px;
	height: 250px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 60%;
	padding-top: 25px;
	padding-right: 30px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 30%;
	/* border-right: #99080d dashed 1px; */
	padding-left: 20px;
	padding-top: 25px;
}

#sidebar a {

	line-height: 80px;
	margin: 0 0 20px 0px;
	padding: 30px 0px 30px 65px;
	background: url("images/bee3.gif") no-repeat left top;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #99080d;
}

#sidebar p {
}

#sidebar a:hover {
	background: url("images/bee2.gif") no-repeat left top;
	font-size: 18px;
}

/* Footer */

#footer {
	width: 800px;
	height: 170px;
	margin: 0 auto;
	padding: 0;
	background: url("images/footer.jpg") no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


