/* CSS Document for Index Page*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, tr, td {  
margin: 0; 
padding: 0; 
border: 0; 
}
body, tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #212349;*/
	color: #000000;
}
.logo{
	left: 0;
	top: 0;	
}
.home_events_head {
	color: #000000;
	font-weight: bold;
}
.home_events {
	list-style-type: none;	
}
.section_header {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}
.content li {
	margin-left: 20px;
	margin-top: 15px;
}
.content a{
	text-decoration: underline;
	color: blue;
}
.content a:hover{
	text-decoration: none;
}
.content {
	width: 550px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.news_title {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
}
.news_header {
	display: block;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.news_content {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p.news_content {
	margin-top: 8px;
	margin-bottom: 7px;
	margin-left: 20px;
	margin-right: 10px;
}
/*.news_content a:link, .news_content a:active, .news_content a:visisted, .news_header a:link, .news_header a:active, .news_header a:visisted {
	color: #FFFFFF;
	text-decoration: underline;
}*/
#news a:hover {
	text-decoration: none;
}
#fb {
	margin-left: 45px;
    margin-top: 20px;
}
#twitter {
    width: 175px;
    margin: 25px 0 0 30px;
    overflow: hidden;
    font-size: 11px;
}

