/* CSS Written by Loren Anderson */




body {
	background:#fff url('images/background.gif');
	
}

#container {
	/*border: 3px solid black;*/
	width:900px;
	margin: 20px auto;
}


          /* Specific DIV tags*/
     /* -------------------------------  */

#banner {
	width: 900px;
    height:236px;
	/*border: 1px solid black;*/
	background: url('images/banner01.jpg') no-repeat;
}




#content {
	width: 473px;
	border: 1px solid black;
	background: #fff url('images/menu.gif') repeat-y;
    padding-left:210px; 
    padding-right:215px; 
    min-height:1700px; 
    height:auto !important;
    height:1700px ; 
    padding-bottom:25px; 
    background-repeat:repeat-y;
}


#menu {
	position:absolute;
	/*text-transform:lowercase;*/
	/*float:left;*/
        /*border: 1px solid white;*/
        width: 140px;
        padding:0px;
        margin:0px;
	margin-left:10px;
}


#links {
	position:absolute;
	/*text-transform:lowercase;*/
	float:right;
        /*border: 1px solid black;*/
        width: 140px;
        margin-left: 735px;
        margin-top:10px;
}

#news1  {
	/*border: 1px solid black;*/
	background: #FFcc33 url('images/news1.gif') no-repeat;
	width:450px;
	margin-bottom:10px;
	margin-top:10px

}

#news2 {
	/*border: 1px solid black;*/
	background: #D96857 url('images/news2.gif') no-repeat;
	width:450px;
	margin-bottom:10px;
	margin-top:10px


}

#news1 p, h3 {
	margin:10px;
}

#news2 p, h3 {
	margin:10px;
}

#news1 li {
	margin-left:20px;
}

#roundtop { 
	background: url('images/tr.gif') no-repeat top right; 
}

#roundbottom {
	background: url('images/br.gif') no-repeat top right;
}

#roundtop2 { 
	background: url('images/tr2.gif') no-repeat top right; 
}

#roundbottom2 {
	background: url('images/br2.gif') no-repeat top right;
}




img.corner {
   border: none;
   display: block !important;
}


#menu ul {
	padding-left: 0px;
	list-style-type: none;
	background: #CC0000 url('images/tr.gif') no-repeat top right;
	
}

#menu li {
	padding-left:0px;
}

#menu a {
	display: block;
	padding: 0px;
	width: 140px;
	border-bottom: 1px solid #eee;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	background-color: #DFDFDF;
	color: #808080;
}

#eventlist {
	margin:0px;
	margin-top:20px;

}

#eventlist a:link, #eventlist a:visited
{
color:white;
}

#eventlist span {
	text-align:center;

}

           /* HList */
     /* -------------------------------  */

#hlist {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width:895px;
	background-color:#CC0000;
        padding-left:5px;
	padding-bottom:3px;
}

#hlist li {
	display: inline;
	list-style-type: none;
}

#hlist a { padding: 3px 5px; }

#hlist a:link, #hlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#hlist a:hover
{
	background-color: #DFDFDF;
	color: #808080;
	text-decoration: none;
}


           /* Footer */
     /* -------------------------------  */

#footer {
	margin:0px;
	margin-top: 10px;
	white-space: nowrap;
	width:895px;
	background-color:#fff;
	padding-bottom:3px;
	border:1px solid black;
}

#footer li {
	display: inline;
	list-style-type: none;
}

#footer a { padding: 3px 5px; }

#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover
{
	background-color: #DFDFDF;
	color: #808080;
	text-decoration: none;
}





           /* Specific Fonts  */
     /* -------------------------------  */


#content h1 {
	font-family: Georgia;
	text-align:center;
	font-size:25pt;
	color:#3d3d3d;
}



#links a {
	margin:10px;
	
}

.bold {
	font-weight:bold;
	text-align:center;
}


         /* Specific Declarations */
     /* -------------------------------  */



img {
	border:none;
}


                 /* Links */
     /* -------------------------------  */



a:link {

	color:#000;
	
}

a:visited {  

	color:#000;
	
}

a:hover, a:active { 

	color:#000;