/* index.css - css file for index */
.news
{
	height: 100%;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.subHeading
{
	font-family: arial, san-serif;
	color: #006631;
	font-size: 18pt;
	text-align: center;
	margin-top: 10px;
	border-bottom: 5px solid #663366;
}
.subText
{
	margin-bottom: 10px;
	text-align: left;
	border: 1px solid #663366;
	padding: 5px;
}
#rightLinks
{
	position: relative;
	right: 10px;
	width: 150px;
	padding: 5px;
	height: 100%;
	float: right;
	text-align: center;
}
#rightLinks p
{
	font-size: 75%;
}
#newsWrapper
{
	width: 800px;
	margin-left: 20px;
}
