﻿* { margin: 0; padding: 0 }
BODY {
	font-family: Arial, Tahoma, Geneva, Helvetica;
	background: #AD7F0F url(images/bg.jpg) top repeat-x;
	font-size: .8em;
	margin: 0 auto;
	color: #666666;
	text-align: left;
	width: 702px;
}

/* LINK STYLES */
a:hover { color:#264055; text-decoration:underline }
a { color:#2D71B6; margin:0 }
.current { color:#264055; text-decoration:none; font-weight:bold; background:#B8B8A4; padding:0 50px 0 7px; border:1px solid #A1A18B }
.current:hover { color:#264055; text-decoration:none; font-weight:bold }
.links { color:#fff; text-decoration:none }
.links:hover { color:#264055; text-decoration:none }
.goldTitle { font-size:140%; font-family:"Times New Roman", Times, serif; font-weight:bold; color:#AD7F0F }
.redTitle { font-size:140%; font-family:"Times New Roman", Times, serif; font-weight:bold; color:#6B280E }
#topLinks { font-size: 110%; font-family: "Times New Roman", Times, serif; color:#fff; text-align:right; height:20px; padding-right:10px }
#topLinks a { font-family:"Times New Roman", Times, serif; color:#fff; text-decoration:none }
#topLinks a:hover { font-family:"Times New Roman", Times, serif; color:#fff; text-decoration:underline }
#mainLinks { text-align:center }
#mainLinks li { list-style: none; display: inline }
#mainLinks li a { margin:0 0px; font-family:"Times New Roman", Times, serif; font-size:120%; color:#EDE9C4; text-decoration:none }
#mainLinks li a:hover { text-decoration:underline; color:#F2AC09 }
#ourbeliefs ul { list-style:none; color:#666666; }
#ourbeliefs li { list-style:disc; color:#666666; }
#eventsdiv {
	scrollbar-arrow-color: #000;
	scrollbar-face-color: #F4F1D9;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #F4F1D9;
}
/* BACKGROUND IMAGE STYLES */
.contentBg { background:#fff; border-left:1px solid #3F1910; border-right:1px solid #3F1910; width:702px; height:100%; }
#header { background: url(images/top.jpg) no-repeat; width:700px; height:216px }
.topPics { width:300px; margin:0 auto; font-family:"Times New Roman", Times, serif; color:#fff } 
#joinUs { background:url(images/joinus-bg.gif) no-repeat; width:300px; height:133px; color:#000; text-align:left }
#events {  
	background:#F4F1D9; 
	padding:0 10px; 
	border-left: 1px solid #9D3B0B; 
	border-right: 1px solid #9D3B0B;
	width:290px;
	color:#000; 
}
.footer { background:url(images/nav-bt.gif) repeat-x; font-size:80%; color:#fff; height:20px; padding: 0 12px }
.footer a { color:#fff; text-decoration:none }
.footer a:hover { color:#fff; text-decoration:underline }
/* FORM AND MISC STYLES */
.searchForm { font-size:95%; border:0; background:url(images/input-bg.gif) repeat-x; height:14px; width:130px }
.newsForm { font-size:95%; border:1px solid #AD7F0F; height:14px; width:130px }
.form { font-size:95%; border:1px solid #AD7F0F; height:14px; width:170px }
.contactForm { 
	font-size:95%; 
	color:#333;
	border:1px solid #AD7F0F;
	height:100px; 
	width:300px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#F4F1D9', startColorstr='#FFFFFF', gradientType='0');
}
.staffPic { float: left; margin: 0 10px 3px 0;border:1px solid #9D3B0B }
.yellowBg { background:#F4F1D9; padding:10px }