a:link, a:visited, a:active {
	color: #006600;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #006600;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
a.small:link, a.small:visited, a.small:active {
	color: #006600;
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
}
a.small:hover {
	color: #006600;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}

a.copy:link, a.copy:visited, a.copy:active {
	color: #efefef;
	font-size: 8pt;
	text-decoration: none;
}
a.copy:hover {
	color: #efefef;
	font-size: 8pt;
	text-decoration: underline;
}

body {
	background-image: url(images/page_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e2e2e2;
	margin: 0;
}

.imgbox {
	float: left;
	margin: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #77A13D;
	background: #f1f1f1;
	width: 75px;
	height: 75px;
	display:inline;
}
.widget {
	margin: 0;
	margin-top: 10px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	background: #f5f5f5;
	color: #333333;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
}

p {
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
}
p#small {
	color: #333333;
	font-family: Tahoma;
	font-size: 9px;
}
#container {
	background: #ffffff;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	width: 760px;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #a0da2b;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #77a13d;
	height: 107px;
}
#header h1 {
	margin: 0;
	padding: 15px;
	color: #ffffff;
	font-size: 22pt;
	text-align: center;
}
#header h2 {
	margin: 0;
	color: #ffffff;
	font-size: 22pt;
	text-align: left;
}
#content {
	float: right;
	padding: 10px;
	width: 500px;
}
#content h1, h2, h3, h4 {
	margin: 0;
	font-family: georgia;
}
#content h2 {
	color: #006600;
	font-size: 18pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#content h3 {
	color: #333333;
	font-size: 12pt;
}

#photos {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
	background: #f2f7e9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	width: 428px;
}
#sidebar {
	float: left;
	margin: 0;
	padding: 10px;
	width: 200px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-bottom: none;
}
#sidebar ul li a {
	padding: 3px;
	background-image: url(images/li-off.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #f2f7e9;
	color: #006600;
	font-weight: bold;
	width: 192px;
	text-indent: 20px;
	text-decoration: none;
	display: block;
}
#sidebar ul li a:hover {
	padding: 3px;
	background-image: url(images/li-on.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #f2f7e9;
	color: #006600;
	font-weight: bold;
	width: 192px;
	text-indent: 20px;
	text-decoration: none;
	display: block;
}
#footer {
	clear: both;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background: #77a13d;
	color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
}