/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 950px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#container {
	margin: auto;
	margin-left: 70px;
	margin-top: 20px;
	background-image: url(vertical/border.gif);
	background-repeat: repeat-y;
	min-height: 500px;
}

#content {
	margin-left: 258px;
	width: 600px;
	padding: 7px;
	
	line-height: 150%;
}

#content h1 {
	margin-top: 17px;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
}

#header {
	background-image: url(vertical/header.gif);
	background-repeat: no-repeat;
	height: 90px;
	
	text-align: right;
	padding-right: 20px;
}

#header a {
	color: #CCCCCC;
	text-decoration: none;
}

#header a:hover {
	color: #000000;
}

#header img {
	border: none;
}

#nav {
	margin-left: 236px;
	background-color: #dddddd; /* #c8c8c8 */
	padding: 4px;
	padding-left: 22px;
	margin-bottom: 20px;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	list-style: none;
	display: inline;
}

#nav ul li a {
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a.current {
	background-color: #ffffff;
	color: #000000;
}

#menu {
	float: left;
	padding: 7px;
	width: 210px;
	
	text-align: right;
	line-height: 180%;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu ul li {
	list-style: none;
}

#menu ul li a {
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li a.current {
	font-weight: bold;
}

#pictures img, .pictures img {
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #eeeeee;
	float: left;
}

#pictures br, .pictures br {
	clear: both;
}

.item {
}

.item .itemheader {
	padding: 4px;
}

.style1 {
	background-color: #F5F5F5;
}

.style2 {
}

.item .itembody {
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
}

.item .part {
	padding-right: 20px;
}

.item .date {
	width: 170px;
}

.item .location {
	width: 130px;
	font-weight: bold;
}

.item .topic {
	font-weight: bold;
}

.item .itembody table {
	margin-bottom: 6px;
}

.error {
	font-style: italic;
	text-align: center;
}