#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: url(../images/gradient-gold.png);   
    background-repeat: repeat-x;
}

#header tr {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#navigation {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-image: url(../images/rounded.png);
    background-repeat: repeat-xy;
}

#navigation table {
    width: 100%;
}

#navigation td {
    text-align: center;
    border-right: thin outset;
    border-left: thin outset;
}

#navigation a:link {
    color: rgb(25,0,75);
    text-decoration: none;
}

#navigation a:visited {
    color: rgb(50,0,50);
    text-decoration: none;
}

#navigation a:hover {
    color: rgb(25,25,25);
    text-decoration: none;
}

#main {
    position: absolute;
    top: 145px;
}

#table-contacts {

}

#table-contacts .contact {
    text-align: left;
    padding-top: 1em;
    padding-left: 0.5em;
    padding-bottom: 1em;
    width: 25em;
}    

#main p {
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 0.9em;
    text-align: justify;
}

#main p.center {
    text-align: center;
}

#main table {
    border-spacing: 0px;
}

#main tr.head {
    font-weight: bold;
}

#main tr.odd {
    background-color: #DDDDDD;
    background-position: center;
}

#main tr.even {
    
}

#main td.left {
    text-align: left;
    width: 20em;
}

#main td {
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 0.8em;
    width: 16em;
    text-align: center;
    height: 1.5em;
}

div h2 {
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 0.9em;
    text-align: center;
    background-image: url(../images/gradient-gold.jpg);
    background-repeat: repeat-x;
    background-position: center;
}

div li {
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 0.75em;
    line-height: 1.5;
}

div a {
    font-family: verdana,helvetica,arial,sans-serif;
    line-height: 1.5;
}

#group-one {
    position: absolute;
    top: 150px;
    left: 5px;
    width: 14em;
}

#group-two {
    position: absolute;
    top: 150px;
    left: 15em;
    width: 14em;
}

#group-three {
    position: absolute;
    top: 150px;
    left: 30em;
    width: 14em;
}

.divisionname {
    font-size: 1.0em;
    font-weight: bold;
}

.divisioninfo {
    font-size: 0.9em;
}
    