#header {
	background: #F7C548;
	border: 1px solid #F7C548;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin-left: 100px;
	margin-right: 100px;
	padding-left: 10px;
	padding-right: 10px;
}

#header div.title {
	font-weight: bold;
	margin-left: 15px;
}

#events {
	border: 1px solid #F7C548;
	border-top: 4px solid #F7C548;
	background-color: #FDF3DB;
	margin-top: 0;
	margin-left: 100px;
	margin-right: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
}


#events a {
	color: #000000;
	text-decoration: underline;
}
#events a:hover {
	color: #F7C548;
	text-decoration: underline;	
}



#content {
	margin-top: 50px;
}





                /* News Section */
#box_clear { clear: both; }
                
#content_none {
	background-color: #FDF3DB;
	margin: 45px 2% 0;
	margin-top: 50px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	border: 1px solid #F7C548; 
	font-size: small;
}


#events div {
	margin-top: 25px;
}


#events div div.name {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}
#events div div.date {
	margin-top: -5px;
	font-size: smaller;
	font-style: italic;
}
#events div div.loc {
	margin-top: 0px;
	font-size: smaller;
	font-weight: bold;
}
#events div div.rm {
	margin-top: 2px;
	margin-bottom: 20px;
}
#events div div.text {
	margin-top: 10px;
}
#events div.eventbox {
	margin-top: 25px;
	margin-bottom: 25px;
}

#events div.eventbox div.name span.status {
	font-weight: normal;
	color: red;
	font-style: italic;
}

#events div.eventbox div.image {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
}

#events div.eventbox div.image img {
	width: 90px;
	height: 90px;
}


#pageshow {
	margin-left: 100px;
}

#pages {
	clear: both;
	padding-top: 50px;
	padding-bottom: 25px;
}

#pages div a {
	margin-left: 10px;
	margin-right: 10px;
}

#pages div.pleft {
	float: left;
	margin-left: 100px;
}

#pages div.pright {
	float: right;
	margin-right: 100px;
}

#pages div a:hover {
	color: #000;
	text-decoration: underline;
}