body
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: rgb(102, 102, 102);
	background-color: rgb(238, 238, 238);
	font-size: 16px;
	margin-right: 20px;
}

sup
{
	font-size: 0.5em;
	vertical-align: text-top;
}

*.red
{
	color: red;
}

*.bold
{
	font-weight: bold;
}

div#content
{
	overflow: auto;
	width: 798px;
	margin: 20px auto 20px auto;
	padding: 40px;
	background-color: white;
}

div#left-col
{
	display: inline;
	float: left;
	width: 230px;
	margin: 0px 20px 0px 20px;
}

div#banner
{
	width: 100%;
	height: 90px;
	vertical-align: top;
	background-image: url( "images/SLOE_Logo_Banner.jpeg" );
	background-repeat: repeat-x;
}
/*
	div#banner img#sloe-logo
	{
		display: block;
		border: none;
		height: 254px;
		width: 717px;
		margin: 0px auto 0px auto;
	}
*/

ul#home-links
{
	font-family: trebuchet ms;
	color: rgb(51, 51, 153);
	background-color: white;
}
ul#home-links li
{
	font-size: "2";
	font-weight: bold;
	line-spacing: 2;
}
h1
{
	width: 100%;
	margin: 15px 0px 10px 0px;
	font-family: trebuchet ms;
	color: rgb(204, 0, 0);
	font-size: 1.5em;
	font-weight: bold;
}
h2
{
	font-family: trebuchet ms;
	color: rgb(204, 0, 0);
	font-size: 1.3em;
	font-weight: bold;
}

/*
div#page-title
{
	font-size: 3em;
	text-align: left;
	margin: 0px auto 20px auto;
}
*/

div#page-title
{
	margin-top: 0px;
	margin-bottom: 20px;
	overflow: auto;
}
div#page-title p
{
	display: inline;
	float: left;
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	color: white;
	margin: 0px;
	padding: .2em 1em .2em 1em;
}

div#page-title span.reverse,
h1 span.reverse,
h2 span.reverse,
p span.reverse
{
	text-align: left;
	font-family: trebuchet ms;
	color: white;
	font-weight: bold;
	padding: .2em 1em .2em 1em;
}
span span.reverse
{
	display: inline;
	font-family: trebuchet ms;
	color: white;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}
.uppercase { text-transform: uppercase; }

div#minutes
{
	margin: 20px 0px 20px 0px;

}
div#minutes a
{
	display: block;
	text-align: center;
	font-family: trebuchet ms;
	color: rgb(0, 102, 0);
	font-weight: bold;
}
div#footer
{
	display: block;
	clear: both;
	border: none;
	padding-top: 20px;
}
div#footer hr
{
	width: 100%;
}
div#footer p
{
	text-align: right;
	font-family: verdana;
	color: rgb(153, 153, 153);
	font-weight: bold;
}
div#links
{
	margin: 20px 0px 20px 0px;
}
div#links p
{
	text-align: left;
	font-size: .6em;
}
div#links p a
{
	color: rgb(102, 102, 0);
	font-weight: bold;
}
div#images
{
}
div#images img
{
	display: block;
	border: none;
	margin: 0px auto 10px auto;
	height: 315px;
	width: 420px;
}
p.copyright
{
	font-size: .7em;
	margin-top: 0px;
	text-align: right;
}
p.caption
{
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
div#upcoming-events,
div#farmers-market
{
}
div#upcoming-events p,
div#farmers-market p
{
	font-family: trebuchet ms;
	color: rgb(51, 51, 51);
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
}
div#meetings
{
}
div#meetings p
{
	text-align: center;
}
div#ottawa-east
{
}
div#ottawa-east p
{
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0, 102, 0);
	font-size: 1em;
	line-height: 1.3em;
	text-align: center;
}
div.back
{
	text-align: left;
	margin: 20px 0px 20px 0px;
}
div.back span.reverse
{
	font-family: trebuchet ms;
	color: white;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

div.img-left
{
	display: inline;
	float: left;
	margin: 0px 10px 10px 0px;
}

div.img-right
{
	display: inline;
	float: right;
	margin: 0px 10px 10px 10px;
}

div.img-left img
{
	text-align: right;
}

div.img-right img
{
	text-align: left;
}

.no-top-margin { margin-top: 0px; }
.no-bottom-margin { margin-bottom: 0px; }

