body {
	text-align: center;
	font: 12px "Lucida Grande", "Ludica Sans Unicode", "Myraid Pro", "Trebuchet MS", Helvetica, Arial, sans-serif; 
	}

#container {
margin-left: auto; margin-right: auto;
width: 750px;
}

p {text-align: left; margin-left: 10px;}
h2, h3 {text-align: left; margin-left: 10px;}
small {text-align: left;}
blockquote {color: #333; text-align: left;}
.quote-a {color: blue;}
.quote-b {color: red;}

h2 a {color: #333;}
h2 a:hover {color: #111;}

.readmore {background: #eef url(morearrow.png) no-repeat center left; color: #333; padding-left: 16px; padding-right: 2px;}

.readmore a {color: #333; text-decoration: none;}
.readmore a:hover {color: #111;}

hr {background: #000; border-bottom: 1px #000; margin: 0;}

ul, li {text-align: left; list-style-type: square;}

/*- FRONT PAGE --------------------------- */

/* the news box */
#news
{
font: 10px Verdana, Arial, sans-serif; margin: 0 0 10px 0; padding: 10px;
}

#news {color: #000;}

#news li a
{ color: #000; text-decoration: none; border-bottom: 1px dotted #27b;
}
#news li a:hover {
border-bottom: 1px dotted #000; color: #27b;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
}


#rightcol {float: right; width: 240px; margin-right: 10px;}

#leftcol {
	width: 480px;
	}


/*- Menu Tabs B--------------------------- */

    #tabsB {
      float:left;
      width:100%;
      background:/* #F4F4F4*/ ;
      font-size:93%;
      line-height:normal;
	font: 11px Verdana, Arial, sans-serif;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 10px;
      }
    #tabsB ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
