/*This is the core style sheet of the site.*/
body {
background-color: #F5F5F5;
color: #666666;
font-family: Verdana, Helvetica, Arial, Sans-serif;
font-size: 1em;
text-align: center;
}

#wrapper {
width: 860px;
margin: 0 auto;
text-align:left;
}

h1 {
font-size: 1.4em;
text-align: left;
font-style: italic;
letter-spacing: 5px
}

h2 {
font-size: 1.1em;
text-decoration: underline;
}

h3 {
font-size: 0.95em;
font-style: italic;
padding-left: 5px;
}

h4 {
font-size: 1.1em;
font-style: bold;
text-align: left;
}

h5 {
font-size: 1.4em;
font-style: bold;
text-align: left;
}

p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}

p.footer {
font-size: 1em;
text-align: center;
font-weight: bold;
}

li {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}

a:link {
color: #333333;
text-decoration: underline;
}

a:visited {
color: #333333;
text-decoration: underline;
}

a:hover {
color: #808080;
text-decoration: underline;
}

td {
text-align: center;
font-size: 0.8em;
}

table {
width: 650px;
font-size: 1em;
}

th {
background-color: #708090;
color: 	#FFFFFF;
}

#header {
padding-top: 0px;
padding-bottom: 0px;
}

#content {
position: relative;
width: 860px;
background-color: #FFFFFF;
}

#main-text {
background-color: #FFFFFF;
font-size: 1em;
margin-left: 190px;
padding: 10px;
}

#navbar {
font-size: 1.05em;
height: 25px;
width: 860px;
padding-top: 10px;
padding-bottom: 10px;
color: #666666; 
background-color: #C0C0C0;
}

#navbar a:link {
color: #333333;
text-decoration: none;
}

#navbar a:active {
color: #333333;
text-decoration: none;
}

#navbar a:visited {
color: #333333;
text-decoration: none;
}

#navbar a:hover {
color: #333333;
text-decoration: underline;
}

#sidebar {
position: absolute;
font-size: .8em;
color: #2F4F4F;
top: 40px;
left: 20px;
right: 0px;
width: 150px;
padding-top: 10px;
border: 1px #333333 solid;
-moz-border-radius-topleft: 2em;
-moz-border-radius-topright: 2em;
-webkit-border-radius: 2em;
border-radius: 2em;
background-color: #96BEE2;
}

p.sidebar {
font-size: .8em;
padding-left: 10px;
padding-right: 10px;
}

#main_area {
font-size: .8em;
width: 600px;
margin-top: 10px;
margin-left: 220px;
}

#main_area a:link {
color: #333333;
text-decoration: underline;
}

dd {
  margin:10px; 
  left: 50px;
  text-align: justify; 
  display:inline; 
  }
  
dt {
  font-size: 1em;
  font-weight: bold;
  display:inline;
  }

  
hr {
 background-color: #708090;
 color: #708090;
 height: 5px;
}

