#leftColumn {
    display: none;
}

#centerColumn {
 border-left: none !important;
 padding-left: 0px !important;
}

.columns {
    width: 800px;
    height: 100%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    overflow: hidden;
}
.column-0, .column-1, .column-2 {
    width: 189px;
    font-size: 1.1em;
    color: #605d5d;
    padding-left: 5px;
    padding-right: 5px;
}

.column-0, .column-1 {
    border-right: 1px solid #cccccc;
}


.columns-top {
    width: 800px;
    clear: both;
    margin: 0px;
    padding: 20px 0 0 0;
}

.columns-top-left {
    height: 5px;
    width: 5px;
    float: left;
    background-image: url(../index/corner_tl.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border-top: 1px solid #fff;
}

.columns-top-center {
    height: 5px;
    border-top: 1px solid #ccc;
    float:left;
    width: 790px;;
}
.columns-top-right {
    height: 5px;
    width: 5px;
    float: right;
    background-image: url(../index/corner_tr.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border-top: 1px solid #fff;
}


.columns-bottom {
    width: 600px;
    clear: both;
}

.columns-bottom-left {
    height: 5px;
    width: 5px;
    float: left;
    background-image: url(../index/corner_bl.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
}

.columns-bottom-center {
    height: 5px;
    border-bottom: 1px solid #ccc;
    float:left;
    width: 790px;;
}
.columns-bottom-right {
    height: 5px;
    width: 5px;
    float: right;
    background-image: url(../index/corner_br.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
}


ul.char-container {
        width: 800px;
    list-style: none;
    margin: 5px 0px 10px 0px;
    padding: 0px;
    text-align: center;
}

ul.char-container li.char {
    border-right: 1px solid #605d5d;
    list-style: none;
    display: inline;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 12px;
}

ul.char-container li.char_last{
    border-right: 0px solid #605d5d;
    list-style: none;
    display: inline;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 12px;
}

ul.char-container li a {
    text-decoration: none;
    margin: 3px 4px;
    padding: 0px;
    color: #605d5d;
}

div.char-section {
    background: #efefef;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 4px 0px;
}

div.char-section a {
    color: #679e05;
    margin-left: 5px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
}

.entry {margin-left:5px;  font-weight:700; letter-spacing:normal;}

.entry a {
    color: #605d5d;
    text-decoration: none;
}

.entry a:hover {
    color: #605d5d;
    text-decoration: underline;
}

.sub-entry {margin-left:15px;}
.sub-entry a {color: #8F8C8C; text-decoration: none;}

.sub-entry a:hover {
    color: #605d5d;
    text-decoration: underline;
}
/* Navigation */
.horizontalNav {padding:0; margin-left: 0;font-size: 1.2em; letter-spacing:normal}
.horizontalNav li {list-style: none; margin: 0;}
.menuNav {border:0; border-bottom:2px solid #689d05; float:left; width:800px; padding:0; margin-bottom:0; margin-top:10px;}
.menuNav li {float:left; background:url(../index/bg-tabs.png) no-repeat 0 0; padding:0 0 0 3px; margin-right:3px;}
.menuNav li:first-child {margin-left:3px;}/*will flush render with IE6*/
.menuNav li a {float:left; width:auto; display:inline-block; padding:3px 10px 3px 7px; line-height:24px; color:#4b7203; background:url(../index/bg-tabs.png) no-repeat 100% 0;}
.menuNav li a:hover {color:#333;}
.menuNav li.menuCurrent {background:url(../index/bg-tabs.png) no-repeat 0 -30px;}
.menuNav li.menuCurrent a {color:#fff; background-position:100% -30px;}
.menuNav li.menuCurrent a:hover {cursor:default;}


/* Tab Content */
#catIndexWrap {clear:both; padding:0; margin:0; width: 800px}
.tabHdr {background:#f3f3f3; padding:0px 20px; border:1px solid #f3f3f3;}
.tabHdr h2 {font:normal 1.7em/2em Arial, Helvetica, sans-serif; color:#605d5d; margin:0; padding:0;}
.subNav {padding:0 0 5px;}
.subNav li {margin-right:.7em; display: inline;}
.subNav li a {color:#4b7203;}


