/*This is the main style sheet for the CERT site.*/
body {
background-color: #ffffff;
background-image: url(images/bg1 copy.gif);
background-repeat: repeat-y;
font-family: Verdana, Helvica, Arial, sans-serif;
font-size: 1em;
margin: 0;
}
p {
font-size: 0.8em;
text-align: justify;
line-height: 1.7em;
}
ol {
font-size: 0.8em;
text-align: justify;
line-height: 1.7em;
}
table {
font-size: 0.8em;
text-align: left;
line-height: 1.7em;
}
h1 {
font-size: 1.2em;
text-align: right;
font-style: italic;
letter-spacing: 5px;
}
h2 {
font-size: 1.1em;
}
p.footer {
font-size: 0.5em;
text-align: center;
font-weight: bold;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #ff3366;
text-decoration: none;
}
a:hover {
color: #33cc00;
text-color: #000000;
}
a:active {
color: #000000;
}
#header {
background-color: #ffffff;
background-image: url(images/cert logo3.jpg);
background-repeat: no-repeat;
background-position: left center;
border-bottom: 1px #33cc00 solid;
padding-left: 185px;
padding-right: 125px;
padding-top: 10px;
padding-bottom: 10px;
}
#header p {
font-size: 1.5em;
}
#main-content {
background-color: #ffffff;
margin-left: 200px;
margin-right: 180px;
margin-top: 0px;
padding: 10px;
}
#navbar {
position: absolute;
top: 180px;
left: 5px;
width: 180px;
text-align: left;
font-weight: bold;
}
#navbar a:link, #navbar a:visited {
display: block;
color: #000000;
padding-top: 3px;
padding-bottom: 3px;
text-decoration: none;
}
#navbar a:hover {
background-color: #ff9900;
}
