#navigation {
	height:40px;
	background-color: #4e4e4e;
	margin-bottom:20px;
}

#navigation li {
font-weight: bold;
float:left;
list-style-type:none;
text-transform:uppercase;
/*padding-left:60px;*/
padding-top: 5px;
color: #FFFFFF;
letter-spacing:9px;
font-size: 20px;
}

#navigation li.notfirst {
	padding-left: 110px;
}

#content_inner {
	padding-left:10px;
}

#navigation li a {
text-decoration:none;
color: #FFFFFF;
}

#navigation li a:hover {
	color: #ede345;
}

#header {
	margin-top: 20px;
	background-image: url('/img/header.png');
	background-color: #ffffff;
	height: 265px;
	background-repeat: no-repeat;
}

#footer {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 20px;
}

#footer a {
	text-decoration: none;
	color: black;
}

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

td.yellow_bg {
        background-color: #ffff99;
}

td.orange_bg {
	background-color: #ffcc66;
}

td.green_bg {
	background-color: #99ff66;
}

td.blue_bg {
	background-color: #99ccff;
}

td.purp_bg {
	background-color: #ff99ff;
}

td.bot_b {
	border-bottom: #a8a8a8 1px solid;
}

td.top_b {
	border-top: #a8a8a8 1px solid;
}

th.room {
        width: 100px;
}

th.time {
        width: 40px;
}

td.time {
        border-bottom: #a8a8a8 1px dashed;
        border-right: #a8a8a8 1px solid;
}

td.time_last {
        border-bottom: none;
}

th {
        text-align:right;
        border-right: #a8a8a8 1px solid;
        border-bottom: #a8a8a8 1px solid;
}

td.event {
	border-right: #a8a8a8 1px solid;
	text-align:center;
}

p.byline {
	margin-top: 0px;
	margin-bottom:20px;
	font-size: 1.3em;
	border-bottom: #a8a8a8 1px dotted;
}

h1.news_post {
	margin-bottom:0px;
	font-size: 2em;
	font-weight: bold;
}

a.anchor_link {
	text-decoration: none;
	color: inherit;
}

a.anchor_link:hover {
	text-decoration: underline;
}

a.anchor_target {
	text-decoration: none;
	color: inherit;
}

h3.event_desc {
	margin-top: 60px;
}

h4.event_desc {
	margin-bottom: 0px;
	margin-top: 30px;
}


