
body 
    {
	color: #000000;
	background: url(images/body_bg_grad.gif);
}

h2 
    {
font: 20pt 'copperplate gothic light';
color: #333333;
text-align: center;
margin-top: 4px;
margin-bottom: 4px;
font-weight: bold;
    }
	 
h3 
    {
	font: 16pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 2px;
	font-weight: bold;
}	 


p.main
     {
font: 12pt 'abadi mt condensed';
margin-left: 10px;
margin-right: 10px;
text-align: justify;
      }

p.eventhead
     {
	font: 15pt 'abadi mt condensed';
	color: #841525;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 1px;
}
		
p.event
     {
font: 14pt 'abadi mt condensed';
margin-left: 10px;
margin-right: 10px;
text-align: center;
margin-top: 1px;
margin-bottom: 1px;
      }
		
p.eventbody
     {
font: 12pt 'abadi mt condensed';
margin-left: 60px;
margin-right: 60px;
text-align: justify;
      }

p.eventtext
     {
font: 13pt 'abadi mt condensed';
margin-left: 20px;
margin-right: 20px;
      }


p.eventtext2
     {
font: 13pt 'abadi mt condensed';
margin-left: 20px;
margin-top: 2px;
margin-right: 20px;
text-align: center;
      }
		
p.body
     {
font: 12pt 'abadi mt condensed';
margin-left: 30px;
margin-right: 30px;
text-align: justify;
      }
		
p.bodycenter
     {
font: 12pt 'abadi mt condensed';
margin-left: 80px;
margin-right: 30px;
text-align: left;
      }		
		
p.center
     {
font: 12pt 'abadi mt condensed';
margin-left: 30px;
margin-right: 30px;
text-align: center;
      }				

		
p.footer
     {
font: 8pt 'abadi mt condensed';
margin-left: 110px;
margin-right: 110px;
text-align: center;
      }


p.thead 
      {
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
}

p.cat 
      {
	font-size: 13pt;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 2px;
}

p.win
     {
font: 12pt 'abadi mt condensed';
color: #841525;
font-weight: bold;
text-align: center;
margin-top: 2px;
margin-bottom: 2px;
      }

p.newext
     {
font-family: 'Eras Demi ITC';
font-size: 11pt;
color: #FFFF99;
text-align: justify;
background-color: #FF9933;
border-style: outset;
border-color: #996600;
padding: 2em;
}
			 
#new  
     {
font-family: 'copperplate gothic light';
padding: 8px 8px  8px;
line-height: 24pt;
font-size: 12pt;color: #000000;
text-align: center;
font-weight: bold;
      }

a {
color: #996633; text-decoration: none;
  }


a:hover { color:#8f0052;
text-decoration: none;

        }


address 
{
font-family: 'geneva';
font-size: 8pt;
font-weight: bold;
color: #000000;
}



#content    {
	margin-left : 2em;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 5em;
}
	
#nav li { /* all list items */
	position: relative;
	float: center;
	line-height: 1.05em;
	margin-bottom: .25px;
	margin-top: .25px;
	width: 7em;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : .95em;
	margin-top : -2em;
}
	
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#nav li a {
	width: 10em;
	font-family: 'copperplate gothic light';
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	font-size: 9pt;
	background-color: #b3c4c4;
	padding: 0.5em;
}
	
#nav li a:hover {
	color : #8f0052;
	font-family: 'copperplate gothic light';
	background-color : #857185;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover
ul ul ul {
		left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover 
ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under
hovered list items */
		left: auto;
}
	

