/* CSS Document */
body {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #DFE4EE;
  margin: 0px;
}
#container {
width:760px;
margin:0 auto;
}
#header {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #003366;
  height: 74px;
  border-top: 3px solid #cc0033;
  border-bottom: 2px solid #cc0033;
  padding-left: 10px;
  padding-top: 8px;
  text-align: right;
  margin: 0;
clear:both;
}
#header img {
  padding-left: 0px;
  padding-right: 0%;
  float: left; 
}
#sidelinks {
  float: left;
  width: 135px;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  background-color: #DFE4EE;
}
#sidelinks a:link {
  display: block; 
  padding: 0.3em 0.7em 0.2em .2em;
  text-decoration: none;
  font-weight: 700;
  font-size: 85%;
  border-right: 2px solid #cc0033;
    border-bottom: 3px solid #cc0033;
  margin-bottom: 6px;
  margin-top: 3px;
  color: #003366;
  background-color: #DFE4EE;
 }
 #sidelinks a:visited {
  display: block; 
  padding: 0.3em 0.7em 0.2em .2em;
  text-decoration: none;
  font-weight: 700;
  font-size: 85%;
  border-right: 2px solid #cc0033;
    border-bottom: 3px solid #cc0033;
  margin-bottom: 6px;
  margin-top: 3px;
  color: #003366;
  background-color: #DFE4EE;
 }
 #sidelinks a:hover {
  display: block; 
  padding: 0.3em 0.7em 0.2em .2em;
  text-decoration: none;
  font-weight: 700;
  font-size: 85%;
  border-right: 2px solid #cc0033;
    border-bottom: 3px solid #cc0033;
  margin-bottom: 6px;
  margin-top: 3px;
  color: #cc0033;
  background-color: #DFE4EE;
 }
  
#sidelinks a:active {
  display: block; 
  padding: 0.3em 0.7em 0.2em .2em;
  text-decoration: none;
  font-weight: 700;
  font-size: 85%;
  border-right: 2px solid #cc0033;
    border-bottom: 3px solid #cc0033;
  margin-bottom: 6px;
  margin-top: 3px;
  color: #003366;
  background-color: #DFE4EE;
 }
#mainarea {
width:625px;
margin-top: 5px;
  background-color: #DFE4EE;
  text-align: left;
float:left;  
  }
#threeareas {
  font-size: 90%;
  background-color: #DFE4EE;
  height: 30px;
  margin-top:10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
clear:both;
} 

#threeareas a:link {
  
  text-decoration: none;
  font-weight: 600;
  color: #cc0033;
  background-color: #DFE4EE;
  }
#threeareas a:visited {
 
  text-decoration: none;
  font-weight: 600;
  color: #7487CB;
  background-color: #DFE4EE;
  }
#threeareas a:hover {

  text-decoration: underline;
  font-weight: 600;
  color: #003366;
  background-color: #DFE4EE;
  }
#threeareas a:active {
  
  text-decoration: none;
  font-weight: 600;
  color: #899AD3;
  background-color: #DFE4EE;
  }


#footer {
  clear: both;
  padding: 0.4em;
  background-color: #003366;
  color: #ffffff;
  font-size: 80%;
  border-top: 2px solid #cc0033;
  border-bottom: 3px solid #cc0033;
  text-align: right;
  margin-top: 10px;
    
  } 
#footer a:link {
  font-weight: 500;
  color: #ffffff;
  background-color: #003366;
  text-decoration: none;
}
#footer a:visited {
  font-weight: 500;
  color: #EEEEEE;
  background-color: #003366;
  text-decoration: none;
}
#footer a:hover {
  font-weight: 500;
  color: #ffffff;
  background-color: #003366;
  text-decoration: underline;
}
#footer a:active {
  font-weight: 500;
  color: #FFFFFF;
  background-color: #003366;
  text-decoration: none;
}
.floatleft {
  float: left;
  margin-right: 6px;
  margin-left: 0px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.floatright {
  float: right;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-left: 9px;
  margin-top: 4px;
}
#highlights dd {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 11px;
  margin-left: 0px;
}
#highlights dt {
	margin: 0px;
	font-weight: bold;
	font-size: 110%;
  margin-top: 6px;
  margin-bottom: 4px;
  color: #9A4961;
  background-color: #DFE4EE;
  font-style: italic;
}
p {
  margin-bottom: 6px;
  margin-top: 2px;
}


h1 {
  font-size: 180%;
  margin-top: 5px;
  margin-bottom: 6px;
  color: #00569D;
  font-weight: 700;
  background-color: #DFE4EE;
}
h2 {
  font-size: 125%;
  font-style: italic;
  margin-top: 12px;
  margin-bottom: 4px;
  color: #9A4961;
  background-color: #DFE4EE;
}
h4 {
  font-size: 115%;
  margin-top: 20px;
  margin-bottom: 4px;
  color: #9A4961;
  background-color: #FFFFFF;  
} 
.clear {
  clear: both;
}
form {
  margin: 0px;
}
#content {
  background-color: #DFE4EE;
  top: 140px;
  position: absolute;
  width: 560px;
  padding-left: 15px;
  margin: 0px;
  padding-right: 15px;
}
div#clear {
  clear: both;
}
#insidebody {
  margin: 0px;
  padding: 0px; 
}
#printimage {
  margin-left: 5px;
  top: 145px;
  background-color: #FFFFFF;
  width: 290px;
  padding-top: 5px;
  padding-left: 15px;
  position: absolute;
  clear: both;
  display: none;
}
#headerprint {
  display: none;
}
.ualogo {
  position: absolute;
  z-index: 10;
  top: 50px;
  float: right;
  right: 15px;
}

