#main {
        font-family : Georgia, Times New Roman, Times, serif;
        font-size : 95%;
        font-weight : normal;
        color : Black;
        padding : 0 30px 30px 30px;
        }

#navLeftHdr {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight : bold;
    font-size : 70%;               
    color: #fff;
    background-color : #BBC3D3;
    width: 100%;
    border-bottom: thin solid #BBC3D3;
    text-align:center;
}

.menuLeft {
    margin-top : 0.5;
    margin-right : 0.5;
    margin-left : 0;
    margin-bottom : 0.5;
    border: thin solid #BBC3D3;
    position: relative;
}

.navList {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight : bold;
    font-size : 60%;
    position: relative;
}

.left {
    float : left;
    margin-left : 0;
    padding : 0;
}

.right {
    float :right;
    margin-right : 0;
}

/* Mac-modified Tan Hack Method */
* html .left {margin-left : -3;} /* for IE/Win */
/* *>html .right {marg\in-left : -3;} for IE5/Mac */ 

/* Mac-modified Tan Hack Method */
* html .right {margin-right : -3;} /* for IE/Win */
/*  *>html .right {marg\in-left : -3;}  for IE5/Mac */ 

ul.navList {
        list-style-type: none;
        list-style-image: url(../images/link.gif);
}

ul.navList a {
    text-decoration : none;
}

ul.navList a:hover {
        background-color : #BBC3D3;
}

.strong {
         font-weight : bold;
}

.footerNav {
        margin-top : 1em;
        margin-right : 0.5;
        margin-left : 0;
        margin-bottom : 0.5;
        text-align: center;
        font-size : 60%;
}

.footerNavList {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight : bold;
}

a {
    text-decoration : none;
    border : none;
}

.center {
    float : left;
    width: 83%;
    text-align: center;
}

li {
    margin : 0.3em 0.2em 0.3em 0.2em;
}

img {
    border : none;
}

ul.footerNavList {
    display: inline;
    list-style-type: none;
    list-style : none;
}

ul.footerNavList li{
    display: inline;
    list-style-type: none;
    list-style : none;
}

ul.footerNavList a {
    text-decoration : none;
}

ul.footerNavList a:hover {
    background-color : #BBC3D3;
}

#sideBar{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight : normal;
    font-size : 65%;
    color : Black;
    width: 230px;

}

#sbRow {
    font-weight : bold;
    color: #fff;
    background-color : #BBC3D3;
    width: 100%;
    border-bottom: thin solid #BBC3D3;
    text-align:center;
}

#sbcontent{
    font-size : 95%;
    font-weight : normal;
    color : Black;
    background-color : #f8f8f9;
    border: thin solid #BBC3D3;

}

#webWorks {
    margin-top : 1em;
    margin-right : 0.5;
    margin-left : 0;
    margin-bottom : 0.5;
    text-align: center;
    font-size : 60%;
    border-top: thin solid #BBC3D3;
}

hr {
    color : #BBC3D3;
    height : 5px;
}

