html{
  height: 100%;
  width: 100%;
} 
#page{
  max-width: 1250px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
body {
  width: 90%;
  height: 100%;
  margin: auto;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  background: #FFFFFF;
}
#container{
	margin: auto;
	height: 100%;
}
div{
	background-repeat: no-repeat;
}
.nav{
  max-width: 100%;
}
ul{
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
}
ul li{
  font-size: 15px;
  display: inline-block; 
  margin-right: -4px;
  position: relative;
  padding: 17px;
  color: #000034;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ol li{
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 0px;
}
p{
  color: #000034;
  text-align: center;
  font-size: 18px;
  position: relative;
  top:0px;
}
#navbar{
  padding-left: 1px;
  padding-right: 5px;
}
#navbar:hover{
  padding-top: 15px;
  padding-bottom: 15px;
}
.hover:hover {
  background: #F0F0F0;
  color: #000034;
  float: up;
}
.boxhover{
	transition: opacity 0.25s;
}
.boxhover:hover{
	opacity: 0.75;
}
.elements {
  padding: 0px;
  position: absolute;
  top: 40px;
  left: 0;
  width: 150px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.elements li { 
  background: #F0F0F0; 
  border: 1px solid;
  border-color: #F0F0F0;
  display: block; 
  color: #000034;
  font-size: 12px;
  padding: 10px;
}
.elements li:hover {
  background: #999999;
  border-color: #999999;
}

.hover:hover .elements {
  display: block;
  opacity: 1;
  visibility: visible;
}
.break{
	color: #CC0000;
}
.hover a{
  color: #000034;
  text-transform: uppercase;
  font-size: 13px;
}
.hover a:hover{
  color: #000034;
  text-decoration: none;
  font-weight: bold;
}
.elements a{
  text-transform: none;
  font-size: 12px;
}
.elements a:hover{
  text-decoration: none;
  font-weight: bold;
}
.hover{
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 0px;
  top: 50%;
}
.break{
  float: left;
  padding: 13px;
  top: 50%;
}
.box{
  background-color: ##000034;
  color: #FFFFFF;
  border: 5px solid;
  border-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
}
.text{
  background-color: #FFFFFF;
  color: #000034;
}
.text p{
  font-size: 14px;
  text-decoration: none;
  color: #000034;
  text-align: left;
}
.text #r{
  font-size: 14px;
  text-decoration: none;
  color: #CC0000;
  text-align: left;
}
.text h1{
  font-size: 24px;
  text-align: left;
  color: #000034;
}
.text img{
  width: 100%;
  position: center;
}
.sponsor p{
  padding-top: 25px;
  padding-right: 5px;
}
.sponsor hr{
  height: 2px;
  background-color: #000034;
}
.menu {
  position: fixed;
  background-color: #FFFFFF;
}
.menu ul {
  background-color: #FFFFFF;
  list-style: none;
  width: 230px;
  margin: 0;
  padding: 0;
  display: block;
}
.menu ul li {
  width: 95%;
  background-color: #FFFFFF;
  border-bottom: 1px solid;
  border-color: #999999;
  display: block;
  position: relative;
  top: 12%;
  transform: translateY(-12%);
}
.menu ul li a, 
.menu ul li a:visited, 
.menu ul li a:hover{
  text-decoration: none;
  color: #000034;
  font-size: 14px;
  text-transform: uppercase;
}
.menu ul li a:hover{
  font-weight: bold;
}
.pic{
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}
