p, div, ul, ol, li, a, h1, h2, h3, h4, h5, img, tr, td, span {
	margin: 0;
	padding: 0;
	border: 0;
}

BODY {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: #adc5af;
	color: #0a5213;
}

a:link {
	color: #0a5213;
}
a:active {
	color: #ed8500;
}
a:visited {
	color: #0a5213;
}
a:hover {
	color: #ed8500;
}
	
ul, ol {
	line-height: 1.3em;
	text-align: left;
}

ul {
	list-style-type: square;
	list-style-position: outside;
}

li {
	margin: 1em 0 1em 2em;
}

ul.submenu {
	margin: 0;
}

ul.submenu li, ol.submenu li {
	margin: 0.35em 0 0.35em 1.5em;
}

ul.submenu li {
	list-style-type: circle;
}

ul.mainnews li {
	list-style: url( "/images/hpdot.gif" );
}

/* ---------------- H P ------------------------------------- */

h2.event {
	font-size: 140%;
	text-align: center;
	margin-top: 10px;
}

h3 {
	font-size: 125%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3.masthead {
	margin-top: 0.35em;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 1.5em;
}

h5 {
	font-size: 110%;
	font-weight: bold;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.3em;
	text-align: justify;
}

/* ^^^ should be a clever way to do this...*/
p.compact {
	margin: 0px;
}

p.header {
	font-weight: bold;
	font-size: 12px;
}

p.footer {
	text-align: right;
	font-size: 90%;
	color: #ffffff;
}

p.subtext {
	font-size: 90%;
	color: #5a8263;
}

/* ----------------------- style bits ------------------------- */

span.fileinfo {
	color: #888888;
}

/* ----------------------- Basic tables ------------------------- */

table {
	font-size: 1em;
}

tr {
	vertical-align: top;
}

td {
	padding: 0.1em;
}

/* ----------------------- Forms -------------------------------- */

input, textarea {
	border: 1px solid #0a5213;
}

input.formbutton {
	color: #0a5213;
	background: #E5F1C3;
	font-weight: bold;
}

/* ----------------------- DIVs and Layout ---------------------- */

div{
	line-height: 1.3em;
}

div.maintextpositioner{
	position: absolute;
	left: 168px;
	top:  10px;
	width: 580px;
	z-index: 1;
}

div.maintext{
	float:left;
	background: #ffffff url("/images/sunrightbackground.png") right bottom repeat-y;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 10px 40px 0px 20px;
	text-align: left;
}

div.maintextfooter{
	background: #ffffff url("/images/sunbottombackground.png") right top repeat-x;
	height: 50px;
	margin: 0px -40px 0px -20px;
	right: 0px;
	width: 578px;
}

div.leftbar{
	width: 158px;
	z-index: 2;
	background: #E7F4C4 url("/images/menuback.jpg") repeat-y;
	text-align: left;
}

div.logoholder{
	border-top: 1px solid;
}
	
div.logoholder img{
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}

.headertext{
	padding-top: 3px;
	width: 28em;
	max-width: 580px;
	background:url("/images/headerback.png") right top no-repeat;
	height: 6em;
	max-height: 92px;
	line-height: 1.175em;
}

div.essdlogoholder {
	text-align: center;
	border: 1px solid;
	background-color: #ffffff;
}

div.leftbarbottom {
	color: #0a5213;
	border: 1px solid;
	padding: 10px;
	background: #ffffff;
	text-align: center;
	line-height: 1.175em;
}

div.menuBar {
	margin: 10px 0px 0px 0px;
	background: transparent;
	z-index: 2;
	width: 148px;
}

.menuholder{
	width: 159px;
	z-index: 2;
	border-right: 1px solid;
}

div.menuBar p.button, div.menuBar p.selectedbutton, div.menuBar p.selectedbuttonwithsub {
	border: 1px solid #0a5213;
	padding: 5px 10px 5px 10px;
	text-align: right;
	line-height: 1.175em;
	
}

div.menuBar p.button {
	background: #ffffff url("/images/smallhalfgreensun.png") no-repeat left center;
	margin: 3px 0px 3px 0px;
}

div.menuBar p.selectedbutton {
	background: #ffffff url("/images/smallhalfsun.png") no-repeat left center;
	margin: 10px 0px 10px 0px;
}

div.menuBar p.selectedbuttonwithsub {
	background: #ffffff url("/images/smallhalfsun.png") no-repeat left center;
	margin: 10px 0px 0px 0px;
}

div.menuBar div.submenu {
	background: #ffffff;
	border: 1px #0a5213;
	border-style: none solid solid solid;
	margin: 0px 0px 10px 10px;
	padding: 5px 10px 5px 10px;
	text-align: right;
	line-height: 1.175em;
}

div.menuBar p.sublinkp {
	margin: 0.5em 0em 0.5em 0em;
	text-align: right;
	line-height: 1.175em;	
}

div.menuBar a.menuButton {
	font-weight: bold;
	color: #0a5213;
	text-decoration: none;
	padding: 5px;
}

div.menuBar a.menuButton:hover {
	color: #ed8500;
}

div.menuBar a.selectedButton {
	font-weight: bold;
	color: #ed8500;
	padding: 5px;
	text-decoration: none;
}

div.menuBar a.sublink {
	color: #0a5213;
	text-decoration: none;
	text-align: right;
	line-height: 1.175em;
}

div.menuBar a.sublink:hover {
	background-color: #ed8500;
	color: #ffffff;
	text-align: right;
	line-height: 1.175em;
}

div.menuBar a.selectedsublink {
	text-decoration: none;
	color: #ed8500;
	text-align: right;
	line-height: 1.175em;
}

.leftbarfooter {
	margin: 0;
	height: 11.5em;
	background: url("/images/footerback.png") bottom left no-repeat;
}

.leftbarfooter p {
	padding-right: 14px;
	text-align: right;
	line-height: 1.175em;
}

div.highlight {
	border-left: 3px solid #ed8500;
	padding-left: 20px;
	margin-top: 2em;
	margin-bottom: 2em;
}

div.spacer10 {
	height: 10px;
}

.breaker{overflow:hidden;clear:both;height:1px}
.breaker4{overflow:hidden;clear:both;height:4px}
.breaker10{overflow:hidden;clear:both;height:10px}
.breaker15{overflow:hidden;clear:both;height:10px}
.breakerline{overflow:hidden;clear:both;height:1px;border-bottom:1px dashed}

div.horizontalrule {
	width: 100%;
	height: 6px;
	border-bottom: 1px dashed;
	clear: both;
}

div.simplebox {
	padding: 1em;
	border: solid thin #0a5213;
	text-align: justify;
}

div.hpheading {
	width: 100%;
	background: #E5F1C3 url(/images/headingtl.png) no-repeat top left;
	text-indent: 10px;
}

div.hpheading h3, div.hpheading h2 , div.hpheading h4 {
	background: url(/images/headingtr.png) no-repeat top right;
	padding: 0.3em 0;
	margin: 0;
}

div.hppara {
	background: url(/images/headingback.jpg) repeat-x;
	padding: 0.5em 10px 0 10px;
}

div.hppara p {
	margin-top: 0;
}

/* ------------------- special tables -------------------- */

table.espa {
	border-collapse: collapse;
}

table.espa tr {
	vertical-align: middle;
}

table.espa td {
	border: 1px solid #0a5213;
	padding: 0.5em;
}

/* this is used on the donor page*/
td.orglist {
	vertical-align: middle;
	padding: 10px 3px 10px 3px;
	border-bottom:1px dashed #ed8500;
	}
	
/* this is used on SW05 page */
table.blborder {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right:1px solid #000;
}
td.blborder1 {
	border-bottom: 1px solid #000;
	padding: 3px;
}
div.conffiles{
	margin-right: 0.9em;
	float: left;
}

/* ----- */

table.simple {
	border-collapse: collapse;
}

table.simple tr {
	vertical-align: middle;
}

table.simple th, table.simple td {
	border: 1px solid #0a5213;
	padding: 0.5em;
	text-align: center;
}

table.simple td.selected {
	background-color: #e5f1c3;
}
