/* Block all default margins and padding */
* {
  margin:0;
  padding:0;
}

body{
  font-family: Tahoma, Geneva, sans-serif;
}

#wrapper{
  width: 50em;
  margin: auto;
}

#branding img{
  display:block;
  margin-left: auto;
  margin-right: auto;  
  width: 100%;
}

#navbar{
  width:100%;
  background:#00f url(images/navblue1.jpg) repeat-x top;
  color:#fff; /* white */ 
  /* match to link height */
  height:2.2em;
  font-size:70%;
  letter-spacing: .16em;
  text-transform:uppercase;
}
    
#navbar ul{
  list-style-type:none;
}
    
#navbar li{
display: inline;
}

/* All links, and links in unvisited and visited states */
#navbar li a,
#navbar li a:link,
#navbar li a:visited{
  float:left;
  text-decoration:none;
  background: #00f url(images/navblue1.jpg) repeat-x top;
  color:#fff; /* Text color of link */
  display:block; /* required to set width and height */
  text-align:center;
  height:1.5em; /* Match to navbar height *
  margin: .2em .2em 0em .2em; /*Margin between each menu item*/
  padding:.35em .8em;
 /*space around text*/
  line-height:1.5em; /* Match to navbar height */
  border-right:solid 1px white;
  /* Remove dotted border from Firefox */
  outline-style:none;
}

/* Hover and active links */
#navbar li a:hover,
#navbar li a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited{
  background: #00f url(images/navblue2.jpg) repeat-x center;
  color:#fce8c7;
}

#navbar p a{
  float:right;
}

#navbar p a,
#navbar p a:link,
#navbar p a:visited{
  text-decoration: none;
  font-size: 1.4em;
  font-weight: bold;
  color:#fcd28c;
  padding:0 2em 0 0;
  text-transform:none;
  line-height:1.75em;
}

/* Hover and active link */
#navbar p a:hover,
#navbar p a:active,
#navbar p.selected a:link,
#navbar p.selected a:visited{
   color:#fce8c7;
}

#leftcolumn{
  margin:1em 0 1em 0;
  width:11em;
  height: 24em;
  float:left;
  color:black;
  background-color:#fce8c7;
  border: solid 2px #fcd28c;
}

#sponsor{
  padding:.65em;
}

#navbar li{
}

#sponsor p a,
#sponsor p a:link,
#sponsor p a:visited{
  text-decoration: none;
  font-size:1em;
  line-height:1em;
  color:#000;
  text-transform:none;
}

/* Hover and active link */
#sponsor p a:hover,
#sponsor p a:active,
#sponsor p.selected a:link,
#sponsor p.selected a:visited{
   color:#6f9fce;;
}

#rightcolumn{
  float:right;
  margin:1em 0 1em 0;
  width:11em;
}

#rightcolumn h1{
  font-size:1em;
  color: #dd0027;
  font-weight: bold;
}

#rightcolumn p{
  font-size: .75em;
  margin:.75em 0 1em 0;
} 


#content{
/* Left and right margins must match sidebar column widths */
   margin: 3em 12em 1em 11em;
   color:#000;
}

#content dl{
  margin:1em 2em;
  padding:0;
}

#content dt{
  margin:0;
  padding:0;
  font-weight: bold;
  color: #6f9fce;   /* light blue */
  font-size: 1.25em;
}

#content dd{
  margin:0;
  padding:0;
  font-family:Georgia, Georgia, serif;
  font-size:1em;
  font-style:italic;
}

#content h1{
  padding:0 2em;
  font-weight: bold;
  color: #6f9fce;  /* light blue */
  font-size: 1em;
}


#links{
  margin:0 2em;
  padding:0;
}

#links p{
  padding: 0 0 .75em}

h.resources{
  font-size:1.125em;
  line-height:1em;
  color:#6f9fce;
}

a.resources,
a.resources:link,
a.resources:visited{
  text-decoration: none;
  font-size:1.125em;
  line-height:1em;
  color:#6f9fce;
  text-transform:none;
}

/* Hover and active link */
a.resources:hover,
a.resources:active{
   color:#393670;
}


#footer{
  clear:both;
  background-color:#393670;
  width:100%;
  padding:.4em 0 .5em 0;
}

#footer p{
  font-size: .8em;
  text-align:center;
  color:#fcd28c;
  padding:0;
}

a.email,
a.email:link,
a.email:visited{
  text-decoration:none;
  color:#fcd28c;
  padding:0;
}

/* Hover and active link */
a.email:hover,
a.email:active{
   color:#fff;
}

h2{
  text-align:center;
  font-weight: normal;
  font-size:.85em;
  padding:1em 0em .5em;     
  text-transform:uppercase;
  letter-spacing: .16em;
}


p{
  font-size: .75em;
  padding:0 0 .55em .55em;
}

hr{
  border: 1px solid #989898;
  background-color:#989898;

}


