root {
    display:block;
    width:100%;
    height:100%;
}

html {
    display:block;
    width:100%;
    height:100%;
}

body {
    display:block;
    margin:0px;
    width:100%;
    background:url(bg.gif) center top;
}

#root {
    display:block;
    width:1010px;
}

#header {
    height:140px;
    background:url(header.gif) no-repeat left top;
    width:1010px;    
    vertical-align:top;
    text-align:left;
}

#header a {
    display:block;
    width:455px;
    height:85px;
    margin:24px 0px 0px 65px;
}

#footer {
    height:121px;
    background:url(footer.gif) no-repeat left top;
}


#menu {
    height:35px;
    background:url(links.gif) no-repeat left top;
    font-size:14px;
}

#menu .first {
    margin-left:120px;
}

#menu a {
    display:block;
    float:left;
    height:31px;
    width:87px;
    text-align:center;
    margin:0px 10px 0px 0px;
    line-height:22px;
    color:#114195;
    font-family:verdana, arial, sans-serif;
    text-decoration:none;
}

#menu a:hover {
    text-decoration:none;
    color:#ffffff;
    background:url(link-bg.gif) no-repeat left top;
}

#menu a span {
    display:block;
    margin-top:2px;
}

#menu .active {
    background:url(link-bg.gif) no-repeat left bottom !important;
    color:white;
    text-decoration:none !important;
}



#right {
    background:url(border.gif) repeat-y right;
    width:130px;
    vertical-align:top;
}

#right div {
    width:130px;
    height:295px;
    background:url(right.gif) no-repeat left top;
}


#left {
    background:url(border.gif) repeat-y left;
    width:80px;
}


#content {
    width:800px;
    vertical-align:top;
}


.text {
    margin:30px 20px 10px 60px;
    font-family:Verdana, Arial, Sans-Serif;
    font-size:12px;
    line-height:20px;
}

.text p {
    margin:10px 0px 10px 5px;
}

a {
    color:#114195;
    text-decoration:underline;
}

a:hover {
    color:#ff0000;
}

h2 {
    font-size:18px;
    margin:30px 20px 20px 0px;
    font-family:Tahoma, Arial, Sans-Serif; 
    font-weight:normal;
}

#top100 {
    float:right;
    margin:-45px 80px 0px -0px;
}