div#colorbar {
	background-color: #e59c4b;
}

div#linkbar a.calendar, div#linkbar a.calendar:link, div#linkbar a.calendar:active, div#linkbar a.calendar:visited {
	color: #fff;
}

/* Basics */

body {
	background-color: #c0c0c0;
	text-align: center;
}

div#container {
	width: 770px;
	background: transparent url(../images/mainbg.gif) repeat-y center center;
	text-align: left;
	margin: 0 auto;
}

div#innercontainer {
	background: transparent url(../images/containerbg.gif) repeat-y left top;
	margin: 0 13px;
}

#bottomcontainer {
	background: transparent url(../images/containerbg_bottom.gif) no-repeat left bottom;
}

/* Top Image */

#image {
	height: 170px;
	padding: 50px 0 0 225px;
	display: block;
	background: transparent url(../images/image.jpg) no-repeat top left;
	margin: 0;
}


	#image a:hover {
		background-position: right bottom;
	}

#left {
	width: 168px;
	float: left;
	color: #787878;
}

#left p {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0 0 0 10px;
	margin-bottom: -5px;
}


#left ul {
	display: block;
	list-style-type: none;
	padding-bottom: 10px;
	margin: 5px 0 0 0;
}

#left ul#participants {
	background: transparent url(../images/menubg_bottom.gif) no-repeat left bottom;
}

#left ul li {
	display: block;
	background: transparent url(../images/arrowbg.gif) no-repeat left top;
	_padding: 1px 0;
}

#left ul li#contact { /* To override #contact styles inherited from /css/secondary/master.css */
	margin: 0;
	padding: 0;
}

#left ul li a, #left ul li a:link, #left ul li a:active, #left ul li a:visited {
	color: #787878;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 25px;
}

#left ul li a:hover {
	color: #000;
}

#left ul li.over a, #left ul li.over a:link, #left ul li.over a:active, #left ul li.over a:visited {
	color: #000;
}

/* Content */

#center {
	background: transparent url(../images/contentbg_top.gif) no-repeat left top;
	padding: 20px;
	margin: 0 0 0 168px;
	min-height: 380px;
}

#center p {
	margin: 0 0 12px 0;
}

#center h1, #center h2 {
	color: #8c0a1b;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#center h2 {
	margin-top: 30px;
}

#center h3 {
	color: #8c0a1b;
	font-family: "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
	font-size: 90%;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}

#center a, #center a:link, #center a:active, #center a:visited {
	color: #8c0a1b;
	border-bottom: 1px dotted #aaa;
}

#center a:hover {
	border-bottom: 1px solid #666;
}

#center ul {
	list-style-type: disc;
	padding-left: 10px;
}

#center img {
        border: 3px solid #c6b67e;
}


#center hr {
	clear: right;
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	border: 0;
	margin: 25px 0;
}

div#center table.overview {
	margin-bottom: 30px;
}

	div#center table.overview th {
		width: 30%;
		color: #666;
		font-family: "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
		padding: 5px 40px 5px 0;
	}

	div#center table.overview td {
		width: 70%;
		padding: 5px 0;
		margin: 0;
	}

#center p.print {
	margin-top: 40px;
}

	div#center div.captionright {
                float: right;
                clear: both;
                width: 250px;
                height: auto;
                display: block;
                padding: 0 0 10px 20px;
	}

	div#center div.captionright img.noborder{
                 border: none;
                 float: right;
                 clear: both;
	}

	div#center div.captionright p{
                 padding-left: 2px;
	}


div#columns {
	width: 535px;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

div#col1, div#col2, div#col3 {
	float: left;
	width: 170px;
	height: 100%;
	margin-right: 5px;
}

ul

  {
    padding-bottom:30px;
  }

li
  {
    line-height: 1.5em;
    margin:15px 0 0 0;
    padding:0 10px 0 0;
    list-style-type:none;
  }
