* {
	margin: 0;
	padding: 0;
}

body {      
	text-align: center;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-serif;
    color: #000000;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
}


a {
	color: #10b137;
	text-decoration: none;
	text-decoration: underline;
	
}

a:hover {
	color: #444444;
	text-decoration: underline;
}

#container {
	margin-top: 48px;
	height: 400px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#topBar {
	width: 906px;
	position: relative;
}

#bottomBar {
	font-size: 13px; 
	color: #FF9900;
	position: relative;
	margin-top: 20px;
}

#contentSection {
	margin-top: 12px;
	width: 920px;
	position: relative;
}

#newsCol {
	width: 200px;
	height: 360px;
	float: left;
	position: relative;
}

#videoCol {
	width: 480px;
	height: 360px;
	float: left;
	margin-left: 13px;
	position: relative;
}


#menuCol {
	width: 200px;
	height: 360px;
	float: left;
	margin-left: 13px;
	position: relative;
}

#newsItems {
	text-align: left;
	font-size: 13px; 
	color: #10b137;
	width: 90%
}

.newsItem {
	margin-top: 13px;

}

.newsItem .date {
	font-size: 12px;
	font-weight: bold;
}


.clear {
	clear: both;
}


.scroll {
  height:300px;
  width:200px;
  overflow:auto;
}


