body {
    background-color:#21292B;
    font-family:Century;
    color:#CFDCD2;
    }
#divMain {
    position:static;
    margin-left:auto;
    margin-right:auto;
    top:5px;
    width:950px;
    background-color:#21292B;
    }
    
#divTitle {
    position:static;
    height:145px;
    top:0px;
    width:100%;
    left:0px;
	float:left;
    text-align:right;
    font-size:40pt;
    background:#21292B url(../images/_gavel.jpg) top left no-repeat;
    }
    
#SubTitle {
    text-align:right;
    font-size:16pt;
    }    

#divNav {
    position:static;
    top:147px;
    width:160px;
    left:0px;
	float:left;
    background-color:#46575B;
    }
.navHeader{
    padding-left:5px;
    width:155px;
    color:#F5EBFF;
    font-size:18px;
    font-weight:bolder;
    background-color:#000000;
    }
#listMenu {
    margin:0px;
    padding:0px;
    width:158px;
    list-style:none;
	}
#listMenu li:hover{
    color:#21292B;
    cursor:pointer;
    font-weight:bold;
	background:#CFDCD2;
	}
#tblAddress {
    margin-left:10px;
    font-size:10pt;
    }
#tblAddress .ContactHead{
    text-align:left;
    text-decoration:underline;
    font-weight:bold;
    }    
#tblAddress .ContactLocation{
    text-align:center;
    color:#F5EBFF;
    font-size:14px;
    font-weight:bolder;
    background-color:#21292B;
    }    
#tblHours {
    margin-left:10px;
    width:100%;
    font-size:10pt;
	}
#divContent {
    color:#21292B;
    position:static;
    float:left;
    top:147px;
    width:770px;
    left:0px;
    padding:0px;
    background-color:#CFDCD2;
    }
#divContent table td {    
    color:21292B;
    }
.divContentTitle {    
    width:770px;
    color:#F5EBFF;
    font-size:18px;
    font-weight:bolder;
    text-align:center;
    background-color:#000000;
    }
.divContentMain {    
    padding:10px;
    }
#footer {
    color:#CFDCD2;
    font-size:10px;
    text-align:center;
    width:770px;
    background-color:#21292B;
    }
