BODY {
    /*text-align: center;*/
    BACKGROUND: #f9f9f9;
    font-family: Segoe UI, Tahoma, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    overflow-x: auto !important;
}

#page {
    width: 950px;
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 0px;
    MARGIN: 10px auto;
    PADDING-TOP: 0px;
    BACKGROUND: #fff;
    /*BORDER-RIGHT: #e9e9e9 1px solid;
	BORDER-TOP: #e9e9e9 1px solid;
	BORDER-LEFT: #e9e9e9 1px solid;
	BORDER-BOTTOM: #e9e9e9 1px solid*/
    BORDER-RIGHT: #999 1px solid;
    BORDER-TOP: #999 1px solid;
    BORDER-LEFT: #999 1px solid;
    BORDER-BOTTOM: #999 1px solid;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#banner {
    BACKGROUND: url('/images/header.jpg') #def no-repeat center top;
    WIDTH: 950px;
    HEIGHT: 120px;
    BORDER-TOP: #fff 10px solid;
    Border-right: #fff 0px solid;
}

#nav {
    background-color: #041f4e;
    HEIGHT: 38px;
    clear: both;
    WIDTH: 950px;
    font-weight: bold;
    /*margin-top: -3px;*/
    /*margin-bottom: 2px;*/
}

#nav UL LI {
    FLOAT: left;
    WIDTH: auto;
    LIST-STYLE-TYPE: none;
    COLOR: #FFFFFF;
    DISPLAY: block;
    TEXT-DECORATION: none;
    /*margin-top: -2px;*/
}

#nav UL LI:hover {
    BACKGROUND: #009;
}

#nav UL LI A {
    COLOR: #FFFFFF;
    DISPLAY: block;
    TEXT-DECORATION: none;
    /*PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;*/
}

#nav UL LI A:hover {
    BACKGROUND: #009;
}

#top,
#top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 15;
}

#top a {
    TEXT-DECORATION: none;
    DISPLAY: block;
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 10px;
    PADDING-TOP: 10px;
}

#top li {
    float: left;
    width: auto;
    DISPLAY: block;
    TEXT-DECORATION: none;
    /*height:36px;*/
}

#top li ul {
    position: absolute;
    display: block;
    background: #006;
    width: auto;
    left: -999em;
    /*margin-top: 2px;*/
}

#top li ul li {
    clear: both;
    width: 12em;
    text-align: left;
}

#top li:hover ul,
#top li.sfhover ul {
    left: auto;
}


/* ----------------------- */

#userinfotop,
#userinfotop ul {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 16;
}

#userinfotop a {
    TEXT-DECORATION: none;
    DISPLAY: block;
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 10px;
    PADDING-TOP: 10px;
}

#userinfotop li {
    float: left;
    width: auto;
    DISPLAY: block;
    TEXT-DECORATION: none;
    /*height:36px;*/
    position: relative;
}

#userinfotop li ul {
    position: absolute;
    display: block;
    background: #006;
    width: auto;
    /*left: -999em;*/
    right: 0px;
    /*margin-top: 2px;*/
    display: none;
}

#userinfotop li ul li {
    clear: both;
    width: 12em;
    text-align: left;
}

#userinfotop li:hover ul,
#userinfotop li.sfhover ul {
    left: auto;
    display: block;
}


/* ----------------------- */

#layout {
    border-top: #fff 10px solid;
    text-align: left;
}

.table_layout {
    margin-left: 0;
}

#foot_banner {
    BORDER-TOP: #fff 10px solid;
    /*BACKGROUND: url(/images/footer.jpg) no-repeat center top;*/
    /*HEIGHT: 100px;*/
}

#footer {
    padding-top: 10px;
    padding-bottom: 5px;
    clear: both;
    text-align: center;
}

.admin_link {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

.normal_link {
    text-decoration: none;
    color: #000000;
}

.table_left {
    margin-left: -3px;
    border: 0;
}