body{
      font-family:Arial, Sans-Serif;
      font-size: 10pt;
      color:black;
      background:white;
      text-align:center;
      min-width: 550px;
    }
h1{
      font-size:130%;
      background:#CCCCCC;
      border:solid 1px #C0C0C0;
      padding:20px 0;
      margin-bottom:10px;
    }
div#content{
      text-align:left;
      padding-left: 200px;   /* LC width */
      padding-right: 150px;  /* RC width */
      }
#content .column {
      position: relative;
      float: left;
      }
#currentLinks{
      width: 100%;
      }

#left {
      width: 200px;          /* LC width */
      right: 200px;          /* LC width */
      margin-left: -100%;      
      }
#content > #left {
      left: -200px; /* -LC width for others */
      margin-left: expression(document.all.currentLinks.offsetWidth * -1); /* Fix for IE7 */
      }
#right {
      width: 150px;          /* RC width */
      margin-right: -150px;  /* RC width */
      text-align:center;
      }
a img {border:0;}
a:link { text-decoration: none; color: #00f; }
a:visited { text-decoration: none; color: #639; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }
.item h3{font-weight:normal;font-size:120%;margin-left:2px;margin-bottom:0;}
.item p{margin:0 10px;}
#RSSLink{clear:both;text-align:center;}
.center{text-align:center;}

    /*sidebar contents*/
    .potd {font-size:8pt;background:#CCCCCC;border:solid 1px #C0C0C0;padding:20px 0;margin-bottom:10px;}
	.leftBanners{text-align:center;font-size:8pt;background:#CCCCCC;border:solid 1px #C0C0C0;padding:20px 0;margin-bottom:10px;}
	#vod{text-align:center;margin-bottom:10px;}