html,body{margin:0;padding:0}
body{background:#ffffff url("spacer.png") no-repeat top center;}
h1{font-weight:bold; font-size:1.55em;line-height:70px;text-align:center;}
h2{font-weight:bold; font-size:1.20em;line-height:50px;text-align:left;}
h3{font-weight:bold; font-size:1.20em;line-height:50px;text-align:left;}
h4{font-weight:bold; font-size:1.10em;line-height:30px;text-align:left;}
h5{font-weight:bold; font-size:1.10em;line-height:20px;text-align:center;}
.news h2{font-weight:bold; font-size:1.25em;line-height:30px;text-align:center;
		 text-transform:uppercase; padding:10px 0 20px 0}
.news img{float:right;}
#container{
	text-align:left
}
#content {font-size:.80em; line-height:1}
#content p,h2{margin:0 5px 10px}
#footer p{margin:0;padding:5px 10px}
#container{width:780px;margin:0 auto}
#content{float:right;width:610px}
#navigation{float:left;width:150px;font-size:0.8em}
.twocols {font-size:1em; float:right;width:300px}
.latest {text-align:center; font-weight:bold; font-size:1.0em;}
.credits {width:207px; text-align:center}
.credits p{font-size:0.7em}
#footer{width:100%}
#copyright{text-align:center; font-size:0.7em}
.navbar {
  clear:both;
  padding: 0 60px 0 60px;
  list-style: none;
  overflow: hidden; 
  background-color:rgb(0,102,204);
}

.navbar li {
    float: left;
    width: 12.5%;
}

.navbar2{
	width: 200%;
}

.navbar a {
  color:#fff;
  font-size: 0.75em;
  text-decoration: none;
  padding: 4px 4px 4px 4px;
  display: block;
}

a:hover {
  font-weight: bold;
  background-position: 3px 50%;
}

