/* CSS Document */
#uabannerblue {
	height: 42px;
	background-color: #003366;
	text-align: center;
}
#footercentered {
	background-color: #003366;
	width: 780px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#uaimagearea {
	background-color: #003366;
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#collegeimagearea {
	background-color: #003366;
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#collegeimagearea img {
	padding-left: 12px;
}

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: 63px;
  border-top: 2px solid #cc0033;
  border-bottom: 2px solid #cc0033;
  padding-left: 8px;
  padding-top: 8px;
  margin: 0;
clear:both;
}
#sidelinks {
  float: left;
  width: 135px;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  background-color: #DFE4EE;
  padding-bottom: 15px;
}
#sidelinks ul {
	margin: 0;
	padding: 0 0 0 0;
}	

#sidelinks li {
	padding: 0.3em 0.6em 0.2em .2em;
	border-right: 2px solid #cc0033;
	border-bottom: 3px solid #cc0033;
	margin-bottom: 6px;
	margin-top: 3px;
	margin-bottom: 0;
	list-style-type: none;
}	
#sidelinks a:link {
  text-decoration: none;
  font-weight: 700;
  font-size: 85%;
   color: #003366;
  background-color: #DFE4EE;
 }
 
#sidelinks a:visited {
   text-decoration: none;
  font-weight: 700;
  font-size: 85%;
  color: #003366;
  background-color: #DFE4EE;
 }
#sidelinks a:hover {
  text-decoration: none;
  font-weight: 700;
  font-size: 85%;
   color: #cc0033;
  background-color: #DFE4EE;
 }
  
#sidelinks a:active {
   text-decoration: none;
  font-weight: 700;
  font-size: 85%;
  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 {
  padding: 1em 0.3em 0.2em .2em;
  text-decoration: none;
  font-weight: 600;
  color: #cc0033;
  background-color: #DFE4EE;
  }
#threeareas a:visited {
  padding: 1em 0.3em 0.2em .2em;
  text-decoration: none;
  font-weight: 600;
  color: #7487CB;
  background-color: #DFE4EE;
  }
#threeareas a:hover {
  padding: 1em 0.3em 0.2em .2em;
  text-decoration: underline;
  font-weight: 600;
  color: #003366;
  background-color: #DFE4EE;
  }
#threeareas a:active {
  padding: 1em 0.3em 0.2em .2em;
  text-decoration: none;
  font-weight: 600;
  color: #899AD3;
  background-color: #DFE4EE;
  }

#photos {
  margin-left: 1px;
  background-color: #DFE4EE;
  width: 305px;
  padding-top: 5px;
  padding-left: 25px;
  clear: left;
float:left;
}

#photos p {
   font-size: 90%;
  margin-top: 3px;
  margin-bottom: 9px;
  color: #000000;
  background-color: #DFE4EE;
}

#photos a:link {
	font-size: 85%;
  	margin-top: 3px;
  	margin-bottom: 9px;
  	background-color: #DFE4EE;
	text-decoration: none;
  color: #9A4961;
  display: block;
}

#photos a:visited {
	font-size: 85%;
  	margin-top: 3px;
  	margin-bottom: 9px;
  	background-color: #DFE4EE;
	text-decoration: none;
  color: #9A4961;
  display: block;
}

#photos a:hover {
	font-size: 85%;
  	margin-top: 3px;
  	margin-bottom: 9px;
  	background-color: #DFE4EE;
	text-decoration: underline;
  color: #003366;
  display: block;
}

#highlights {
	float:left;
	background-color: #DFE4EE;
	position: relative;
	width: 260px;
	float:left;
	font-size: 95%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #cc0033;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
}

 #footer {
  clear: both;
  padding: 1em;
  background-color: #003366;
  color: #ffffff;
  font-size: 88%;
  border-top: 2px solid #cc0033;
  border-bottom: 2px solid #cc0033;
  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: 10px;
  margin-left: 0px;
  color: #9A4961;
	background-color: #DFE4EE;
	font-weight: 500;
}
#highlights dt {
  margin: 0px;
}
p {
  margin-bottom: 6px;
  margin-top: 2px;
}

h3 a:link {
	text-decoration: none;
	color: #9A4961;
	background-color: #DFE4EE;
	font-weight: 500;
}
h3 a:visited {
  text-decoration: none;
  font-weight: 500;
  color: #9A4961;
  background-color: #DFE4EE;
}
h3 a:hover {
  text-decoration: underline;
  font-weight: 500;
  color: #003366;
  background-color: #DFE4EE;
}
h3 a:active {
  text-decoration: underline;
  font-weight: 500;
  color: #003366;
  background-color: #DFE4EE;
}
#highlights dd a:link {
	text-decoration: none;
	color: #9A4961;
	background-color: #DFE4EE;
	font-weight: 500;
}
#highlights dd a:visited {
  text-decoration: none;
  font-weight: 500;
  color: #9A4961;
  background-color: #DFE4EE;
}
#highlights dd a:hover {
  text-decoration: underline;
  font-weight: 500;
  color: #003366;
  background-color: #DFE4EE;
}
#highlights dd a:active {
  text-decoration: underline;
  font-weight: 500;
  color: #003366;
  background-color: #DFE4EE;
}
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;
}
h3 {
  font-size: 110%;
  margin-top: 0px;
  margin-bottom: 4px;
  color: #9A4961;
  background-color: #DFE4EE;
  font-style: italic;
}
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;
}

.ualogo {
 position: absolute;
  z-index: 10;
  top: 50px;
  float: right;
  right: 15px;
}

.alogoheader {

  position: absolute;
  z-index: 10;
  float: right;
  right: 15px;
}
.alogoheader2 {
	position: absolute;
	z-index: 10;
	float: right;
	right: 15px;
	top: 30px;
}

