body {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}
textarea {
    	font-family: Helvetica, Arian, Sans-serif;
    	font-size:12px;
} 
 

a img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#main {
	width: 900px;
	margin: 0 auto;
}

#home_rightcopy {
	padding-top: 25px;
	padding-right: 35px;
	background-repeat: no-repeat;
}

#maincontent {
	padding: 16px;
	padding-right: 25px;
}

#maincontent_about {
	padding: 16px;
	padding-right: 0;
}


#leftlinks {
	padding: 22px;
	padding-top: 10px;
}

.small {
	font-size: 10px;
}

.news_article table
	{
		background-image:url(../images/news_article_bg.jpg);
		background-repeat:no-repeat; 
		background-position:top center;
		color: #707172;
	}
.news_article table td
	{
		padding-left: 20px;
		padding-right: 20px;
	}
.news_article .headline
	{
		color: #224773;
		font-size: 12pt;
		padding-bottom: 0px;
	}
.news_article .credits
	{
		color: #224773;
		padding-top: 0px;
	}
.news_article a 
	{
		color: #7e7f80; 
		text-decoration:underline;
	}
	
.news_left
	{
	padding: 40px;
	height: 100px;
	overflow:hidden;
	margin-top: -250px;
	padding-top: 50px;
	}
	
#base_foot
	{
		background-image:url(../images/footer_bottom.png);
		background-repeat:no-repeat;
		height: 50px;
		width: 900px;
		background-position:top center;
		text-align:center;
		padding-top: 15px;
		
	}
#base_foot a
	{
		text-decoration:none;
		padding: 5px;
		font-weight:normal;
	}

