BODY {
    margin : 0;
    padding : 0;
    background : #C8DDF2 url(../img/body.png) repeat-x;
    font : 10pt Arial;
    color : #446995;
}

img {
    border : 0;
}

DIV#logo {
    position : absolute;
    top : 0;
    left: 0;
    width : 487px;
}

DIV#container {
    width : 977px;
    margin : 0 auto;
    background : #fff url(../img/container.gif) repeat-y;
}

DIV#header {
	position: relative;
    width : 977px;
    height : 103px;
    margin : 0 auto;
    background : url(../img/header.png) no-repeat;
}

DIV#randomheader {
    width : 751px;
    height : 179px;
    margin-left : 215px;
    padding-bottom : 9px;
    background-color : #fff;
}

DIV#left {
    margin-left : 14px;
    width : 188px;
    min-height : 222px;
    float : left;
    background-color : #ecf0cb;
    color : #5f6910;
}

DIV#leftContent {
	min-height: 1px;
}

DIV#finder {
    height : 147px;
    width : 160px;
    background : #fff url(../img/finder.gif) no-repeat;
    color : #5f6910;
	padding-top:75px;
    padding-bottom : 13px;
	padding-left:14px;
	padding-right:14px;
}

DIV#topmenu {
    width : 741px;
    height : 34px;
    margin-top : 0;
    margin-left : 215px;
    padding-left : 10px;
    padding-bottom : 13px;
    background : #fff url('../img/topmenu.gif') no-repeat;
}

DIV#content {
	float : left;
    width : 545px;
    margin-top : 0;
    margin-left : 14px;
    margin-right : 17px;
    color : #446995;
    overflow: hidden;
    min-height: 1px;
}

DIV#right {
    float : left;
    width : 188px;
    background-color : #ccdfee;
    margin-top : 0;
    padding-top : 0;
}

DIV#footer {
    clear : both;
    width : 977px;
    height : 35px;
    font-size : 9pt;
    color : #e5ddb8;
    text-align : center;
}

DIV#border_bottom {
    width : 977px;
    margin : 0 auto;
    height : 35px;
    background : url(../img/footer.png) no-repeat;
}

DIV#footer A {
    color : #e5ddb8;
    text-decoration : none;
}

DIV#footer A:hover {
    color : #fff;
}

DIV#topmenu A {
    display : block;
    float : left;
    background : url(../img/topmenu_item.gif) repeat-x;
    font-size : 14px;
    padding-left : 10px;
    padding-right : 10px;
    color : #fff;
    text-decoration : none;
    text-align : center;
    line-height : 35px;
    overflow : hidden;
    font-weight: normal;
}

DIV#topmenu A:hover, DIV#topmenu A.active {
    background : url(../img/topmenu_item_hover.gif) repeat-x;
}

UL.submenu, UL.submenu LI UL {
    margin : 0;
    padding : 0;
    list-style-type : none;
}

UL.submenu LI A {
    border-top : 1px solid #f5f8e3;
    border-left : 1px solid #f1f6d8;
    border-right : 1px solid #fafcf1;
    border-bottom : 1px solid #cdd9b1;
    display : block;
    font-size : 10pt;
    font-weight : bold;
    line-height : 25px;
    padding : 0 2px 0 13px;
    color : #5f6910;
    text-decoration : none;
}

UL.submenu LI UL LI A {
    padding-left : 25px;
    font-weight : normal;
    text-transform: capitalize;
}

UL.submenu LI A:hover, 
UL.submenu LI A.active {
    border-top : 1px solid #f5f8e5;
    border-left : 1px solid #f2f5d8;
    border-right : 1px solid #fafcf1;
    border-bottom : 1px solid #ced9af;
    background-color : #dce5a2;
    padding-right : 0;
}

