@charset "utf-8";
/* CSS Document */

body{
	font-family: Tahoma;
	background-color: #999;
	text-align: center;
	}

#wrapper{
	width: 1024px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFC;
	text-align: center;
	}
	
#wrapperSmall{
	width: 970px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFC;
	text-align: center;
	}
	
#header{
	width: 970px;
	height: 100px;
	text-align: center;
	float: left;
	background-color: #000000;
	}
	
/* Header for Issues - change to 970 when you convert size */
#backHead{
	width: 1024px;
	height: 50px;
	font-size: 12px;
	text-align: center;
	float: left;
	background-color: #FFC;
	color: #990000;
	}
	
#mainHeader{
	width: 750px;
	text-align: center;
	float: left;
	}
	
#currentIssues{
	width: 450px;
	float: left;
	text align: center;
	}
	
.headline{
	font-family: tahoma;
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	}
	
#mainContent{
	width: 750px;
	height: 350px;
	float: left;
	font-size: 12px;
	background-color: #FFC;
	}

#haddonfield{
	width: 225px;
	float: left;
	overflow: auto;
	background-color: #FFC;
	}
	
#collingstown{
	width: 225px;
	float: left;
	background-color: #FFC;
	text-align: left;
	}
	
#advertising{
	width: 300px;
	float: left;
	}
	
#archive{
	width: 200px;
	height: 350px;
	float: left;
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	overflow: auto;
	}
	
#footer{
	width: 970px;
	height: 50px;
	font-size: 12px;
	line-height: 40px;
	color: #990000;
	text-align: center;
	background-color: #FFC;
	float: left;
	}
	
.archiveTitle{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	}
	
.archiveList{
	font-size: 12px;
	}
	
.archiveCat{
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	}
	
#archive a:link{
	text-decoration: none;
	color: #000000;
	}
	
#archive a:hover{
	text-decoration: none;
	color: #000000;
	}
	
#archive a:active{
	text-decoration: none;
	color: #000000;
	}
	
#archive a:visited{
	text-decoration: none;
	color: #000000;
	}

.issueTown{
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	}
	
.advertisingInfo{
	font-size: 16px;
	font-weight: bold;
	color: #999;
	}
	
a:link{
	text-decoration: none;
	color: #990000;
	}
	
a:hover{
	text-decoration: none;
	color: #990000;
	}
	
a:active{
	text-decoration: none;
	color: #990000;
	}
	
a:visited{
	text-decoration: none;
	color: #990000;
	}
	
img {
	border: none;
	}