/* CSS Document */


.right {
	width: 25%;
	padding-top: 8px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-bottom: 20px;
	padding-right: 5px;
	float: right;
	text-align: center;
	overflow: auto;
}
.newsfeed {
	font-size: 12px;
	border: 1px solid black;
	padding-top: 5px;
	padding-left: 5px;
	height: 370px;
}
.googleAdRight {
	margin-top: 15px;
}

.footer {
	clear: both;
	height: 100px;
	background-color: #000099;
	padding-left: 30px;
	color: white;
	margin-top: 25px;
}
.footer .links {
	width: 75%;
}

.links a{ color: #FFFFFF; text-decoration: none; }
.links a:visited {color: #FFFFFF; text-decoration: none; }
.links a:hover {color: #00FF00; text-decoration: underline; }

.left {
	overflow: visible;
	float: left;
	width: 70%;
}
