h1 {font-family: "Century Gothic"; font-size: xx-large; font-weight:normal; }
h2 {font-family: "Century Gothic"; font-size: x-large; font-weight:normal;}
h3 {font-family: "Century Gothic";font-size: large; font-weight:normal;}
h4 {font-family: "Century Gothic"; font-size: medium; font-weight:normal;}
h5 {font-size: x-small;font-style: italic;}
h6 {font-size: x-small;}
h7 {font-size: xx-small;}

body {
  background: solid white;
  font-family: Century Gothic;
  margin: 0px;
  padding: 0px;
  
}

#barleft {
  position: absolute;
  left: 0px;
  top:55px;
  width:290px;
  padding: 0px 5px 0px 5px;
  
}

#barright {
  position: absolute;
  right:0px;
  top:55px;
  width:290px;
  padding: 0px 5px 0px 5px;
}

#maindiv {
  background-color: white;
  margin-left: 199px;
  margin-right:199px;
  padding-left: 1em;
  padding-right: 1em;
  overflow: hidden;
//  border-left: 1px #004C99 solid;
//  border-right: 1px #004C99 solid;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  voice-family: "\"}\"";
  voice-family: inherit;
//  margin-left: 201px;
//  margin-right:201px;
}

html>body #maindiv {
  margin-left: 401px;
  margin-right:401px;
  margin-top 0px;
  
}


html>body #bnrtop {
  height: 69px;
}

#bnrbottom {
  margin: 0px;
  padding: 0px;
  background-color: #004C99;
  border-top: 2px white solid;
  border-right: none;
  border-bottom: none;
  border-left: none;
  text-align: center;
  color: #dedeff;
}

#barleft h1,
#barright h1 {
  font-size: xx-large;
//  border-bottom: 2px solid #004C99;
  margin-right: 20px;
  
}
#maindiv h1 {
  font-size: xx-large;
  border-bottom: 2px solid #004C99;
  margin-right: 60px;
  
}
#barleft h2,
#barright h2 {
  font-size: x-large;
//  border-bottom: 2px solid #004C99;
  margin-right: 20px;
}
#maindiv h2 {
  font-size: x-large;
  border-bottom: 2px solid #004C99;
  margin-right: 60px;
}

ul{
list-style-type: none;
padding: 5px;
margin: 5px;
}

li{
list-style-type: none;
padding: 1px;
margin: 0px;
}
.red{
        color: #900;
        font-size: 16px;
}
.caption{
	text-align:center;
	margin:3px;
	color:#666;
	font-size:10px;
}
