

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }
* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */
h2 {color:#fe9508; margin: 15px 0 10px 0;}
h3, h4 {color:#fe9508; margin: 20px 0 10px 0; }
h5, h6 {color:#fe9508; margin: 10px 0 10px 0;}
p {margin: 5px 0 10px 0;}
a:link { color:#1aa8e3; text-decoration:none;}
a:visited { color:#1aa8e3; text-decoration:none;}
a:hover {color:#352e28; }

*
	{
	margin:0;
	padding:0;
	}
	
body
	{
	background:#352e28 url(images/brownred.jpg) top center no-repeat fixed;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .8em;
	}
	
#wrapper
	{
	text-align:left; 
	width:800px; 
	margin:20px auto; 
	}
	
#filterform
	{
	display: none;
	}
	
#top
	{

	}
	
#top h1
	{
	text-align:center;
	font-size: 2em;
	display:block;
	text-indent: 0px;
	width: 100%;
	}
	
#top ul
	{
	display: none;
	}
	
#nav
	{
	display: none;
	}
	
#subNav
	{
	display: none;
	}
	
#mast
	{
	height: 154px;	
	width: 800px;
	background:url(images/banner_bckgd.jpg) bottom repeat-x; /**/
	clear:both;
	}
	
#flash
	{
	float:left;
	margin: 5px;
	}
	
#welcome
	{
	float:right;
	margin: 5px;
	}
	
#content
	{
	color:#000;
	width: 800px;
	background-color: #fefefe;
	}
	
#advert
	{
	width: 800px;
	height: 90px;
	}
	
#messagedwl
	{
	width: 520px;
	height: 80px;
	float: left;
	background: url(images/message_bckgd.gif) no-repeat center;
	margin: 5px 10px 5px 10px;
	}
	
#radio
	{
	width: 250px;
	height: 80px;
	float: right;
	background:url(images/eagle_bckgd.gif) no-repeat center;
	margin: 5px 0px;
	}
	
#textArea
	{
	padding: 10px;
	}
#textArea ul li
	{
	padding: 5px;
	}
	
#leftCol70
	{
	float: left;
	width: 525px;
	}
	
#rightCol30
	{
	float: right;
	width: 235px;
	background-image:url(images/verticlestripe.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	}
	
#leftCol50
	{
	float: left;
	width: 375px;
	}
	
#rightCol50
	{
	float: right;
	width: 375px;
	background-image:url(images/verticlestripe.gif);
	background-repeat: repeat-y;
	padding-left: 25px;
	}
	
#leftCol30
	{
	float: left;
	width: 235px;
	}
	
#rightCol70
	{
	float: right;
	width: 520px;
	background-image:url(images/verticlestripe.gif);
	background-repeat: repeat-y;
	padding-left: 25px;
	}
	
#rightCol ul li
	{
	padding: 5px;
	font-weight:bold;
	}
	
#rightCol ul li ul
	{
	padding: 5px;
	}
	
#rightCol ul li ul li
	{
	font-weight: normal;
	}
	
#footer
	{
	clear:both;
	padding-top: 10px;
	}
	
.grBlue
	{
	color:#1aa8e3;
	}
	
.messageTitle
	{
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	}
	
.messageTitle li
	{
	line-height: 30px;
	margin-bottom: 3px;
	}
	
.leftPic
	{
	float:left;
	margin-right: 10px;
	}
	
.rightPic	
	{
	float:right;
	margin-left: 10px;
	}
	
.caption
	{
	font-size:.8em;
	text-align: center;
	}
	
#blueBoxBorder
	{
	margin:40px 10px 10px 10px; 
	border: 1px solid #1aa8e3;
	padding: 5px;
	}
	
#blueBox
	{
	background-color:#1aa8e3;
	padding: 15px;
	color: #FFF;
	font-size: .9em;
	}
	
#blueBoxBorder #blueBox a:link
	{
	color: #000000;
	}
	
#blueBoxBorder #blueBox a:visited
	{
	color: #000000;
	}

	
#blueBoxBorder #blueBox h3
	{
	color: #000000;
	margin-top: 5px;
	}
	
.calendarList
	{
	background-image: url(images/listbackgd.gif);
	padding-top: 5px;
	padding-left: 3px;
	border:1px solid #ffefd5;
	}
	
.eventsList 
	{
	
	}

.eventsList li
	{
	font-weight:bold;
	}
	
.eventsList li ul li
	{
	margin: 7px;
	font-weight: normal;
	border: none;
	}
	
.important
	{
	color:#C35718;
	font-weight:bold;
	font-size:large;
	}
