body{
	background-color:#333333;
	margin:0px;
	padding:0px;
}
#onenationwrapper{
	color:white;
	background-color:#051339;
	position:relative;
	width:900px;
	font-family:"Trebuchet MS",arial,helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
#leftnavdiv{
	float:left;
	margin-left:10px;
	width:150px;
	overflow:hidden;
	top:10px;
	display:inline;
	font-size:11px;
}
#rightbody{
	float:right;
	margin-right:10px;
	top:10px;
	width:730px;
	overflow:hidden;
	display:inline;
}
.clearboth{
	clear:both;
}
.navbox{
	background: url('../images/navbg.gif') repeat-y;
	margin-bottom:2px;
	padding:5px 5px 5px 10px;
	width:140px;
	font-size:13px;
	font-weight:bold;
}
.navbox a:link, .navbox a:visited{
	color:#faf5ae;
	text-decoration:none;
}
.navbox a:active, .navbox a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.navbox ul{
	margin:0px;
	padding-left:15px !important;
	padding-top:5px;
	font-size:12px;
	line-height:15px;
	list-style:square;
}
.cornered{
	padding:5px 10px 5px 10px;
	background:url('../images/corner.jpg') no-repeat;
	margin-left:10px;
	display:inline;
}
.cornered a:link, .cornered a:visited{
	color:#faf5ae;
	text-decoration:none;
}
.cornered a:active, .cornered a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.halfwidth{
	width:335px;
	float:left;
	overflow:hidden;
	display:inline;
	/*height:300px;
	overflow:auto;*/
}
.fullwidth{
	width:680px;
	float:left;
	overflow:hidden;
	display:inline;
	/*height:400px;
	overflow:auto;*/
}
.cornered h2{
	font-size:19px;
	font-weight:bold;
	margin:0px;
	line-height:25px;
}
.highlight{
	color:#adcded;
	font-weight:bold;
}
.timetable{
	font-size:11px;
	line-height:11px;
	margin-left:10px;
	border-collapse:collapse;
	width:714px;
	margin-bottom:10px;
}
.timetable td{
	border-left:1px solid #da2128;
	padding-left:0px;
	text-align:center;
	width:20%;
	font-size:10px;
}

.eventtext{
	color:#ffffff;
}
.datetext{
	color:#cccccc;
}
.eventstart{
	background:url('../images/timeline_start.gif') repeat-x;
}
.eventnormal{
	background:url('../images/timeline_anytime.gif') repeat-x;
}
.eventhighlight{
	background:url('../images/timeline_now.gif') repeat-x;
}
.eventhighlightnewdates{
	background:url('../images/timeline_newdates_highlight.gif') repeat-x;
}
.eventend{
	background:url('../images/timeline_end.gif') no-repeat right;
	font-weight:normal;
}
.eventendhighlight{
	background:url('../images/timeline_endhighlight.gif') no-repeat right;
	font-weight:normal;
}
#onenationwrapper textarea{
	font-family:"Trebuchet MS",arial,helvetica,sans-serif;
	font-size:11px;
}
#onenationwrapper .formFeedback{
	background-color:#6a0c15;
	border-color:#da2128;
}
p{
margin:0px;
}