body{
	background-color: #A52A2A;
	font-size: 1.0em;
	font-family: "Times New Roman", Times, serif;
}
#wrapper{
	background-color: #ffffec;
	color: #000000;
	width: 750px;
	margin-left: 10px;
	border: solid;
	border-color: #D2B48C;
	border: medium;
}
#banner{
	background-color: #ffffec;
	text-align: center;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;

}
#nav{
	text-align: center;
	background-color: #D2B48C;
	color: #000000;
	height: 25px;
	border-bottom: thin solid #D2B48C;
}


	
#firstp {
	float: left; 
	font-size: 210%; 
	line-height: 1.0;
	font-weight: bold;
}

#content{
	padding: 20px;
	font-family: Amphion,Angostura,Bangle;
}

#contentNew{
	padding:20px;
	font-family: Amphion,Angostura,Bangle;
	background-color:#663300;
	color:#FFFFFF;

}

.contentNew{
	font-weight:bold;
	}

#box{
	text-align: left;
	margin-left: 230px;
	font-weight: bold;
}

#footer{
	width: 100%;
	text-align: center;
   	border-top: 2px solid #D2B48C;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #D2B48C;
	color: #000000;
	position:relative;
	clear: both;
}

.text:first-letter{
	float: left; 
	font-size: 220%; 
	line-height: 1.0;
}


a:hover {
	color: #FF0000;
}

a{
	color: #0000FF;	
}

a:visited {
color:#0000FF;
	}

h1 {
	text-align: center;
	text-decoration: none;
	font-family: serif;
	padding-bottom: 20px;
}

 h2{
	text-align: center;
	text-decoration: underline;
	font-family: serif;
	padding-bottom: 20px;
}

h3{
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
}

h4{
	text-align: center;
	font: normal normal bold large Arial, Helvetica, Sans-Serif;

}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0px;
	font:normal 12px Verdana, San-Serif;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#0000FF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #ffffec;
	color:#FF0000;
}
#dropmenudiv a{ /*link background color*/
	background-color: #D2B48C;
	color:#0000FF;
}



#calander td{
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}

#calander th{
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: #A52A2A;
	color: White;
}

#events td{
	padding: 10px;
}

#events th{
	background-color: #A52A2A;
	color: White;
}
pre{
	font-size: .8em;
}
ul{
	font-weight: bold;
	font-size: medium;
	font-family: Amphion;
	text-align: left;
	padding: 30px;
}
ul li{
	font-weight: normal;
	font-size: medium;
	list-style-image: url(../images/cross.gif);
}

