body,td,th {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
}
img {
	border: 0px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
//	text-shadow: 0 2px 0 #000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1 {
	font-size: 1.6em;
	color: #cc0000;
}
h2 {
	font-size: 1.4em;
	color: #cc0000;
}
h3 {
	font-size: 1.2em;
	color: #cc0000;
}

#container {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	padding: 3px;
	background-color: #c00;
	border-bottom: 5px solid #900;
	text-align: center;
/*  letter-spacing: .1em;*/
	color: #fff;
    font-size: .7em;
}

#menu a {
	padding: 1px;
	color: #fff;
}
#menu a:hover {
	text-decoration: none;
	color: #c00;
	background-color: #fff;
}

#splash {
	margin-top: 5px;

}

#contents {
	margin-top: 10px;
	margin-bottom: 10px;
}

#left_column {
	float: left;
	width: 220px;
	font-size: .8em;
	color: #999;
	line-height: 1.3em;
}
.left_event {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.left_title {
	color: #b00;
	
}

#right_column {
	float: right;
	margin-bottom: 10px;
	border-left: 1px solid #eee;
	width: 420px;
	padding-left: 10px;
	line-height: 1.5em;
	/*letter-spacing: .1em;*/
}
.right_small {
	font-size: .7em;
}
.right_title {
	color: #b00;
	font-size: 1.2em;
}

#footer {
	margin-top: 10px;
	background-color: #ccc;
	color: #fff;
	clear: both;
	text-align: center;
	font-size: .8em;
	padding: 3px;
	border-bottom: 3px solid #999;
	border-top: 3px solid #fff;
}
#footer a { color:#fff;}
#footer a:hover {color:#000; text-decoration:none;}
#badges {
	text-align: center;
}
.errorlist ul {
	margin: 0;
	padding: 0;
}
.errorlist li{
	/*background-color: red;
	color: white;*/
	color: #f00;
	display: block;
	/*font-size: 10px;
	margin: 0 0 3px;
	padding: 4px 5px;*/
}
.small_copy {
	font-size: .8em;
	color: #999;
}