/* CSS FOR ALL WEBSITES */

* {font-family:sans-serif;}

#content_container {
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	padding: 0px;
	overflow: hidden; 
	position: relative; 
    top: -10px;
	word-wrap: break-word;  
	text-align: center; 
	width: 855px;
}

#date_div {
	text-align: right; 
	float: right; 
	z-index: 100; 
	position: relative; 
	top: 100px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	padding-right: 20px; 
	margin: 0px;
}

p { font-size: 10pt; }
h3 { font-size: 14pt; }
h2 { font-size: 18pt; }
h1 { font-size: 22pt; }

.center {text-align: center;}

#main_table {
	width: 100%; 
	text-align: center;
    position: relative;
    top: -50px;
}

#headnav {
    padding-top: 10px;
    padding-bottom: 10px;
}

#headnav p {
    padding: 3px;
    margin: 3px;
}

#headnav img {
    margin-top: 3px;
    margin-bottom: 3px;
}

#sidenav {
	width: 180px;
	height: 1030px;
	overflow: auto; 
}

td.main_td {
	padding: 5px;
}

p.site_by_text {
    position: relative;
    top: -50px;
}

/* CSS FOR ARTICLE WEBSITES */

#article1 {
	width: 630px;
	height: 475px;
	overflow: auto; 
}

#article2 {
	width: 303px;
	height: 525px;
	overflow: auto; 
}

#article3 {
	width: 303px;
	height: 525px;
	overflow: auto; 
}

#article2 p {
	font-size: 8.5pt;
}

#article3 p {
	font-size: 8.5pt;
}

#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;
}
