@charset "utf-8";
/* CSS Document */

/*  PLEASE NOTE
    There is code at the end for formatting the titles
	in each of the page groups*/


div#navbar {
height: 30px;
width: 100%;
border-top: solid #000 0px;
border-bottom: solid #000 0px;
background-color: #336699;
}
div#navbar ul {
margin: 0px;
padding: 0px;
font-family: Arial, Myriad;
font-size: 10px; /* changes the size of the button lettering */
color: #FFF;
line-height: 30px;
white-space: nowrap;
}
div#navbar li {
list-style-type: none;
padding: 7px 5px; /* 2nd # is space between link names */
display: inline;
}
div#navbar li a {
text-decoration: none;
padding: 0;
color: #FFF;
}
div#navbar li a:link {
color: #FFF;
}
div#navbar li a:visited {
color: #CCC;
}
div#navbar li a:hover {
font-weight: bold;
color: #FFF;
background-color: #3366FF;
}

/* Formatting for title bar */
h2 {
color: #336699;
font-family: Arial, Myriad, sans-serif;
text-decoration: none;
border-bottom: 1px solid #bedfed;



}