/*This is my first css and the core style for the site*/
body {
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0px;
padding: 0px;
border: 1px #bbbbbb solid;
width: 796px;
position:absolute;
left:50%;
margin-left: -398px;
background-color: #ffffff; }
#header {
background-image: url(images/header.jpg);
width: 796px;
height: 211px;
 }
#content {
position: relative;
width: 796px; }
#navbar {
background-color: #ffffff; 
position: absolute;
top: 00px;
left: 0px;
width: px;
color: #fffffe;
height: 100%;
border: none }
#navbar ul li {
list-style-type: none;
margin: 0em;
padding: 0em; 
}
#navbar ul {
margin: 0em;
padding: 0em; }
#navbar ul li a:link, #navbar ul li a:visited {
display: block;
background-image: url(images/testers_05b.jpg);
text-decoration: none;
font-weight: bold;
padding-top: 4px;
padding-left: 19px;
border-bottom: 1px #897377 solid;
padding-bottom: 1px; }
#navbar ul li a:hover {
padding-left: 19px;
background-image: url(images/testers_05.jpg);
background-color: #e3e3e3; }
ul {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em; }
li 
{line-height: 1.3em; 
}
ol {
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
line-height: 1em; }
#main-text {
background-color: #ffffff;
margin-left: 288px;
padding: 12px;
width: 482px; }
#main-text a:link, #main-text a:visited {
font-size: 1em;
text-align: justify;
line-height: 1.7em;
text-decoration: underline;
color: #0054a5; }
#main-text a:hover {
font-size: 1em;
text-align: justify;
line-height: 1.7em;
}
h1 {
font-size: 1.3em;
text-align: left;
font-weight: bold; }
h2 {
font-size: 1em;
}
h3 {
font-size: .8em;
font-weight: bold; }
h4 {
font-size: 1em;
font-weight: bold;
font-family: Times, "Times New Roman", serif;
color: #0054a5;
 }
p {
font-size: .8em;
text-align: justify;
line-height: 1.5em; }
#header p {
font-size: .6em;
width: 770px;
margin: 0em;
padding: 0em; }
p.footer {
text-align: center;
font-weight: bold;
font-size: .6em;
background-color: #e3e3e3;
 }
a {}
a:link {;
color: #666666;
text-decoration: none;
}
a:visited {
color: #666666;
text-decoration: none; }
a:hover {
background-color: #ffffff; }
a:active {
background-color: #95b7cd;
 }