body {
	background-image:url("images/bg_brown.jpg");
	padding: 0px;
	margin: 0px;
}

/* Properties of the content for the page */
.wrapper {	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 770px;
	text-align: left;
	background-color: white;
}

/* top left corner of the page has the logo image */
.top_banner {
	margin-left: auto;
	margin-right: auto;
	display: inline;
	border-style: none;
	text-decoration: none;
	outline: none;
}

.top_banner a:link, a:visited, a:hover, a:active {
	border-style: none;
	text-decoration: none;
	outline: none;
	outline-style: none;
}


/* main content */
div.main {
	width: 730px;
                  background-image:url("images/bg_yellow.jpg");
	padding: 20px;
}


/* for the collapsible panes */
tr.sponsor {
	background-color: #4070B0;
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
}

/* collapsible panel */
.msg_head {
	cursor: pointer;
	text-decoration:underline; 
	margin-top: 12px;
	color: #20548E;
	font-weight: bold;
}

.msg_head:hover {
	background-color: #4070B0;
	color: khaki;
}
	
.msg_head h3 {
	display: inline;
}

.sponsor_amount {
	width: 100px;
	text-align: left;
	display: inline;
	float: right;
}

p.newsitem {
	font-style: italic;
	color: green;
}

.highlight {
	font-weight: bold;
	color:#E3372E;
	text-decoration: none;
}

.note {
	font-style: italic;
	font-size: 14pt;
	font-family: serif;
	color: green;
}

.bio {
	font-style: oblique;
	font-size: 14pt;
	font-family: serif;
	color: navy;
}

h1,h2{color:blue; margin:0}
h1 {text-align:center;}
h2 {
	margin-top: 20px;
	color: #20548E;
	text-align:left;
	width: 730px;
	font: 18px Tahoma, Arial;
	font-weight: bold;
	border-bottom: 2px solid #20548E;
}

h3 {
	color: #20548E;
	margin: 18px 0px 0px 0px;
}

h4 {
	color: #4070B0; 
	font-family: verdana, Helvetica, sans-serif;
	margin: 18px 0px 0px 0px;
}

ul {
	margin-top: 8px;
}

p{
  font-family: verdana, Helvetica, sans-serif;
  color:#0A011D;
  margin-top:2px; margin-bottom:12px;
}

a:link {color:#A74992;}
a:visited {color:#A74992;}
a:hover{text-decoration:underline; color:#4A2885;}
a{ 
  text-decoration:none;
 }


#contacts_content{ 
  position:relative;
  left:10px;
}

img.floatRight {
	float: right;
	margin: 8px;
}

/* special events table */
.events td, th {
	padding: 10px;
	vertical-align: top;
}

.events tr.odd {
	background-color: darkkhaki;
}

.events tr.even {
	background-color: khaki;
}

/*  jquery pulldown menu */
#top_menu {
	width: 770px;
	height: 28px;
	background: #20548E;
}

#jsddm
{	margin: 0;
	padding: 0;
	}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 14px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		background: #20548E;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 85px;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #1A4473}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background: #9F1B1B}
		
		#jsddm li ul li a:hover
		{	background: #7F1616}


