/* 
NLDA Home Page

Primary colors:

dark blue: #000066
light blue: #9999ff
yellow: #ffcc33
red: #cc3333
*/

html {
background: #9999ff;
}

ul, li, img, body, html {
margin: 0; padding: 0;
}

body {
font-size: 100%;
font-family: georgia, helvetica, arial, serif;
text-align: left;
color: #000066;
}

a { 
text-decoration: none;
color: #ffcc33;
}

a:hover {
text-decoration: underline;
}

a img {
border: none;
}

#container {
width: 760px;
margin: auto;
}

#header {
 width: 760px;
 height: 120px;
 padding: 0px;
 margin: 5px 0px 5px 0px;
 display: inline;
 }

#header h1 {
display: none;
}

#header p {
display: none;
}

/*DROPDOWNFUN*/
#nav li {
  /*float the main list items*/
  position: relative;
  margin: 2px;
  float: left;
  display: block;
  font-size: 105%;
  color: #FFCC33;
  background: #000066;
}

#nav li a {
  /*for all links in the list*/
  color: #FFCC33;
  display: block;
  height: 15px;
  width: 112px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 10px;
}

#nav li ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  top: 25px;
  left: 0px;
  height: 15px;
  padding-top: 10px;
}

#nav li.on a {
  /*change color for active topic area*/
  color: #000066; 
  background: #FFCC33;
}

/*DROPDOWNFUN*/
#nav2 li {
  /*float the main list items*/
  position: relative;
  margin: 2px;
  float: left;
  display: block;
  font-size: 95%;
  color: white;
  background: #000066;
}

#nav2 li a {
  /*for all links in the list*/
  color: white;
  display: block;
  height: 12px;
  width: 112px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 10px;
}

#nav2 li.on a {
  /*change color for active topic area*/
  color: white;
  background: #CC3333; 
  font-weight: bold;
}

#main {
 float: left;
 color: #000066;
 margin-top: 4px;
 margin-bottom: 4px;
 padding-top: 0px;
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 5px;
 width: 720px;
 background: white;
 display: inline;
 position: relative;
}

#main h2{
 font-family: georgia, times, serif;
 font-weight: normal;
 font-size: 1.3em;
 color: #cc3333;
 text-align: center;
}

#main p{
 font-family: helvetics, arial, san-serif;
 font-size: .9em;
 text-align: left;
}

#main a{ 
color: #000066;
text-decoration: underline;
}

#main table{
 font-family: helvetics, arial, san-serif;
 font-size: .9em;
 text-align: left;
}


#footer { 
 width: 760px;
 clear: both;
 color: #ffcc33;
 background: #000066;
 margin-top: 2px;
 padding: .2em 0em .2em 0em;
 text-align: center;
 font-size: .8em;
}