body {
   background: #EEE;
   color: #000;
   min-width: 780px;
   text-align: center;
} 

#container {
   text-align: left;
   width: 835px;
   /* Setting the margins to auto is what centers the content. */
   margin-left: auto;
   margin-right: auto;
   margin-top: 15px;
   background: #595959;
   color: #EEE;
   border: 1px solid #000;
   padding: 0px;
   /* Make the line spacing a little greater than 1.0 */
   line-height: 125%;
}

div#container a:link {
   color: #EEE;
}

div#container a:visited {
   color: #DDD;
}

div#container a:active {
   color: #BBB;
}

div#container a:hover {
   color: #FFF;
   font-weight: bold;
}

td#main_content a:link {
   color: #444;
}

td#main_content a:visited {
   color: #555;
}

td#main_content a:active {
   color: #666;
}

td#main_content a:hover {
   color: #000;
   font-weight: normal;
}

/* Defines a top content area */
#top {
   height: 90px;
   padding: 0;
   margin: 0;
   border-bottom: 1px solid #333;
   text-decoration: none; 
   font-size:10px;
   vertical-align: top;
}

#main_body {
   width: 835px;
}

/* Defines a content area as a side bar */
#side_bar {
   width: 160px;
   border-right: 1px solid #333;
   padding-left: 2px;
   vertical-align: top;
   font-family: Arial, Verdana, sans-serif;
   font-size: 12px;
   line-height: 110%;
}

/* Defines the main content area */
#main_content {
   vertical-align: top;
   padding: 8px;
   font-family: Arial, Verdana, sans-serif;
   color: #111;
   background: #DDD;
}

#footer {
   clear: both;
   margin: 0;
   height: 30px;
   padding: 0px;
   margin-top: 6px;
   border-top: 1px solid #333;
   text-align: center;
   font-size:10px;
}

#belowfooter {
	clear: both;
   margin: 0;
   height: 30px;
   padding: 0px;
   margin-top: 4px;
   margin-bottom: 4px;
   border-top: 1px solid #333;
   text-align: center;
   font-size: 12px;
}


