@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #666666;
	background-image: url(../images/newsprint.jpg);
}
#ontainer {
	width: 1400px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
#template_container {
	width: 1400px;
	margin: 0 auto;
	text-align: left;
}

a:link {
	color: #033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #033;
}
a:hover {
	text-decoration: none;
	color: #033;
}
a:active {
	text-decoration: none;
	color: #033;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1px;
	line-height: 0px;
}

#template_box {
	position: relative;
	clear: both;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin: 0px;
}

#template_box_content {
	color: #000;
	margin-top: 0;
	margin-right: 340px;
	margin-bottom: 0;
	margin-left: 340px;
	width: 660px;
	position: relative;
	padding: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#template_box_content .link {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}

#template_box_content_title {
	color: #FFF;
	margin-top: 0;
	margin-right: 340px;
	margin-bottom: 0;
	margin-left: 340px;
	width: 680px;
	position: relative;
	background-color: #600;
	height: 60px;
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#template_box_content_title a{
	color: #FFF;
}
#template_box_content .section_hl{
	text-decoration: none;
}
#template_box_content .section_hl a {
	color: #06C;
	text-decoration: none;
}
#template_box_content .section_byline {
	font-size: 14px;
	font-weight: bold;
}
#template_box_sidebar_left {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
}
#template_box_sidebar_right {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.template_box_ad {
	padding: 0px;
	height: 130px;
	width: 290px;
	border: 5px solid #000;
	background-color: #033;
	margin: 0px;
}
.template_box_ad_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	letter-spacing: 0.2em;
}
.template_box_ad_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#ad_box {
	color: #FFF;
	margin-top: 0;
	margin-right: 340px;
	margin-bottom: 0;
	margin-left: 340px;
	width: 700px;
	position: relative;
	background-color: #06C;
	padding: 0px;
	background-image: url(../images/banner_ads_front.jpg);
	height: 90px;
}
.clearfloat_0 {
	clear:both;
	height:10px;
	font-size: 1px;
	line-height: 0px;
}
.nv_mat_topic {
	font-size: 16px;
	font-weight: bold;
	background-color: #FCF;
	text-align: center;
}
#archive_box2 {
	background-color: #FFF;
	float: left;
	padding: 0px;
	width: 660px;
	margin: 0px;
	position: relative;
}
#template_box_content .archive_issue{
	padding: 0px;
	width: 220px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#template_box_content .archive_issue a{
	text-decoration: none;
}

.archive_issue a:link {
	text-decoration: none;
	color: #FFF;
}
.archive_issue a:visited {
	text-decoration: none;
	color: #FFF;
}
.archive_issue a:active {
	text-decoration: none;
	color: #FFF;
}
.archive_issue a:hover {
	text-decoration: none;
	color: #0069b0;
}
#template_box_content .cover_photo{
	padding: 0px;
	margin: 0px;
	position: relative;
}
#template_box_content .issue_link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
}
