

/* content */

#newevent_intro {
	
}
#newevent_intro ul{
	font-size: 16px;
	color: #666;
}
#newevent_special1 {
	float: left;
	width: 330px;	
}
#level3body #newevent_special1 ol {
	font-size: 16px;
	color: #666;
	margin-left: 30px;
	list-style-type:decimal;	
	list-style-position:outside;
}
#level3body #newevent_special1 ol li{
	padding-left: 0px;
	margin: 0 0 10px 0;
	list-style-position:outside;
}
#newevent_special2 {
	float: right;
	width: 300px;
}

.rowtopline {
	margin-top: 15px;
	display: block;
	border-top:  solid 1px #ddd;
	padding: 10px 0;
}


/* sidebar */
.newevent_side {
	background-color: #f5f5f5;
	border:  solid 1px #ddd;
	padding: 10px;
	margin-bottom: 10px;
	color: #666;
}
.newevent_side h3{
	color: #f47920;
	border-bottom:  solid 1px #ddd;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.newevent_side p{
	margin-bottom: 10px;
}

.newevent_bigtext
{
    font-size: 16px;
	color: #666;
}

.bottommargin10 {
	margin-bottom: 10px;	
}
.testify a{
	font: normal 16px/22px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.testify em{
	font-size: 12px;
}
.testify em:hover{
	color: #0077C0;
}

#newevent_subnav {
padding: 0px 0px 3px 0px;
margin: 0px;
clear: both;
height: 30px;
width: 98%;
list-style-type: none;
}
#newevent_subnav ul{
margin-left: 11px;
}
#newevent_subnav li{
display: block;
width: auto;
float: left;
position: relative;
height: 20px;
padding: 5px 15px 0 0;
font-size: 100%;
}
#newevent_subnav li a{
color: #666;
text-decoration: none;
}
#newevent_subnav  a:hover{
color: #333;
text-decoration: underline;
}
#newevent_subnav a.on {
font-weight: bold;
text-decoration:none;
}
#newevent_subnav a.on:hover{
text-decoration:none;
color:#333;
font-weight: bold;
}
.newevent_OrangeBox {
	background: #fff;
	border: 5px solid #F47920;
	display: block;
	margin: 10px 0;
}
.newevent_OrangeBox h3 {
	color: #fff;
	background: #F47920;
	font: 600 12pt "Times New Roman", Times, serif;
	padding: 5px;
	margin: 0;
}
.newevent_OrangeBox p {
	padding: 5px;

}
.newevent_OrangeBox img {
	border: 0;

}