html, body{
	margin:0;
	padding:0;
	height: 100%;
	font: medium;  
	background-color:#525252;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

 
#table{ 
 width:800px; 
 height: 600px;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 padding: 10px;
 text-decoration:none;
} 
 
#top{
	position:relative;
	height:100px;
	background-color:#FFF;
	width:100%;
	padding: 5px;
	float: left;
	overflow:hidden;
	text-decoration: none;
	
	
} 

#top .column{
float: left;
overflow:hidden;

}

#tleft{
height: 100%;
width: 250px;
float: left;


}

#tright{
height: 100%;
width: 550px;
float: left;
text-align: right;
}


#menu{
	width: 100%;
	height: 30px;
	clear: both;
	background-color: #E9E9E9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:;
	padding: 5px;
	text-decoration: none;
}
 
 #menu li {
	list-style-type: none;
	display: inline;
	padding: 5px;
 }

#menu ul  {
	margin: 0;
	padding: 6px;
	color: #31859D;
	text-decoration: none;
}

#menu ul li a {
	color:#31859D;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #35A43A;
}

#maincol{
	float: left;
	position: relative;
	width: 100%;
	height: 400px;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #F0F0F0;
	overflow:hidden;
	text-align: center;
 }
#maincolpastevents{
	float: left;
	position: relative;
	width: 100%;
	height: 400px;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #E9E9E9;
	overflow:hidden;
	text-align: center;
 }
 
#footer{
	height: 15px;
	width: 100%;
	background-color:#FFF;
	font: 11px verdana, arial, tahoma, sans-serif;
	clear:both;
	text-align: center;
	padding: 5px;
 } 
 
#spaceline {
	width: 100%;
	height: 5px;
	clear: both;
}
