body
{
    color : rgb(214 , 214 , 214);
    background-color : rgb(214 , 211 , 156);
    Margin : 0px;
    Padding : 0px;
}
/*Blue background, top and bottom browny-red border*/
.contentbox-tb
{
    Background-color : rgb(0 , 0 , 102);
    Border-top-width : 2px;
    Border-right-width : 0px;
    Border-bottom-width : 2px;
    Border-left-width : 0px;
    Padding-top : 6px;
    Padding-right : 6px;
    Padding-bottom : 6px;
    Padding-left : 6px;
    Margin : 0px;
    Border-top : rgb(213 , 128 , 0);
    Border-bottom : rgb(213 , 128 , 0);
    Border-style : solid;
    Font-family : Verdana;
    Font-size : 12px;
    Color : rgb(214 , 214 , 214);
}
A:link
{
    text-decoration : None;
    color : rgb(213 , 128 , 0);
    font-size : 12px;
    letter-spacing : 0px;
    font-weight : bold;
    font-family : Arial;
}
A:Visited
{
    text-decoration : None;
    color : rgb(213 , 128 , 0);
    font-size : 12px;
    letter-spacing : 0px;
    font-weight : bold;
    font-family : Arial;
}
A:hover
{
    text-decoration : underline;
    color : rgb(214 , 214 , 214);
    font-size : 12px;
    letter-spacing : 0px;
    font-weight : bold;
    font-family : Arial;
}
.menutable
{
    font-family : Arial;
    font-size : 14px;
    text-align : left;
    font-weight : bold;
    text-decoration : None;
    letter-spacing : 1px;
    padding : 0;
    border : 0;
    width : 130px;
    border-collapse : collapse;
    border-width : 0px;
    border-spacing : 0px;
}
.menutable-left
{
    width : 8px;
}
.menutable-right
{
    width : 122px;
}
.content-front
{
    padding : 0;
    border : 0;
    width : 100%;
    border-collapse : collapse;
    border-width : 0px;
    border-spacing : 0px;
    text-align : left;
    vertical-align : top;
}
.content-front-td01
{
    width : 130px;
    background-color : rgb(0 , 0 , 102);
    vertical-align : top;
}
.content-front-td02
{
    width : 11px;
    vertical-align : top;
}
.content-front-td03
{
    width : 554px;
    background-color : rgb(0 , 0 , 102);
    vertical-align : top;
}
.content-front-td04
{
    width : 5%;
    background-color : rgb(0 , 0 , 102);
    vertical-align : top;
}
.content-front-td05
{
    width : 19px;
    background-color : rgb(0 , 0 , 102);
    vertical-align : top;
}
.content-front-td06
{
    width : 95%;
    background-color : rgb(0 , 0 , 102);
    vertical-align : top;
}
.bottom-text
{
    font-family : Arial;
    font-size : 10px;
    color : Black;
}
.bottom-text1
{
    font-family : Arial;
    font-size : 10px;
    color : rgb(255 , 255 , 255);
    text-align : justify;
}
.maintext
{
    font-family : Arial;
    font-size : 12px;
}
.titletext
{
    font-family : Arial;
    font-size : 14px;
    font-weight : bold;
    Padding-bottom : 6px;
}
.smalltext
{
    font-family : Arial;
    font-size : 9px;
}
.alerttitletext
{
    font-family : Arial;
    font-size : 24px;
    font-weight : bold;
    color : rgb(255 , 0 , 0);
}
.subtitletext
{
    font-family : Arial;
    font-size : 12px;
    font-weight : bold;
    letter-spacing : normal;
}
.frontpics
{
    font-family : Arial;
    font-size : 10px;
    text-align : center;
}
.caltabletoday
{
    background-color : rgb(0 , 0 , 147);
}
.treeview ul
{
    /*CSS for Simple Tree Menu*/
margin : 0;
    padding : 0;
}
.treeview li
{
    /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background : rgb(0 , 0 , 102) url("list.gif") no-repeat left center;
    list-style-type : none;
    padding-left : 22px;
    margin-bottom : 3px;
}
.treeview li.submenu
{
    /* Style for LI that contains sub lists (other ULs). */
background : rgb(0 , 0 , 102) url("closed.gif") no-repeat left 1px;
    cursor : pointer ! important;
}
.treeview li.submenu ul
{
    /*Style for ULs that are children of LIs (submenu) */
display : none;
}
/*Hide them by default. Don't delete. */
.treeview .submenu ul li
{
    /*Style for LIs of ULs that are children of LIs (submenu) */
cursor : default;
}

