html,body,#bodytable {
  height:100%;
  width: 100%;
  margin: 0;    
  padding:0;
  font-family: Arial;  
  font-size: 0.9em;
  cursor: default;
}
body {
  background-color:#f0eee7;
}

a {
    font-weight: bold;
    color: #37404d;
    text-decoration: underline;
}
a:hover {
    color: #495d79;
    text-decoration: none;
}

a.selected {
    color: #495d79;
    text-decoration: none;
}

h1 {
    background: url("../images/h1-bg.gif") center left repeat-x;
    font: normal 1.5em 'Arial';
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0 4px 0 0;
    color: #909da0;
}

h1 span {
    background: #FFFFFF;
    padding: 0 4px 0 0;
}

div.paragraph {
    background: url("../images/h1-bg.gif") center left repeat-x;
    font: normal 1em 'Arial';
    line-height: 1em;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    padding: 0 4px 0 0;
    color: #909da0;
}

div.paragraph span {
    background: #FFFFFF;
    padding: 0 4px 0 0;
}

p {
    padding:0;
    margin: 8px 0;
}

.hint {
    color: #53575e;
    font-size: 0.8em;    
}

.hint a {
    color: #37404d;
    font-weight: normal;
    text-decoration: underline;  
}

.hint a:hover {
    color: #495d79;
    text-decoration: none;  
}

/* Design classes */

.headertd {
    background: #333c48 url("../images/header_bg.gif") top repeat-x;
    height: 136px;
    border-bottom: 1px solid #FFF;
}
.headerbox {
    background: #333c48 url("../images/header_bg.gif") top repeat-x;
    width:945px;    
    height: 136px;
    border-bottom: 1px solid #FFF;
}

.contentrow {
    height: auto;
}
.contentrow .leftright {
    background: url("../images/content_bg_left_right.gif") top repeat-x;
}
.contentrow .leftbg {
    width: 10px;
    background: url("../images/content_bg_left.gif") right repeat-y;
}
.contentrow .rightbg {
    width: 10px;
    background: url("../images/content_bg_right.gif") left repeat-y;
}
.contentbox {
    background: #FFF url("../images/contentbox_bg.gif") top repeat-x;
    width:925px;
}

.contentbottom {
    height: 16px;
    background: url("../images/content_btm_bg.gif") top repeat-x;    
}
.contentbottom div {
    background: url("../images/content_btm_right.gif") top right no-repeat;    
}

.footerrow1 {
    background: url("../images/footer1_bg.gif") bottom repeat-x;
    height:15px;
}

.footerrow2 {
    height:47px;
}

.footerrow2 td {
    background: url("../images/footer2_bg.gif") top repeat-x;        
    height:47px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.copyright td {
    background: transparent;
    border: none;
}

.copyright a {
    margin:0 5px;
    font: normal 11px 'Verdana';
    color: #FFFFFF;
    text-decoration: none;    
}

.copyright a:hover {
    text-decoration: underline;    
}

.footerrow3 {
    background: url("../images/footer3_bg.gif") top repeat-x;
    height:17px;
}
/* IE6 Fix */
* .contentrow {
    height: expression(document.body.clientHeight - 137 - 81 - 16);    
}

/* Menu */
#menutable {
}
#menutable td {
    background: none;
    border: none;
}

#menu {
    background: url("../images/menu_bg.gif") top repeat-x;
    height: 82px;
}

#menu .left {
    height: 82px;
    background: url("../images/menu_left.gif") top left no-repeat;    
    padding-left: 15px;
}

#menu .right {
    height: 82px;
    background: url("../images/menu_right.gif") top right no-repeat; 
    padding-right: 10px;
}

#menu .menuitem {
    float: left;
    padding-top: 44px;
}
#menu .menuitem img {
    border: 0;
}
#menu .separator {
    float: left;
    background: url("../images/menu/separator.gif") top no-repeat;
    width: 23px;
    height: 82px;
}

.submenu {
    padding: 10px 0 0 5px;
}
.submenu a {
    margin:0 10px;
    font: bold 11px 'Verdana';
    color: #898989;
    text-decoration: none;
}
.submenu a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* sidebar */
#sidebar {
    background: #37404d url("../images/sidebar_top.gif") top right no-repeat;
    padding: 15px 0px 0px 20px;
}

#sidebar .sidebar_end {
    background: url("../images/sidebar_bottom.gif") bottom right no-repeat;
    height: 12px;
    font-size: 2px;
}

/* content */
div#content {
    border-left: 1px solid #dcdee0;
    padding: 2px 10px 5px 10px;
    margin: 0;
    height: auto;
}
div#contenttop {
    background: url("../images/contentbox_top.gif") top left no-repeat;
    padding-left: 10px;
    height: 10px;  
}
div#contenttop div {
    border-top: 1px solid #dcdee0;
}
div#contentbottom {
    background: url("../images/contentbox_bottom.gif") bottom left no-repeat;
    padding-left: 10px;
    height: 10px;  
}
div#contentbottom div {
    height:10px;
    font-size: 2px;
    border-bottom: 1px solid #dcdee0;
}