*{
margin:0;
padding:0;
}

body{
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background: #800000;
}

h1 {  font-family: Garamond, AGaramond, "Times New Roman", serif; font-size: 40px; font-weight: bold; color: #6666CC}

a{color:#6666CC;}

img{
	border: none;
}

.ul{
	list-style-position: inside;
}

ol li{
	padding-bottom: 6px;
}

.hidden
{
	position:absolute;
	left:-9999px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.bold{
	font-weight: bold;
}

.alert{
	color: #D00000;
}

.center{
	text-align: center;
}

.transparent{
	background-color: transparent;
}

.smallfont{
	font-size: xx-small;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

#wrapper{
	width: 95%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	height: 100%;
}

#topsection{
	width: 100%;
	background: #fff;
	text-align: center;
}

#topnav{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #800000;
	min-width:565px;
}

#topnav a{
	color: #fff;
	text-decoration: none;
}

#topnav a:hover{
	color: #ccc;
	text-decoration: none;
}

#topnav li{
	display: inline;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

#bottomsection{
	height: 100%;
	min-width:747px;
	background: #fff;
}

#content{
	padding: 10px;
	margin-left: 120px;
	background: #f7f7D7;
	min-height: 620px;
}

#news{
	float: left;
	width: auto;
}

#content hr{
	border: 0;
	height: 3px;
	background: #CCCC99;
	margin-top: 14px;
	margin-bottom: 14px;
}

#content h2{
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 4px;
}

#content h3{
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 0px;
}

#news h2{
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 4px;
}

#upcoming{
	float: right;
	width: 460px;
	margin-left: 20px;
}

#upcoming h2{
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 4px;
}

#leftnav{
	margin-top: 6px;
	float: left;
	font-family: Verdana;
	width: 100px; /*Width of left column*/
	background: #fff;
	font-size: 12px;
	height: 100%;
}

#leftnav h3{
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}

#leftnav ul{ 
	padding: 0 0 0 10px;
}

#leftnav li{
	margin-left: 12px;
	padding-top: 2px;
	list-style: square;
	list-style-image: url("http://status.cites.uiuc.edu/cites/graphics/bullet_s.gif");
}

#leftnav p{
	padding-left: 12px;
	font-size: 12px;
	font-weight: bold;
}

#summary{
	padding-top: 0px;
}

#summary h2{
	font-size: 19px;
}

#summary table{
	width: 100%;
	font-family: Times, serif;
	text-align: left;
}

#summary table th{
	padding-bottom:4px;
} 

#summary table td{
	font-size: 13px;
	padding: 3px;
}

#summary table h3{
	font-size: 14px;
}

#summary table .description{
	width:100%;
	font-style: italic;
	padding-left: 8px;
}

#summary table .highlight{
	background: #E0E0F0;
}

#eventlist{
	padding-top: 0px;
}

#eventlist h2{
	font-size: 19px;
}

#eventlist table{
	width: 100%;
	font-family: Times, serif;
	text-align: left;
}

#eventlist table th{
	padding-bottom:4px;
} 

#eventlist table td{
	font-size: 13px;
	padding: 1px;
}

#eventlist table h3{
	font-size: 14px;
}

#eventdetail{
	padding-top: 0px;
}

#eventdetail h2{
	font-size: 19px;
}

#eventdetail table{
	width: 100%;
	font-family: Times, serif;
	text-align: left;
	background: #f7f7D7;
	border-spacing: 3px;
}

#eventdetail table th{
	padding: 2px;
} 

#eventdetail table .transparent{
	background: transparent;
} 

#eventdetail table td{
	font-size: 14px;
	padding: 2px;
}

#eventdetail table h3{
	font-size: 14px;
}

#editpanel{
	padding-top: 0px;
	background: #CCCCFF;
}

#editpanel h2{
	font-size: 19px;
}

#editpanel table{
	width: 100%;
	font-family: Times, serif;
	text-align: left;
	border-spacing: 4px;
}

#editpanel table th{
	padding: 1px;
	text-align: right;
	background: #9999CC;
	white-space: nowrap;
} 

#editpanel table .transparent{
	background: transparent;
} 

#editpanel table td{
	font-size: 14px;
	padding: 1px;
}

#editpanel table h3{
	font-size: 14px;
}

#editpanel hr{
	border: 0;
	height: 2px;
	background: #000;
}

#footer{
	clear:both;
}

#table2{
	font-size: 17px;
}

#table2 th, #eventdetail th{
	padding: 4px;
	width: 110px;
	background: #CCCC99;
}
#table2 td, #eventdetail td{
	padding: 4px;
	background: #FFF;
}
