/*This is my first css and the core style for the site*/
body {
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: left; 
font-size: 1em;
margin: 0px;
padding: 0px;
border: 2px #0157ab solid;
width: 796px;
position:absolute;
left:50%;
margin-left: -385px;
background-color: #ffffff;
}
#header {
width: 796px;
height: 148px;
 }
#content {
position: relative;
width: 796px; }
#navbar {
background-color: #ffffff; 
position: absolute;
top: 00px;
left: 0px;
width: 211px;
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;
text-decoration: none;
font-weight: bold;
padding-top: 4px;
padding-left: 9px;
padding-bottom: 1px;
border-bottom: thin #bbbbbb dotted; }
#navbar ul li a:hover {
padding-left: 9px;
background-image: url(images/sideback.gif); }
ul {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .7em; }
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: 220px;
padding: 2px;
width: 560px; }
#main-text a:link, #main-text a:visited {
font-size: 1em;
text-decoration: underline;
color: #0054a5;
line-height: .9em; }
#main-text a:hover {
font-size: 1em;
text-align: justify;
line-height: .9em;
}
h1 {
font-size: 1.1em;
text-align: left;
font-weight: bold; }
h2 {
font-size: 1em;
}
h3 {
font-size: .8em;
font-weight: bold; }
h4 {
font-size: 1em;
font-family: Times, "Times New Roman", serif;
color: #666666;
font-style: italic;
text-align: center; }
p {
font-size: .8em;
line-height: 1.2em; }
#header p {
font-size: .6em;
width: 770px;
margin: 0em;
padding: 0em; }
p.footer {
text-align: center;
font-size: .6em;
background-color: #fff5bb;
 }
a {}
a:link {;
color: #666666;
text-decoration: none;
}
a:visited {
color: #666666;
text-decoration: none; }
a:hover {
background-color: #ffe27b; }
a:active {
background-color: #95b7cd;
 }
