body {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0.8em 0;
	font-size: 85%;
}

td {
	font-size: 85%;
	text-align: center;
}

div#outerWrap {
	margin: 0 auto;
	width: 745px;
}

div#outerWrapPop {
	margin: 0 auto;
}

div#innerWrap {
	text-align: left;
}

div#navBG {
	height: 45px;
	background-color: #BBBBDD;
}

div#content {
	padding: 10px 15px;
	background-color: #ddddee;
}

#mainBody {
	padding: 10px 15px;
	width: 480px;
	background: #fff url(images/mainBody-topBorder.gif) top left no-repeat;
}

#mainBody-right {
	margin-left: 200px;
	padding: 10px 15px;
	width: 480px;
	background: #fff url(images/mainBody-topBorder.gif) top left no-repeat;
}

#mainBody-l2 {
	padding: 10px 15px;
	width: 678px;
	background: #fff url(images/mainBody-l2-topBorder.gif) top left no-repeat;
}

#mainBody-l2Pop {
	padding: 10px 15px;
	background: #fff url(images/mainBody-l2-topBorder.gif) top left no-repeat;
}


#sidebar {
	float: right;
	width: 182px;
}

#sidebar-left {
	font-size: 85%;
	background-color: #fff;
	float: left;
	width: 182px;
}

#sidebar-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar-left ul li a {
	float: left;	/* IE Fix */
	clear: left;	/* IE Fix */
	text-decoration: none;
	color: #666699;
	padding: 5px 10px;
	display: block;
}

#sidebar-left ul li>a {
	float: none;	/* Mozilla Fix */
}

#sidebar-left ul li a:hover {
	text-decoration: underline;

}

#events {
	padding-bottom: 10px;
	text-align: center;
	background-color: #fff;
}

#feedback {
	text-align: center;
	width: 182px;
	
}

#feedback a {
	color: #7C84AC;
}

#events p {
	font-size: 75%;
}

#events h4 {
	font-size: 85%;
	color: #666;
	background-color: #EEEEEE;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h3 {
	font-weight: normal;
	color: #999;
}

a:link {
	color: #6699CC;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #6699FF;
}

a.pdflink {
	display:inline-block;
	padding-right:18px;
	background: transparent url(/images/pdf-icon.gif) left no-repeat;
	background-position:bottom right;	
}

.bigred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #900;
}


/* MODALS */
#bio-modal-wrap {
	display: none;
	font-size: 85%;
	height: 420px;
	margin-left: -250px;
	left: 50%;
	line-height: 1.4em;
	position: fixed;
	top: 10%;
	width: 550px;
	z-index: 5;
}

#bio-modal {
	border: 5px solid #444;
	background: transparent url(/images/main-content-bg.jpg) 0 -100px no-repeat;
	color: #ddd;
	height: 400px;
	padding: 16px 16px 32px;
	overflow-y: auto;
}


.bio-pic {
	border: 2px solid #444;
	float: left;
	margin: 0 16px 8px 0;
}

.bio-controls {
	text-align: right;
}

