
.black {
    color: #000000
}

.gray {
    color: #636363
}

.bold {
    font-weight: BOLD;   
}

.italic {
    font-style: ITALIC;   
}

/*
    DIV layouts
*/
#container {
    display:block;  
}

#top {
    height:200px;
    width:100px;
    margin-top:50px;
    margin-bottom:20px;
    clear:both;
}

#bottom {  
}

#bottom-left {
    width:200px;
    float:left;   
    padding-left:30px;
}

#bottom-middle {
    padding: 1px 400px 5px 250px;
    margin-right:40px;
}

#bottom-right {
    width:415px;
    float:right;
}

/*
    Element Styles
*/
body
{
    background-color:#231f20;
    color:white;
    font-family: VERDANA, ARIAL, Sans-serif;
}

a {
   font-weight: BOLD; 
    border:0 none;
    color:white; 
    text-decoration:none; 
   
}

h2 {
    font-size: 90%;
    font-weight: BOLD;
}

h3 {
    font-size:100%;
    font-weight: BOLD;   
}

.nav_list li
{
    list-style-type: none;
}

.nav_list li a
{
    font-size:95%;
    line-height:22px;
}

