body {
    margin: 0px;
}
.top {
    width:               800px;
    height:              84px;
    margin:              0px;
    background-color:    #FFFFFF;
    border-bottom-color: #808080;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.menu {
    left:               0px;
    width:              180px;
    /* height:             100%;*/
    margin:             0px;
    background-color:   #FFFFFF;
    padding:            8px;
}

.menuTab {
    width:              180px;
    margin:             0px;
    background-color:   #FFFFFF;
    padding:            8px;
    vertical-align:     top;
}
.content {
    padding:            10px;
    position:           absolute;
    left:               180px;
    top:                84px;
    width:              420px;
    height:             100%;
    margin:             0px;
    background-color:   #FFFFFF;
    border-right-color: #808080;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color:  #808080;
    border-left-style:  solid;
    border-left-width:  1px;
}
.contentTab {
    padding:            10px;
    width:              420px;
    height:             100%;
    margin:             0px;
    background-color:   #FFFFFF;
    border-right-color: #808080;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: #808080;
    border-left-style: solid;
    border-left-width: 1px;
    vertical-align:    top;
}
.news {
    position:         absolute;
    left:             600px;
    top:              84px;
    width:            200px;
    height:           100%;
    margin:           0px;
    background-color: #FFFFFF;
}
.newsTab {
    width:            200px;
    height:           100%;
    margin:           0px;
    vertical-align:   top;
    background-color: #FFFFFF;
}
p {
    font-family: Verdana,Helvetica,sans-serif;
    font-size:   14px;
}

p.more {
    font-family: Verdana,Helvetica,sans-serif;
    font-size:   14px; 
    text-align: right; 
    width: 100%
}

p.copyright {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 12px; 
    text-align: right; 
    width: 100%; 
    font-style: italic
}
p.title {
    font-family: Verdana,Helvetica,sans-serif;
    font-size:   16px;
    font-weight: bold;
}
ul#links {
    font-family:      Verdana,Helvetica,sans-serif;
    font-style: normal;
    font-size:        14px;
    list-style-image: url('images/arrow.gif');
    margin-left:      32px; 
    color: #505050
}
ul#mainnews {
    font-family:         Verdana,Helvetica,sans-serif;
    font-style:          normal;
    font-size:           12px;
    list-style-type:     none;
    list-style-position: outside;
    margin-left:         8px;
    margin-top:          0px; 
    color: gray
}
ul#menu {
    font-family:         Verdana,Helvetica,sans-serif;
    font-style:          normal;
    font-size:           14px;
    list-style-type:     none;
    list-style-position: outside;
    margin-left:         6px;
    margin-top:          0px;
    font-weight:         bold;
}
ul#submenu {
    font-family:         Verdana,Helvetica,sans-serif;
    font-style:          normal;
    font-size:           12px;
    list-style-type:     none;
    list-style-position: outside;
    margin-left:         0px;
    margin-top:          0px;
    font-weight:         bold;
}
a {
    font-family:     Verdana,Helvetica,sans-serif;
    font-style:      normal;
    font-size:       12px;
    list-style-type: none;
    font-weight:     bold;
    text-decoration: none;
    color:           #7E6C3C;
}
a:visited {
    font-family:     Verdana,Helvetica,sans-serif;
    font-style:      normal;
    font-size:       12px;
    list-style-type: none;
    font-weight:     bold;
    text-decoration: none;
    color:           #7E6C3C;
}
a:hover {
    font-family:     Verdana,Helvetica,sans-serif;
    font-style:      normal;
    font-size:       12px;
    list-style-type: none;
    font-weight:     bold;
    text-decoration: none;
    color: #736F99;
}
a:active {
    font-family:     Verdana,Helvetica,sans-serif;
    font-style:      normal;
    font-size:       12px;
    list-style-type: none;
    font-weight:     bold;
    text-decoration: none;
    color:           #7E6C3C;
}
span {
    vertical-align: middle;
    text-align:     right;
    width:100%
}
p.titlenews {
    font-family: Verdana,Helvetica,sans-serif;
    font-size:   14px;
    font-weight: bold;
    margin-left: 8px;
    margin-top:  8px;
}
.test { 
    border-bottom-color: gray; 
    border-bottom-style: solid; 
    border-bottom-width: 1px;
    border-top-color: gray; 
    border-top-style: solid; 
    border-top-width: 1px
    vertical-align: middle;

}
