﻿
body {
	display: block; 
	margin:auto; 
	background-color: black; 
	font: normal 11px Verdana; 
	color:white; 
}

a:link, a:visited {
	text-decoration: none;
	color:white;
}

a:hover {
	text-decoration: none;
	color:red;	
}

#homecontainer{
	margin: 0px auto; 
	top:0;
	bottom:0;
	width:630px;
}

#hc_leftcontent {
    float:left;
    margin:0;
    padding: 1 0 0 0;
   	width:60%;
 	background:;
}

#hc_rightcontent {
    
    float: right;
    margin:0;
    padding: 1 1 0 0;
    width: 37%;
}

h2 {
	text-align:center;
}

.news {
	margin: 0;
	padding: 1px;
	width: 360px;
	line-height: 1.4em;
}

.newsbox{
	margin: 0 auto;
	border-left: 1px silver ridge;
	border-top: 1px silver ridge;
	text-align: justify;
	vertical-align: top;
	border-right-style: ridge;
	border-right-width: 1px;
	border-bottom-style: ridge;
	border-bottom-width: 1px;	
	text-align: center;
	vertical-align: top;
}

.newsimage {
	text-align: justify;
	vertical-align: top;
	border: 1px silver ridge;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
}

.newsintro {
	
	text-align: center;
	text-decoration:underline;
	font-weight:bold;
	font-size: 1.4em;
}

.newstext{
	border: 1px silver ridge;
	text-align: justify;
	vertical-align: top;
}

.eventinfo {
	text-align:center;
}


.twitter-timeline{
	height: 550px;
	color: white;
}

.navfooter {
	display:inline-block;
   	bottom:0;
   	width:100%;
   	text-align: center;
	font-weight:bold;
}
