/* CSS Document */ 
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */ 
/* SITE COLORS // WHITE - #FFFFFF BLACK - #000000 TAN - #CEC495 // xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */ 
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */ 
/* Standard Tags */ 
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */ 
body 
{ 
background-color: #3F2601; 
text-align: center; 
color: #000000; 
font-family: Georgia, Times New Roman, Times, serif; 
font-size: 1.0em; 
margin-top: 10px; 
margin-top:10px; 
} 
a 
{ 
color:#000000; 
border-bottom:1px dotted #000000; 
text-decoration:none; 
font-weight:bold; 
} 
a:hover 
{ 
text-decoration:underline; 
border-bottom:none; 
} 
#mainbody 
{ 
width: 800px; 
margin: 0px; 
background-color: #CEC495; 
background-repeat: no-repeat; 
background-position: 0px -2px; 
background-attachment: fixed; 
text-align: left; 
height: 300px; 
z-index: auto; 
} 
#header 
{ 
text-align:center; 
font-size:2em; 
color:#3F2601; 
border-bottom:3px double #3F2601; 
padding:8px; 
} 
.navbar 
{ 
background-color:#3F2601; 
width:800px; 
height:30px; 
margin-top:3px; 
margin-bottom:3px; 
text-align:center; 
} 
.navbar ul 
{ 
margin:0px; 
width:800px; 
padding-top:6px; 
text-align:center; 
margin-left:-45px; 
} 
.navbar ul li
{ 
display:inline; 
color:#FFFFFF; 
margin-left:15px; 
margin-right:15px; 
text-align:center; 
} 
.navbar a, .navbar a:link, .navbar a:visited, .navbar a:active 
{ 
color: #ECDC9D; 
font-size: 1.1em; 
font-weight: bold; 
text-decoration: none; 
} 
.navbar a:hover 
{ 
text-decoration:underline; 
} 
#content 
{ 
border-top:3px double #3F2601; 
margin:0px; 
padding:10px; 
text-align:center; 
background-image:url(../images/bg.jpg); 
background-repeat:repeat-y; 
} 
.bigcol 
{ 
text-align:center; 
padding:15px; 
padding-top:0px; 
} 
.copy 
{ 
text-align:center; 
font-size:0.75em; 
margin-top:3px; 
margin-bottom:3px; 
} 
.clearfix 
{ 
clear:both; 
} 
.textleft 
{ 
text-align:left; 
} 
.event_date 
{ 
font-style:italic; 
} 
.event_title 
{ 
font-variant:small-caps; 
font-weight:bolder; 
}