body { margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

a img { border: none; }

a  { color : #002D83; text-decoration : underline;}
a:hover  { text-decoration : none;}
    
h1 { font-size: 130%;  color: #002D83; }

#maincontainer { width: 780px; /*Width of main container*/ margin: 0; /*Center container on page*/ 
				 background-image: url("/images/left_bg.png"); background-position: left; background-repeat: repeat-y; }
    
#topsection { margin-bottom: -3px;}

#contentwrapper { float: left; width: 100%; background-image: url("/images/right_bg.png"); background-position: right; background-repeat: repeat-y; }
    
#contentcolumn { margin: 0 146px 0 152px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/ 
				background: transparent url(http://images.pennnet.com/mapsearch/framework/mps_topleftbody_corner.jpg) no-repeat top left; }
				
#today { margin-bottom: 2em; font-weight: bold; }
 

#storeLinks a { font-weight: bold; margin-right: 10px; }
 
#copyright { margin-top: 20px; font-size: smaller; text-align: center; } 
   
#leftcolumn { float: left; width: 152px; /*Width of left column in pixel*/ margin-left: -780px; /*Set margin to that of -(MainContainerWidth)*/ background: #002D83; }
  
ul#leftnav { list-style-type: none; margin: 2em 0 0 2px; padding: 0; color: #fff; }
ul#leftnav li { margin-bottom: 5px; white-space: nowrap; }
ul#leftnav a { color: #fff; text-decoration: none; }
ul#leftnav a:hover { text-decoration: underline; }
ul#leftnav ul { list-style-type: disc;  margin-left: 8px; padding-left: 8px; }
    
#rightcolumn { float: left; width: 146px; /*Width of right column*/ margin-left: -146px; /*Set left margin to -(RightColumnWidth)*/ background: #CECDCD; }
    
#footer { clear: left; width: 100%; height: 1px; background: #fff; color: #FFF; text-align: center; font-size: 1px; }
    
.innertube { margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/ margin-top: 0; }

.news, .news div { margin-top: 5px; }
.news div { padding-left: 4px; }
.headerLink { background-color: white; display: block; width: 100%; font-weight: bold; text-decoration: none; font-size: 120%; } 
.newsDate { font-size: 10px; margin-top: 0 !important; }
.moreNews { text-align: right; }
.adBlock { text-align: center; }
.adBlock * { margin-top: 2em; }

#redbox {padding: 5px; border: solid; border-width: 1px; border-color: red;}