h1, h2, h3 
{  
    font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: bold
}

h2 { font-size: 14px;}
h3 { font-size: 12px;}


.header {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: 20px; font-weight: bold; color: #000000}
.small {  font-size: 9px}
.subheader { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 20px; font-weight: bold; color: #000000 }

a:link {  font-weight: bold; color: #333366; text-decoration: none}
a:visited {  font-weight: bold; color: #333366; text-decoration: none}
a:active {  font-weight: bold; color: #990000; text-decoration: none}
a:hover {  font-weight: bold; color: #990000; text-decoration: underline}

td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; color: #000000}
input, select, textarea 
{
    background-color: #CCCC99; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #993300
}


	.main-heading {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: bold;
		color : #000000;
	}
	.event-date {
		font-weight: bold;
		line-height: 20px;
	}
	.event-heading {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color : #990000;
		line-height: 35px;
	}
	.event-details {
	    font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #000000;
	}
	
#footer 
{
	background-color: #333333;	
    font-size: 9px;
    color:White;
    padding:5px;
}

#footer div
{
    margin:0 20px 5px 0;
}

#footer a, #footer a:visited
{
    color:White;
    text-decoration:none;
}

#footer a:hover
{
    text-decoration:underline;
}

/* Navigation setup */
#navigation 
{
    border-top:solid 10px #333333;
    border-bottom:solid 1px #333333;
    border-right:solid 1px #333333;
	margin:0;
	padding:0;
	background-color: #999900;	
	color:white;
    width:810px;
    height:20px;
}


#nav 
{
	margin:0;
	padding:0;
	background-color: #999900;	
}

#nav li {
	display:inline;
	padding:0px;
	margin:0;
}


#nav a
{
    display:block;
    color: #ffffff;
    padding:4px 15px 4px 15px;
    border-right:solid 1px #333333;
}

#nav a:link, #nav a:visited {
	color:#ffffff;
	float:left;
	width:auto;
	text-decoration:none;
	font-size: 11px; 
	font-family: Arial, "Helvetica", Verdana, Arial, sans-serif;
}

#nav a:hover {
	color:#000000;
	background-color: #ffff00;	
}

#nav a:active {
	color:white;
	background-color: #CF142B;	
}

#nav_selected a {
	color:#000000;
	background-color: #CF142B;	
}

#nav_selected a:hover {
	color:yellow;
	background-color: #CF142B;	
}