@charset "UTF-8";
/* CSS Document */


/* LINKS SECTION starts here */
a:link {
	color: #C4252A;
}

a:visited {
	color: #d35b5f;
}

a:hover {
	color: #C32429;
}
/* LINKS SECTION ends here */


body {
	background: #818181;
	margin: 0; /* 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: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 912px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#main_column {
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 5px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

/*Could possibly delete
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse 
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div 
	color: #C32429;
	font-size: 22px;
}*/

.oneColFixCtrHdr #center {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
	clear: left;
	background-color: #818181;
	text-align: center;
}
#bottom_curve {
	clear: left;
}


/* FOOTER SECTION starts here */
.oneColFixCtrHdr #footer a {
	color:#b4b4b4;
	padding-right: 5px;
	padding-left: 5px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* FOOTER SECTION ends here */

#top_nav {
	height: 23px;/**/
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color:#3d3d3d;
	width: 722px;
}

/* Could possibly delete 
#top_nav img {
	margin-right: 0px;
	margin-left: 0px;
}*/

#current_issue {
	width: 312px;
}

.current_issue_label {
	color:#FFFFFF;
	margin-top:-55px;
	margin-left:195px;
	text-transform:uppercase;
	font-size:22px;
}


#past_issues {
	border:1px solid #999999;
	margin-top: 20px;
	background-color: #c5c5c5;
}

#past_issues h2 {
	margin:5px;
	font-weight:normal;
}

#side_bar {
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;	
}
/*Could possibly delete
#container {
	margin-left: 420px;
}*/
#content {
	margin-left: 325px;
	width: 385px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:10px;
}
#issues_holder {
	background-color: #FFFFFF;
}
#issues_holder table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 7px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #C32429;
	font-size: 22px;
	padding-top: 10px;
}

p {
 margin-top: 10px;
}

h2 {
	color: #333333;
	font-size: 16px;
	margin-bottom:0px;
	padding-bottom: 0px;
}

.top_nav_table td {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.calendar_table{
	border-collapse:collapse;
	font-size: 10px;
}

.calendar_table td{
	border: 1px solid #333333;
	border-collapse:collapse;
}


/* SIDE BANNERS SECTION starts here */
#side_banners {
	float: right;
	padding-top: 5px;
	padding-right: 20px;
	margin-left: 10px;
}

#side_banners img{
	margin-bottom:10px;
}
/* SIDE BANNERS SECTION ends here */



/* TOP BANNERS SECTION starts here */
#top_banner {
	margin-bottom: 10px;
	/*width: 735px;*/
}
/* TOP BANNERS SECTION starts here */



/* INTERNAL ADS SECTION starts here */
#internal_ads {
margin-top:77px;
}
/* INTERNAL ADS SECTION starts here */
