@charset "UTF-8";
/* CSS Document */

body {
	background-color: #dfb881;
}

div#parent { 	
	width: 950px;
	margin: 0 auto;
	font-family: Papyrus, Arial, Helvetica, sans-serif;
}

div#header {
	margin: 2px 0 0 0;
	text-align: center;
}

div#topNav {
	width: 645px;
	margin: 0 auto;
	text-align: center;
}


div#title {
	text-align: center;
	margin-top: 70px;
}


div#leftColumn {
	width: 700px;
	float: left;
	margin: 65px 0 75px 70px;
	color: #000;
	font-size: 110%;
	text-align: left;
	text-decoration: none;
	overflow: auto;
}


div#leftColumn a {
	color: #f24827;
	font-weight: bold;
	text-decoration: none;
}

div#leftColumn a:hover {
	color: #000;
	text-decoration: underline;
}

div#leftColumn h1 {
	margin: 0 0 1px 0;
}

div#leftColumn .leftColumnHighlight {
	color: #f24827;
}

div#leftColumn li {
	margin-bottom: 1em;
}


div#rightNav {
	width: 180px;
	float: right;
	height: 200px;
	margin: 100px -30px 0 0;
}

div#rightNav img {
	margin-bottom: 5px;
}

div#rightNav a {
	color: #000;
	text-decoration: none;
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	padding: 2px 5px;
	margin: -4px 0;
	display: block;
}
div#rightNav a:hover {
    background-color: #C7A371;
	color: #FFFFFF;
	padding-left: 8px;
	text-decoration: underline;
}

div#map {
      background: url(http://www.kued.org/productions/weshallremain/images/IndinAffirsApr09.jpg) top center no-repeat;
	  width: 695px;
	  height: 1200px;
	  }

div#eventsBox {
	font-size: 75%;
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	margin-top: 3em;
	height: 400px;
	overflow: auto;
	display: none;
}

div#eventsBox a {
	display: inline;
	color: #f24827;
	font-weight: bold;
}


div#oddNumberedEventBox {
	background-color: #C7A371;
	padding: 5px;
}


div#rounded {
	background-color:#fff;
	margin: 1em;
	padding: 5px;
}


div#evenNumberedEventBox {
	padding: 5px;
}


div#monthDivider {
	height: 2px;
	background-color: #000;
	margin-bottom: 5em;
}


div#topLinkBox {
	text-align: right;
	background-color: #000;
	padding: 0.3em;
}
div#topLinkBox a:hover {
	text-decoration: underline;
	color: #f24827;
}

div#logoBox {
	width: 640px;
	height: 31px;
	margin: 20px 100px 50px 100px;
}


div#footer {
	width: 800px;
	height: 30px; 
	margin: 0 auto;
	color: #000;
	text-align: center;
}

div#footer a {
	color: #f24827;
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

div#footer a:hover {
	text-decoration: underline;
	
}

div#footer .feedbackHighlight {
	text-decoration: underline;
}


div#underwriters {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 1em 15em;
}

div#kuedLogo {
	margin: 10em 0 0 0;
}
