/*This is the style sheet of the nbapart site.*/

body {
/* background-color: #86AEF6; */
color:#036;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
margin: 0em;
margin-left: 20px;
margin-right: 20px;}


p { 
  font-size: .8em;
  font: Georgia, "New Century Schoolbook", Times, serif;
  margin-left: 20px;
  margin-right: 20px;
  color: #036;
  line-height: 1.7em;
  text-align: justify;
 }


p.footer {
font-size: .7em;
text-align: center;
font-weight: bold;
border: 2px #ff9900 solid;
}

a:link {
color: #0000ff;
text-decoration: underline;}

a:visited {
color: #0010f0;
background-color: #e0e0f0;
text-decoration: none;}

a:hover {
background-color:#e0ef;
color:#010f0;
font-weight: bold;
text-decoration:none;
}

a:active {
background-color: #00deaa;
}

#header {
/*background-color: #036; */
padding-left: 25px;
padding-right: 125px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 20px;
margin-right: 20px;
}

#header p {
font-size: .6em;
margin-left: 20px;
margin-right: 20px;
}

#header a:link, #header a:visited {
display: block;
color: #7e7e7e;
/* background-color: #036; */
border-bottom: solid 2px #ffffff;
padding-bottom: 3px;
padding-top: 3px;
text-decoration: none;
}

#main-content {
/* background-color: #036; */
margin-left: 180px;
margin-right: 180px;
margin-top: -50px;
padding: 10px;
}

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

#navbar {
/* background-color: #036;*/
position: absolute;
top: 145px;
left: 0px;
width: 180px;
border-top: solid 2px #ff9900;
text-align: center;
font-weight: bold;
}

#navbar a:link, #navbar a:visited {
display: block;
color: #7e7e7e;
/* background-color: #036; */
border-bottom: solid 2px #ff9900;
padding-bottom: 3px;
padding-top: 3px;
text-decoration: none;
}

#navbar a:hover {
/* background-color:#036; */
color:#800080;
text-decoration:none;
}

h1 { 
  font-size: 1.8em;
  font: Bookman, "Bookman Old Style", Georgia, "New Century Schoolbook", Times, serif;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
  letter-spacing: 2px;
  color: #036;
 }


h2 {
font-size: 1.5em;
}

h3 {
font-size: 1.3em;
}

h4 {
font-size: 1.2em;
font-style: italic;
}

