        body
        {
            font-family: Georgia;
            margin: 0px;
            background-color: #017b92;
            font-size: 11pt;
        }
        
        body
        {
            scrollbar-base-color: #007b91;
            scrollbar-arrow-color: #FFFFFF;
            scrollbar-face-color: #007b91;
            scrollbar-track-color: #FFFFFF;
        }
        
        h1, h2, h3
        {
            color: #017b92;
        }
        h1
        {
            font-size: 18pt;
            font-weight: normal;
            line-height: 27px;
            margin-top: 7px;
        }
        

        
        #holder
        {
            width: 994px;
            height: 643px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
        }
        #header
        {
            height: 117px;
            background-color: #017b92;
        }
        #logoholder
        {
            width: 825px;
            float: left;
        }
        #logo
        {
            width: 811px;
            height: 66px;
            padding-left: 14px;
            padding-top: 21px;
        }
        #search
        {
            width: 169px;
            float: right;
            padding-top: 5px;
            height: 112px;
        }
        #menu
        {
          position: absolute;
          left: -2px;
        }
        .menu_item, .menu_item_selected
        {
            margin-left: 31px;
            color: #ffffff;
            float: left;
            font-size: 12pt;
            height: 31px;
        }
        .menu_item:hover, .menu_item_selected:hover
        {
            background: url( '../radcontrols/menu/skins/default/hover.gif' ) bottom repeat-x;
        }
        .menu_item_selected
        {
            font-weight: bold;
        }
        #contentholder
        {
            height: 433px;
            background-color: White;
        }
        #contentholder a
        {
            color: #007B91;
            text-decoration: none;
        }
        #contentholder a:hover
        {
            text-decoration: underline;
        }
        #search_top
        {
            font-size: 10px;
            margin-top: 21px;
            color: #ffffff;
            font-weight: bold;
            margin-left: 2px;
        }
        #search_top a { text-decoration: none; color: #ffffff; }
        #search_input
        {
            margin-top: 16px;
            margin-left: 2px;
        }
        .searchbox
        {
            border: 1px solid #007B91;
            background-image: url( '../app_images/frontend/background_searchfield.gif' );
            background-repeat: no-repeat;
            width: 129px;
        }
        #search_button
        {
            float: right;
            margin-right: 37px;
            margin-top: 13px;
        }
        #submenu_holder
        {
            margin-left: 26px;
            margin-top: 28px;
            margin-right: 43px;
            width: 219px;
            height: 400px;
            float: left;
            color: #707070;
        }
        
        #content_holder
        {
            padding-top: 26px;
            width: 505px;
            height: 407px;
            overflow: auto;
            float: left;
            color: #707070;
            padding-right: 30px;
            font-size: 10pt;
            
        }
        #sideimage_holder
        {
            float: right;
        }
        .submenu_item, .submenu_item_selected
        {
            margin-bottom: 11px;
            color: #017b93;
            font-size: 11pt;
            text-transform: lowercase;
        }
        .submenu_item_selected
        {
            font-weight: bold;
        }
        .sidebar
        {
            width: 100px;
            position: absolute;
            
            bottom: 98px;
            right: 213px;
            font-size: 10px;
            font-weight: bold;
        }
        #content
        {
            width: 365px;
            font-family:		georgia;
color:				#595959;
font-size:			12px;
max-width: 365px;
overflow: hidden;
        }
        
        #content p { line-height:		18px; }
        
#content li { line-height: 18px; }

        .subheader
        {
            font-size: 14pt;
            color: #017b92;
        }
        #content_bla
        {
            height: 397px;
            color: #707070;
            margin-left: 26px;
            padding-top: 39px;
            position: relative;
        }
       
       #content_bla a
       {
           text-decoration: none;
       }