body {
	font-family: arial, sans-serif;
	color: #0000FF; 
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background: url(images/background_fade.jpg) 0 0 repeat-x;
	text-align: center;
}
p.header {
	margin-top: 5px;
	margin-bottom: 18px;
	padding:0px;
}
p {
	margin-top: 0px;
	margin-bottom: 18px;
	padding:0px;
}
h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 140%; 
	border: none;
}
.wrapper {
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
}
.edges {
	margin-top: 0px;
	width: 751px;
	background: url(images/edges.gif) 0 0 repeat-y;
	overflow: auto;
}
.pageHeader {
	width: 751px;
	height: 192px;
	background: url(images/page_header.jpg) 0 0 no-repeat;
}
.tableBoldWhiteText {
	color: #FFFFFF;
	font-weight: bold;
}
.loginText {
	float: left;
	width: 540px;
	margin-left: 185px;
	margin-top: -50px;
}
.siteDesignText {
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width: 250px;
	border: 1px solid #0000FF;
}
.agendaText {
	float: left;
	padding: 15px;
	width: 475px;
	margin-left: 20px;
	border: 1px solid #333333;
}
.clubsText {
	float: left;
	padding: 15px;
	width: 475px;
	margin-left: 20px;
	border: 1px solid #333333;
	background: url(images/clubs_background.jpg) 100% 0 no-repeat;
}
.mainText {
	float: left;
	width: 540px;
	margin-left: 20px;
	margin-top: -50px;
}
.indexText {
	float: left; 
	width: 563px;
	margin-left: 22px;
	margin-top: -48px;
	margin-bottom: 10px;
}
.indexPhotoImage {
	float: right;
	width: 253px;
	height: 235px;
	margin-left: 4px;
	background: url(images/church.jpg) 0 0 no-repeat;
}
.messageBoard {
	clear: both;
	width: 550px;
	margin-top: -20px;
	background-color: #FFFFCC;
}
.photoImages {
	float: right;
	width: 200px;
	height: 146px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.messageBoardPad {
	padding-top: 32px; 
	padding-right: 20px; 
	padding-left: 15px; 
	padding-bottom: 25px; 
	padding-right: 20px; 
}
.messageBoardT {
	background: url(images/message_top.gif) 0 0 repeat-x;
}
.messageBoardR {
	background: url(images/message_right.gif) 100% 0 repeat-y;
}
.messageBoardB {
	background: url(images/message_bottom.gif) 0 100% repeat-x;
}
.messageBoardL {
	background: url(images/message_left.gif) 0 0 repeat-y;
}
.messageBoardTL {
	background: url(images/message_top_left.gif) 0 0 no-repeat;
}
.messageBoardTR {
	background: url(images/message_top_right.gif) 100% 0 no-repeat;
}
.messageBoardBR {
	background: url(images/message_bottom_right.gif) 100% 100% no-repeat
}
.messageBoardBL {
	background: url(images/message_bottom_left.gif) 0 100% no-repeat;
}
.footerText {
	width: 751px;
	text-align: center;
 	padding-top: 5px;
	font-size: 85%;
	color: #666666;
}
.pageFooter {
	width: 751px;
	height: 27px;
	margin-bottom: 20px;
	background: url(images/page_footer.gif) 0 100% no-repeat;
}
.pageMenu {
	float: left;
	margin-left: 19px; 
	display: inline;
	width: 131px;
	background-color: #9DAE96;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 15px;
	font-family: verdana, sans-serif;
	font-size: 13px;
	text-align: left;
}
a:link    {color: #0000FF;}
a:visited {color: #0000FF;}
a:active  {color: #0000FF;}
a:hover   {color: #0000FF;}

a.menu:link    {color: #FFFFFF; text-decoration: none; line-height: 25px;}
a.menu:visited {color: #FFFFFF; text-decoration: none; line-height: 25px;}
a.menu:active  {color: #FFFFFF; text-decoration: none; background-color:#FFFFFF; line-height: 25px;}
a.menu:hover   {color: #FFFFFF; text-decoration: none; background-color:#336633; line-height: 25px;}

a.menuSelected:link    {color: #FFCC33; text-decoration: none; line-height: 25px;}
a.menuSelected:visited {color: #FFCC33; text-decoration: none; line-height: 25px;}
a.menuSelected:active  {color: #FFCC33; text-decoration: none; background-color:#FFFFFF; line-height: 25px;}
a.menuSelected:hover   {color: #FFCC33; text-decoration: none; background-color:#336633; line-height: 25px;}

a.minutes:link    {color: #0000FF; text-decoration: none;}
a.minutes:visited {color: #0000FF; text-decoration: none;}
a.minutes:active  {color: #0000FF; text-decoration: none;}
a.minutes:hover   {color: #0000FF; text-decoration: underline;}

a.footer:link    {color: #666666; text-decoration: none;}
a.footer:visited {color: #666666; text-decoration: none;}
a.footer:active  {color: #666666; text-decoration: none;}
a.footer:hover   {color: #0000FF; text-decoration: underline;}

textarea, input, select {
	font-size: 12px;
	color: black;
	font-family: arial, sans-serif;
}
li {
	margin-top: 1em;
	margin-bottom: 1em;
}
.errors {
	color: #FF0000;
}
.messages {
	color: #0000FF;
	font-weight: bold;
}
.formBorder {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 25px;
}
