body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #FFF;
	margin: 0px;
}

#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #CCDDED;
	text-align: center;
}

#header #mission {
	margin-right: 15px;
	margin-left: 150px;
	font-size: 13px;
}

#datestamp {
	float: right;
	width: 100px;
	margin-top: 80px;
	margin-right: 10px;
}

#logo {
	float: left;
	overflow: auto;
	position: relative;
	margin: 0px;
}

#mainBody {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/mainBodybg.png);
	background-repeat: repeat-y;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #1E4974;
}

li {
	margin-bottom: 8px;
}
#footer {
	font-size: 10px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	text-align: center;
}
.big-title   {
	color: #336699;
	font-weight: bold;
	font-size: 16px;
	margin-top: 7px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
}

.title {
	color: #990000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.body {
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 7px;
}


a:link { 
  color: #000099;
}
a:visited { 
  color: #666666;
}
a:hover { 
  color: #c00; 
  text-decoration: underline;
}
.big-title a:link, .big-title a:visited {
  color: #336699;
  text-decoration: none;
}

.toprule {
	margin-top: 5px;
	padding-top: 0px;
	display: block;
}
.textlead {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}
.bodySpaced {
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 7px;
}
.little-title {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
}

#leftnav {
	width: 190px;
	padding: 0px;
	font-size: 13px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	overflow: auto;
	position: relative;
	text-align: left;
}

#leftnav a {
	display: block;
	width: auto;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border: 1px solid #6E94B9;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
#leftnav a:hover {
	background-color: #E7EFF7;
	text-decoration: none;	
}

#leftnav p {
	font-weight: bold;
	color: #FFF;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color: #6E94B9;
}

#leftnavinfo {
	width: 189px;
	background-color: #E7EFF7;
	margin-top: 3px;
	margin-bottom: 0px;
	overflow: auto;
	position: relative;
}

#maintext {
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 200px;
	width: 430px;
}

#rightText {
	background-color: #EDEAD6;
	float: right;
	width: 170px;
	position: relative;
	text-align: center;
}

#membership {
	background-color: #FFF;
	width: 145px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	font-size: 13px;
	border: 1px solid #6E94B9;
	text-align: center;
	margin-top: 15px;
}

#membership p {
	margin-top: 10px;
	margin-bottom: 4px;
}

#membership h1 {
	color: #FFF;
	background-color: #1E4974;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 14px;
	text-align: center;
}

#membership a {
	color: #cc0000
}

.callout30Right {
	background-color: #E7EFF7;
	padding: 3px;
	float: right;
	width: 30%;
}

.callout40Right {
	background-color: #E7EFF7;
	padding: 3px;
	float: right;
	width: 40%;
}

.textLeader {
	color: #990000;
	font-weight: bold;
}

.poembox {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #6E94B9;
	padding: 5px;
}
dl.events {
	margin-top: 10px;
	margin-left: 8px;
}
dl.events dt {
	font-weight: bold;
}

dl.events dd {
	margin-bottom: 8px;
}

