/* CSS Document */

/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{padding:0; margin:0;}
 body {font-size:12px;background-color:rgb(255,255,255);font-family:Arial, Helvetica, sans-serif;color: #666666;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {width:980px;margin:0px auto;margin-top:10px;margin-bottom:10px;background-color: #F6F7F9;background-image: url(../images/top_bg.gif);
background-repeat: no-repeat;background-position: top;}
.main {clear:both; width:980px; padding-bottom:30px; background:transparent url(../img/bg_main_withnav.jpg) top left repeat-y;}
.main-navigation {display:inline /*Fix IE floating margin bug*/;float:left;width:230px;overflow:visible !important /*Firefox*/;overflow:hidden /*IE6*/;
margin-left: 13px;margin-top: 13px;}
.main-content {display:inline; /*Fix IE floating margin bug*/;float:left;width:715px;overflow:visible !important /*Firefox*/;
overflow:hidden /*IE6*/;margin: 13px 0 0 8px;}
.main-subcontent {display:inline /*Fix IE floating margin bug*/; float:right; width:185px; margin:0 15px 0 0; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.footer {clear:both;width:980px;overflow:visible !important /*Firefox*/;overflow:hidden /*IE6*/;background-image: url(../images/bt_bg.gif);
background-repeat: no-repeat;background-position: bottom;}

/* HEADER */
.header {width:980px;}

.d0_foot a {color:#000;text-decoration:none}
.d0_foot a:hover {color:#f60;text-decoration:underline}
.d0_foot a:visited{color: #000000;}
.d0_foot a:active {color: #660000;}
