html, body, 
h1, h2, h3, h4, h5, h6, 
form, div, ol, ul, li { margin: 0; padding: 0; }

body{
text-align:center;
background: white;
font: 62.5% arial, helvetica, sans-serif;
}

#wrapper{
margin: 0 auto 0;
padding:0;
width: 950px;
text-align:left;
background-color:white;
border: black solid 1px;
}

/* header */
#header{
position:relative;
margin:auto 0;
}

#register{
width: 950px;
position: relative;
text-align: right;
line-height: 1.6em;
}

/*  body middle  */
#body_middle{
margin: 0;
width:950px;
padding: 0px;
background-color: #ffffff;
}



/*  Footer  */
#footer{
width: 950px;
height: 120px;
background-color: #0202BB;
}

#footer_left{
width: 470px;
height: 120px;
background-color: #0202BB;
float: left;
text-align: left;
}

#footer_right{
width: 470px;
height: 120px;
background-color: #0202BB;
float: left;
text-align: right;
}


#footer p{
float:right;
text-align:right;
font-size: 1.1em;
color:white;
padding: 2px;
}

#footer  a{
text-decoration:none;
color:white;
}

#footer  a:hover{
text-decoration:underline;
}

#footer span {
color:white;
font-size:11px;
padding-left: 10px;
margin-top:30px;
position:absolute;
}

/* Menu */
#nav{
width:950px;
background-color:#0202BB;
height:4em;
top:0;

}

#nav ul.parent_menu{
list-style-type: none;
list-style-position:outside;
position:relative;

}

#nav ul.parent_menu li{
height:4em;
float:left;
width:100px;
text-align:center;
border-right:.1em solid #ffffff;
}

#nav ul.parent_menu li a{
display:block;
width:100%;
height:100%;
line-height: 3.5;
background-color:#0202BB;
text-decoration:none;
font-size: 1.1em;
color: white;
}

#nav ul.parent_menu li a:hover{
background-color:#F1CB38;
color: #7F5C00;
}

/* Flyout Menus */
.child_menu {
  display:none;
  position:absolute;
  z-index:100;
  background-color: #0202BB;
  list-style-type: none;
  margin-left: 0;
}

.child_menu li {
  height: 42px;
  width:100px;
  text-align: center;
  margin-left: 0;
  
  border-top: none;
}

.child_menu li a {
  display: block;
  background-color: #0202bb;
  height:94%;
  width: 100%;
  border: 1px solid #F1CB38;
  text-decoration: none;
  Padding-top:4%;

  color: white;

}

.child_menu li a:hover {
  background-color: #00016F;
  color:white;
}
