/* CSS FOR ALL WEBSITES */

* {font-family:sans-serif;}

#content_container {
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	padding: 0px;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	overflow: hidden; 
	position: relative; 
	word-wrap: break-word;  
	text-align: center; 
	width: 855px;
	background: transparent no-repeat bottom center;
}

.center {text-align: center;}

#main_table {
	width: 100%; 
	text-align: center;
}

#sidenav {
	width: 180px;
	height: 1030px;
	overflow: auto; 
}

td.main_td {
	padding: 5px;
}

/* CSS FOR ARTICLE WEBSITES */

#article1 {
	width: 630px;
	height: 475px;
	overflow: auto; 
}

#article2_colspan2 {
	width: 630px;
	height: 525px;
	overflow: auto; 
}

#article3_colspan2 {
	width: 630px;
	height: 525px;
	overflow: auto; 
}

#article2 {
	width: 303px;
	height: 525px;
	overflow: auto; 
}

#article3 {
	width: 303px;
	height: 525px;
	overflow: auto; 
}

#full_article {
	width: 630px;
	height: 1030px;
	overflow: auto; 
}

#archived_stories {
	width: 630px;
	height: 1030px;
	overflow: auto; 
}

.article_title {
	font-size: 24pt;
	padding-bottom: 0;
	margin-bottom: 0;
	text-shadow: #000;
}

.article_author {
	font-size: 7pt;
	padding-top: 0;
	margin-top: 0;
	line-height: 0.5;
}

.article_body {
	text-align: left;
	font-size: 10pt;
}

.caption {
	font-size: 7pt;
	font-style: italic;
	text-transform:uppercase;
	text-align: center;
	
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
	
	padding-right: 5px;
	padding-left: 5px;
}

