html, body {
    border:           0px;
    margin:           0px;
    padding:          0px;
    width:            100%;
    height:           100%;
    background-color: #c0c0c0;
}

#container {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    100%;
    height:   100%;
    position: relative;
}

#page {
    border:           0px;    
    margin:           5px 0px 0px -385px;
    padding:          0px;
    width:            770px;
    height:           750px;
    position:         absolute;
    top:              0px;
    left:             50%;
    background-color: #ffffff;
}

#header {
    border:              0px;
    margin:              0px;
    padding:             0px;
    width:               770px;
    height:              125px;
    position:            relative;
    background-image:    url("../images/headerbg.gif");
    background-position: 0px 0px;
    background-repeat:   no-repeat;
    z-index:             1;
}

#home {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    250px;
    height:   40px;
    position: absolute;
    top:      0px;
    right:    0px;
}

#mainmenu {
    border:              0px;
    margin:              0px;
    padding:             0px;
    width:               770px;
    height:              25px;
    position:            relative;
    top:                 100px;
    left:                0px;
    background-image:    url("../images/menubg.gif");
    background-position: 0px 0px;
    background-repeat:   no-repeat;
}

#mainmenu a {
    border:          0px;
    margin:          0px;
    padding:         0px;
    position:        absolute;
    line-height:     25px;
    font-family:     arial;
    font-size:       12px;
    font-weight:     bold;
    color:           #ffffff;
    text-decoration: none;
}

#mainmenu a:hover {
    color: #ff0000;
}

#submenu {
    border:           0px;
    margin:           0px;
    padding:          0px;
    width:            120px;
    height:           65px;
    position:         absolute;
    top:              125px;
    left:             180px;
    visibility:       hidden;
    background-image: url("../images/submenubg.gif");
}

#submenu a {
    border:          0px;
    margin:          0px 0px 0px 5px;
    padding:         0px;
    position:        absolute;
    line-height:     25px;
    font-family:     arial;
    font-size:       12px;
    font-weight:     bold;
    color:           #ffffff;
    text-decoration: none;
}

#submenu a:hover {
    color: #ff0000;
}

#body {
    border:   0px;
    margin:   0px;
    padding:  10px;
    width:    770px;
    position: relative;
}

#banner {
    border:              0px;
    margin:              0px;
    padding:             0px;
    width:               520px;
    height:              30px;
    position:            relative;
    top:                 0px;
    left:                0px;
    background-image:    url("../images/downloadbanner.gif");
    background-position: 0px 0px;
    background-repeat:   no-repeat;
}

#download {
    border:              0px;
    margin:              0px;
    padding:             0px;
    width:               220px;
    height:              430px;
    position:            relative;
    top:                 -30px;
    left:                528px;
    background-image:    url("../images/download.jpg");
    background-position: 0px 0px;
    background-repeat:   no-repeat;
}

#content {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    510px;
    position: absolute;
    top:      40px;
    left:     20px;
}

.title {
    border:      0px;
    margin:      10px 0px;
    padding:     0px;
    font-family: arial;
    font-size:   13px;
    font-weight: bold;
    color:       #000099;
}

.row {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    510px;
    height:   80px;
    position: relative;
}

.pdf {
    border:              0px;
    margin:              0px;
    padding:             0px;
    width:               80px;
    height:              80px;
    float:               left;
    background-image:    url("../images/pdficon.gif");
    background-position: 0px 0px;
    background-repeat:   no-repeat;
}

.link {
    border:          0px;
    margin:          0px;
    padding:         0px;
    position:        relative;
    top:             47px;
    left:            0px;
    font-family:     arial;
    font-size:       12px;
    color:           #000099;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.divider {
    border:              0px;
    margin:              0px;
    padding:             0px;
    width:               510px;
    height:              4px;
    position:            relative;
    background-image:    url("../images/divider.gif");
    background-position: 0px 0px;
    background-repeat:   repeat-x;
}
