body {
background-color: #ffffff;
background-attachment: fixed;
color: #666666;
font-family: Verdana, Arial, sans-serif;
font-size: 0.95em;
margin: 0;
padding: 0;
}
h1 {
color: #3E75BB;
text-align: center;
margin-bottom: 2em;
}
h2 {
color: #3E75BB;
text-transform: uppercase;
font-size: 1.1em;
font-weight: normal;
margin-top: 1em;
border-bottom: 2px solid #3E75BB;
}
p {
text-align: justify;
margin-top: 0.6em;
}
p.list {
text-align: center;
}
p.footer {
font-size: 0.5em;
font-weight: bold;
text-align: center;
}
p.w3c {
float: right;
}
p.w3c a img {
border: 0;
width: 88px;
height:31px;
}
#main-text {
position: absolute;
top: 125px;
left: 170px;
min-width: 590px;
width: 80%;
background-color: #ffffff;
margin-bottom: 0;
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
}
a:link, a:visited {
color: #3E75BB;
text-decoration: none;
}
a:link span, a:visited span {
display: none;
position: absolute;
left: 3em;
font-size: 0.6em;
color: #3E75BB;
}
a:hover span {
display: inline;
}
ul.plain {
line-height: 1.7em;
list-style-type: square;
}
ul.plain li a:link, ul.plain li a:visited {
color: #666666;
font-weight: normal;
font-style: italic;
}
ul.plain li a:hover, ul.plain li a:active {
color: #3E75BB;
}
#header {
position: fixed;
background-color: #f9f9f9;
border-bottom: solid #3E75BB 1px;
height: 100px;
width: 100%;
color: #000000;
z-index: 1;
}
#header-text {
margin-left: 90px;
padding-top: 10px;
padding-left: 15px;
}
#navbar {
position:fixed;
top: 135px;
left: 0px;
}
#navbar ul {
padding-left: 0px;
}
#navbar ul li {
list-style-type: none;
width: 11em;
background-color: #3E75BB;
border-bottom: solid #000000 1px;
}
#navbar ul li.curbutton {
background-color: #005A9C;
}
#navbar ul li a:link, #navbar ul li a:visited {
height: 1.6em;
padding-top: 1px;
font-size: 1.5em;
text-align: center;
display: block;
color: #000000;
}
#navbar ul li a:hover span {
position: fixed;
width: 14em;
left: 0px;
top: 34em;
font-weight: normal;
text-align: center;
font-size: 0.5em;
display: block;
}
