body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #ffffff;
padding: 0;
background-image: url(../images/bg.jpg);
background-repeat: repeat-y;}

/* Banner across top of page that says the name of the whole site */

#main-title {
height: 150px;
width: 760px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 25px;
padding-right: 100px;
padding-top: 3px;
padding-bottom: 7px;
background-image: url(../images/top2.jpg);
background-repeat: no-repeat;}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 210px;
width: 540px;
background-color: #f0f2f6;
}

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 14px;
margin-right: 0;
font-size: 1.3em;
color: #4b5c7a;
padding-bottom: 9px;
padding-top: 3px;
padding-left: 7px;
padding-right: 5px;
font-weight: normal;
border-bottom: 1px #4b5c7a solid;
}

h2 {
font-size: .9em;
color: #4b5c7a;
font-weight: bold;
padding-left: 14px;
padding-right: 5px;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

p,  table {
padding-left: 14px;
padding-right: 5px;
font-size: .7em;
line-height: 1.9em;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

ol, ul {
margin-top: 0;
padding-left: 14px;
padding-right: 5px;
line-height: 1.5em;
font-size:11px;
margin-left: 25px;
}

a:link {
color: #4b5c7a;
font-weight: bold;
/*border-bottom: 2px #4b5c7a dotted; */
}

a:hover {
color: #5c105b;
font-weight: bold;
}


/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 0;
left: 50px;
width: 150px;
border-right: 0;
border-bottom: none;
height: 100%;
padding-top: 160px;
padding-bottom: 200px;
}

#left-menu a:link, #left-menu a:visited {
border-right: 0; /* 1px #4b5c7a solid;*/
border-bottom: 0;
border-top: 0;
border-left: 0;
display: block;
color: #22246C;
text-align: right;
margin-top: 0px;
padding-right: 25px;
padding-bottom: 15px;
padding-top: 5px;
font-size: 12px;
font-weight: normal;
text-decoration: none;
background-image: url(../images/swirl-normal.gif);
background-repeat: no-repeat;
}

#left-menu a:hover, #left-menu a.current {
color: #22246C;
text-decoration: underline;
background-image: url(../images/swirl.gif);
background-repeat: no-repeat;
}

/* Styles for the footer at the bottom of the page */

#footer {
width: 750px;
text-align: right;
color: #b3dc1f;
margin-bottom: 0;
padding-top: 0;
/*padding-bottom: 10px; */
margin-top: 0;
padding-right: 50px;
font-size: .7em;
}
#dh {
  width: 750px;
  text-align:center;
  color: black;
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 25px;
  font-size: .7em;
} 

#dh a:link, #dh a:visited {
color: #4b5c7a;
border: none;
text-decoration: none;
}

#dh a:hover {
color: #5c105b;
text-decoration: underline;
}



img {
  margin-top: 5px;
  padding-top: 4px;
  border:none;
}  


#footer2 {
width: 750px;
height: 58px;
text-align: right;
color: #b3dc1f;
margin-bottom: 0;
padding-top: 5px; 
padding-bottom: 0;
margin-top: 0;
padding-right: 50px;
font-size: .7em;
background-image: url(../images/footer3.jpg);
background-repeat: no-repeat;
}

#footer a:link, #footer a:visited {
color: #4b5c7a;
border: none;
}

#footer a:hover {
color: #5c105b;
text-decoration: underline;
}


