@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 18px;
	color: #F05C22;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	padding:0px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	text-decoration: none;
	color: #F05C22;
	font-size: 16px;
	margin: 0px;
}
a:link {
	color: #F05C22;
	text-decoration: none;
}
a:visited {
	color: #F05C22;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F05C22;
}
a:active {
	color: #F05C22;
	text-decoration: none;
}
#container {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#twitterHead {
	width: 235px;
	height: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F05C22;
	margin-bottom: 15px;
}

#newsCont {
	width: 490px;
	height: auto;
	float: left;
	margin-left: 20px;
}
#eventsCont {
	width: 235px;
	height: auto;
	float: left;
	margin-left: 20px;
}
#newsHead {
	width: 490px;
	height: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F05C22;
	margin-bottom: 20px;
}
#news {
	width: 490px;
	height: auto;
	font-family: "Helvetica Neue", Helvetica, Arial;
	text-decoration: none;
	font-size: 12px;
	color: #666;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#news p {
}
#eventsHead {
	width: 235px;
	height: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F05C22;
	margin-bottom: 20px;
}
#events {
	width: 235px;
	height: auto;
	font-family: "Helvetica Neue", Helvetica, Arial;
	text-decoration: none;
	font-size: 12px;
	color: #666;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#tweets {
	width: 215px;
	float: left;
	margin-right: 20px;
}
