body {
    background: black;
    color: white;
    font-size: 16px;
    border: 1px solid;
    border-bottom-style: none;
    border-color: silver;
    padding: 0 10px 0 10px;
}
.indent {
    padding: 2px 4px 2px 4px;
    border: 4px double #999;
    margin: 0 4% 0 4%;
    background: #D6D6D6;
    font-style: italic;
    color: #000;
    font-weight:lighter;
    font-variant:small-caps;
}
.title {
    font-size: 1.4em;
    font-weight: bold;
}
.red {
    color: #ff0000;
}
.green {
    color: #00ff00;
}
.blue {
    color: #0000ff;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.title_red {
    color: red;
    font-weight: bold;
    font-size: 29px;
    text-align: center;
}
.small {
    font-size: 16px;
}
.small_red {
    font-size: 20px;
    color: red;
}
.medium {
    font-size: 20px;
}
.spacing {
    margin: 0 5px 0 5px;
    border: 1px solid;
    border-bottom-style: none;
    border-color: silver;
    padding: 0 10px 0 10px;
}
.center {
    text-align: center;
}
#center {
    text-align: center;
}
h1 {
    font-size: 20px;
}
.left {
    text-align: left;
}
#tswcsstabs ul {
    margin: 15px 50px 0 50px ;
    list-style: none ;
}
#tswcsstabs ul li {
    margin: 0 0 0 0  ;
    padding: 5px 0 5px 0 ;
    display: inline ;
    text-align: center ;
    list-style: none ;
    border: #C0C0C0 outset 2px;
    font-family: Arial, Helvetica, sans-serif ;
}

#tswcsstabs li a {
    color: white ;
    background: url('images/buttons/button_inactive.png') repeat-x;
    margin: 0 0 0 0;
    padding: 4px 7px 4px 4px;
    text-decoration: none ;
    display: inline;
    height: 32px;
}
#tswcsstabs li a:hover {
    color:  white;
    background: url('images/buttons/button_active.png') repeat-x;
    border: #C0C0C0 groove 2px;
}
.buttontext {
    color: white;
    font-weight: bold;
}
/*This is the menu to navigate direct via dropdown */
.jumpmenu {
    padding: 100px 0 0 0;
}
/*This is to position the search box on the left and vote box on the right*/
.left {
    float: left;
}
.right {
    float: right;
}
