body{
	background:#ffffff url(../images/background.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a{
	color:#630000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;}
.clear{clear:both;}
#main{
	margin:20px auto;
	width:950px;
}
#header{

}

/**
 * Navigation
 */

#navigation{
	width:289px;
}
#navigation img{
	display:block;
}
#navigation .hover{
	display:none;
}
#navigation .main a:hover{
	_border:1px solid #000000; /* why this fixes my ie6 bug...nobody will ever know... */
}
#navigation .main a.selected img,
#navigation .main a:hover img{
	display:none;
}
#navigation .main a.selected .hover,
#navigation .main a:hover .hover{
	display:block;
}
#navigation .min_height{
	float:left;
	height:700px;
}


#body{
	background:#ffffff url(../images/body_back.jpg) repeat-y 0 0px;
	width:100%;
	margin-top:-3px;
	_margin-top:0;
}
#body td{
	vertical-align:top;
}
#content{
	background:transparent url(../images/content_back.jpg) no-repeat bottom right;
	padding-bottom:20px;
}
#content .inner{
	padding:5px 20px 5px 10px;
}
#footer{

}

#publications{
	margin-top:20px;
}

h1{
	font-size:19px;
	font-weight:bold;
	color:#770000;
	margin-bottom:10px;
}
.header{
	float:left;
	overflow:hidden;
}

.headertext{
	font-size:15px;
	color:#630000;
}

#important{
	background:#ffffd7;
	border:1px solid #e7d197;
	padding:5px 10px;
	width:370px;
	margin:30px auto;
	color:#330000;
}
#important .title{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#sidebar{
	width:213px;
}
#sidebar img{
	display:block;
	margin-bottom:5px;
	border:1px solid #ffffff;
}
#sidebar div{
	position:absolute;
	top:290px;
}
ul {
	padding: 5px;
	margin: 15px;
}
li {
	list-style: disc;
}

strong {
	font-weight:bold;
}

em {
	font-style: italic;
}

/**
 * Subnavigation
 */

#subnavigation{
	list-style:none;
	text-align:center;
	margin-bottom:15px;
}
#subnavigation li{
	display:inline;
	margin-right:5px;
}
#subnavigation a{
	color:#500000;
}
#subnavigation a:hover{
	color:#770000;
}

div#eventform{
	margin:15px 0 0 0;
}

div#eventform fieldset{
	border:1px solid black;
	width:300px
}

div#eventform legend{
	border:1px solid black;
	padding:5px;
	font-weight:bold;
	margin:0 0 0 5px;
}

div#eventform label{
	width:150px;
	display:block;
	font-weight: bold;
}

div#eventform li{
	list-style: none;
	margin-bottom:4px;
}

div#eventform textarea{
	width:200px;
}

div#eventthanks p{
	margin:10px 0 10px 0;
}

div#eventthanks blockquote{
	margin-left:15px;
}

div#sidebar{
	padding:0 20px 0 30px;
	position:relative;
	top:-200px;
}
