/* CSS Document */
html, body{
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	padding:0px;
	border: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
 
}
#container{
	width:732px;
	margin:0px auto;
	border: 0px;
}



#topcontainer{
	position: relative;
	width: 731px;
	background-color: #FFF;
	margin-top: -15px;
	min-height: 240px;
}
#topleft{
	position: relative;
	width: 315px;
	float: left;
	text-align: left;
}
#topleft h3{
	color: #666666;
	margin-top: 3px;
}
#topleft p{
	color: #5182BC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#topleft h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	float: right;
	margin-right: 15px;
}
#topleft font {
	color: #5182BC;
}
#topright {
	width: 400px;
	float: right;
	position: relative;
	padding-top: 4px;
	padding-left: 4px;
}
#topright img{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: -1px;
}
#topright h3{
	color: #666666;
	font-size: 12px;
	margin-bottom: 3px;
}

#topright font{
	color: #5182BC;
}


.events{
	margin-left: -10px;
}

.events ul li{
	margin-bottom: 2px;
}

.events ul li a:link, .events ul li a:active, .events ul li a:hover, .events ul li a:focus, .events ul li a:visited {
	color: #666666;
	text-decoration: none;
}

.events ul li a:hover {
	text-decoration: underline;
}

p#eventsbanner {
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
    vertical-align: middle;
	width: 400px;
	height: 23px;
	line-height: 23px;
	background-color: #5182BC;
	text-align: center;
	letter-spacing: 2px;
	margin-top: -1px;
	margin-bottom: 1px;	
}

#eventsbanner h1{
	overflow: hidden;
	height: 50px;
}

#bottomcontainer{
	position: relative;
	width: 732px;
	height: 145px;
	background-color: #FFFFFF;
	clear:both;
}
#bottomright{
	float:right;
	width:401px;
	background-color: #FFFFFF;
	height: 145px;
	clear: right;
}
.bottomleft{
	float:left;
	width:304px;
	background-color:#FFFFFF;
	height: 145px;
	clear: left;
}