@charset "ISO-8859-1";

html { background: #ffffff; }

body {
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#dddddd;

}

.event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#navcontainer ul
{

margin: auto;
padding: 10px;
background-color: transparent;
background-image: url(images/navbar.gif);
background-repeat: no-repeat;
color: #black;
float: none;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: transparent;
color: black;
text-decoration: none;
float: none;
border-right: 1px solid #036;
}

#navcontainer ul li a:hover
{
background-color: #transparent;
color: #0868f8;
}
