body {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

#container {
    padding: 0;
    margin: 0 auto;
    width: 960px;
}

#wrapper {
    min-height: 130px;
    float: left;
    margin-top: 22px;
    margin-bottom: 10px;
}

#header_logo {
    background:transparent url(/images/header.jpg) no-repeat scroll 0 0;
    height:400px;
    left:-367px;
    margin:0 auto;
    position:relative;
    width:685px;
}

#header_text {
    left:222px;
    position:relative;
    top:-407px;
    width:500px;
}

#header_text h1 {
    color:#5454CC;
    font-size:48pt;
    font-style:italic;
    font-weight:normal;
    margin: 42px 0;
}

#header {
    width: 960px;
    height: 198px;
    float: left;
}

#menu {
    background:transparent url(/images/menu.jpg) no-repeat;
    height:31px;
    position:relative;
    top:-392px;
    width:960px;
    float: left;
}

#menu ul {
    height:31px;
    list-style-type:none;
    margin: 6px 0 0 15px;
    padding: 0;
    float: left;
}

#menu li {
    position: relative;
}

#menu ul li {
    display: inline;
    height: 30px;
    float: left;
}

#menu ul li a {
    height: 30px;
    text-decoration: none;
    color: #3e4e67;
    border-right: 1px solid #494967;
    font-size: 12pt;
    padding: 6px 4px;
}

#menu ul li:hover ul {
    display: block;
    position: absolute;
    left: 2%;
}

#menu ul li:hover ul.first_ul {
    left: 5%;
}

#menu ul li a:hover,#menu ul li a.active {
    background: url(/images/menu_active.jpg) repeat-x 0 0;
}

#menu ul ul {
    margin: 6px 0 0 0;
    display: none;
    z-index: 500;
}

#menu ul ul.test_it {
    
}

#menu ul ul li {
    display: list-item;
    height: 22px;
    margin-left: -3px;
}

#menu ul ul li a {
    background: url(/images/dd_bg.jpg) repeat-x;
    padding: 0;
    border-left: 1px solid #494967;
    border-right: 1px solid #494967;
    border-bottom: 1px solid #494967;
    width: 170px;
    display: block;
    height: 22px;
    margin-top:0;
    font-size: 10pt;
}

#menu ul ul li a:hover {
    background: url(/images/dd_hover.jpg) repeat-x;
}

#menu ul ul li a.dd_draft:hover {
    background: url(/images/dd_hover.jpg) repeat-x;
}

.first_menu {
    border-left: 1px solid #494967;
    padding-right: 5px;
}

.menu_draft {
    background: url(/images/menu_draft.jpg) repeat-x 0 0;
}

#menu ul ul li a.dd_draft {
    background: url(/images/dd_draft.jpg) repeat-x 0 0;
}

#content {
    width: 721px;
    position: relative;
    float: left;
}

#content_header {
    background: url(/images/content_header.jpg) no-repeat;
    width: 721px;
    height: 22px;
}

#content_header p {
    color: #fff;
    padding-left: 14px;
    padding-top: 2px;
}

#content_top {
    background: url(/images/content_top.jpg) no-repeat;
    width: 721px;
    height: 14px;
}

#content_bottom {
    background: url(/images/content_bottom.jpg) no-repeat;
    width: 721px;
    height: 14px;
}

#page_content {
    background: white url(/images/content_bg.jpg) repeat-x;
    border-left: 1px solid #494967;
    border-right: 1px solid #494967;
    padding: 0 12px;
    min-height: 125px;
    float: left;
    clear: both;
    width: 695px;
}

#page_content img {
    margin: 10px;
}

#submenu {
    width: 225px;
    position: relative;
    margin-left: 734px;
}

#submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#submenu ul li {
    width: 225px;
    height: 21px;
}

#submenu ul li a {
    background: url(/images/submenu.jpg) no-repeat;
    width: 225px;
    height: 22px;
    display: block;
    text-decoration: none;
    color: #494967;
    padding-left: 9px;
}

#submenu ul li a:hover,#submenu ul li a.active {
    background: url(/images/submenu_active.jpg) no-repeat;
}

#submenu .subsection_draft {
    background: url(/images/submenu_draft.jpg) no-repeat;
}

h1,h2,h3,h4,h5,h6,p {
    padding:0;
    margin: 0;
}

#footer {
    width: 960px;
    height: 33px;
    background: url(/images/footer.jpg) no-repeat;
    position: relative;
}

#footer p {
    text-align: center;
    color: #494967;
    padding-top: 5px;
}

.clear {
    clear: both;
}


