/* CSS Document */
body {
  background: #fff url(../images/body_bkgd.gif) top left;
	font-family: arial, verdana, helvetica, sans-serif;
  color: #666666;
  margin: 1em 0 0 0;
	text-align: center;
}
img {
  border: 0;
  margin: 0;
}
div {
  margin: 0;
}
a.active {
  font-weight: bold;
}
h1 {
	color: #506C9E;
	font-size: 125%;
	font-family: georgia, times new roman, times;
}
h2 {
	color: #506C9E;
	font-size: 100%;
	font-family: georgia, times new roman, times;
}
h3 {
	color: #A7B5CE;
	font-size: 80%;
	font-family: georgia, times new roman, times;
}
#container {
  width: 775px;
	background-color: #fff;
	text-align: left;
	/*position: relative;*/
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C6CDDA;
}
a {
  color: #506C9E;
}
/*begin header*/
#header {
  color: #666666;
  font-size: 80%;
  clear: both;
}
#header a {
  color: #506C9E;
}
#header a:hover {
  color: #BE0000;
  text-decoration: none;
}
#headerLeft {
  float: left;
  padding: 15px 0 15px 10px;
}
#headerRight {
  float: right;
  padding: 15px 10px 15px 10px;
}
/*end header*/
/*begin main content*/
#mainContent {
  clear: both;
}
#mainContent p {
  line-height: 135%;
	font-size: 90%;
}
#mainContent ol, #mainContent ul{
  font-size: 90%;
	line-height: 135%;
}
/*begin left content*/
#leftContent {
  width: 200px;
  float: left;
  margin: 0 0 1em 5px;
}
#generalInfo {
  border: 1px solid #506C9E;
}
#commissions {
  margin-top: 1em;
  border: 1px solid #506C9E;
}
#generalInfo ul, #commissions ul {
  font-size: 80%;
  margin-left: 0;
  padding: 0 10px 0 10px;
}
#generalInfo li, #commissions li {
  list-style: none;
  margin-bottom: .25em;
  border-bottom: 1px dotted #506C9E;
  padding-bottom: .25em;
}
#generalInfo a, #commissions a {
  color: #506C9E;
  text-decoration: none;
}
#generalInfo a:hover, #commissions a:hover {
  color: #BE0000;
  text-decoration: none;
}
#generalInfoHead, #commissionsHead {
  background-color: #506C9E;
  text-align: center;
  padding: 6px 3px 6px 3px;
}
#generalInfoHead p, #commissionsHead p {
  font-family: georgia, times, times new roman, serif;
  font-size: 80%;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
/*end left content*/
/*begin right content*/
#rightContent {
  margin-left: 13px;
  width: 545px;
  float: left;
}
#headerImage {
  margin-bottom: 1em;
}
#rightCallout {
  float: right;  
}
#calendar {
  display: none;
  font-family: verdana, arial, helvetica, sans-serif;
  border: 1px solid #666;
  position: relative;
}
#calendar p {
  margin: 0;
  font-size: 70%;
}
#calendar a {
  font-weight: bold;
  color: #506C9E;
}
#calendar a:hover {
  color: #BE0000;
  text-decoration: none;
}
#calendar table {
  width: 33%;
}
/*end right content*/
/*end main content*/
/*begin footer*/
#footer {
  background-color: #fff;
  /*position: relative;*/
  bottom: 0;
  width: 775px;
  border-top: 1px dashed #324E80;
  margin-top: 1em; 
  clear: left; 
}
#footer p {
  margin: 0;
  padding: 1em;
  color: #999;
}
/*end footer*/
/*begin misc*/
#onThisPage {
  /*position: relative;*/
  border-left: 4px solid #DDD;
  padding-left: .5em;
  margin-left: 2em;
}
#onThisPage ul {
  line-height: 150%;
	font-size: 90%;
}
#onThisPage p {
  line-height: 135%;
	font-size: 90%;
	font-weight: bold;
}
/*end misc*/
/*begin tables*/
table {
	border: 1px solid #EEEEEE;
	width: 100%;
	margin: 1em 0 1em 0;
}
td {
  padding: .25em;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
th {
  padding: .25em;
	background-color: #EEEEEE;
	text-align: left;
}
table p {
  margin: 0;
	padding: 0;
}
/*end tables*/
/*begin column formatting*/
.massCol {
  width: 30%;
}
.timeCol {
  width: 70%;
}
/*end column formatting*/
/*begin bulletin table*/
.odd {
  background-color: #fff;
}
.even {
  background-color: #F3F3F3;
}
/*end bulletin table*/
/*online form*/
#thanks{
	padding: .5em;
	border: 2px dotted #BE0000;
	background-color: #EEE;
	font-weight: bold;
}