/* CSS Document */

<style type="text/css" media="all">


body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0;
}

h1, h2, h3, h4, h5, h6 {
color: #ff0000
}

h1 {
font-size: 1.2em;
text-align: center;
}

h2 {
font-size: 1.1em;
text-decoration: underline;
}

h3 {
font-size: 1.2em;
text-align: left;
margin-left: 300px;
}

h4 {
font-size: 1.2em;
text-align: right;
margin-right: 230px;
}

p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}

p.footer {
font-size: .5em;
text-align: center;
font-weight: bold;
}

a:link {
color: #ff0000;
background-color: #00000;
text-decoration: none;
}
a:visited {
color: #666666;
background-color: #95b7cd;
}
a:hover {
color: #003366;
}
a:active {
background-color: #3cc7f0;
}

#header {
background-color: #ffffff;
border-bottom: 1px #000000 solid;
padding-left: 125px;
padding-right: 125px;
padding-top: 10px;
padding-bottom: 10px;
}

#header p {
font-size: .6em;
}

#content {
}

#navbar {
position: absolute;
top: 0px;
left: 0px;
width: 198px;
}

#navbar ul li a:link, #navbar ul li a:visited {
display: block;
text-decoration: none;
font-weight: bold;
border-bottom: solid #000000 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}

#main-text {
background-color: #ffffff;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
margin-left: 198px;
padding: 10px;
}

#sidebar {
position: absolute;
top: 100px;
left: 10px;
}

#outer-image {height: 199px;
background-image: url(images/outer-image.jpg);
background-position: center top;

}
#inner-image {height: 199px;
background-image: url(images/inner-image.jpg);
background-repeat: no-repeat;
background-position: 198px 0px;}
