body{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 100%;
	background-color: #ecf1fe;
	background-image: url(http://universityimagingaz.com/img/ui_bgFade.gif);
	background-position: center;
	background-repeat: repeat-y;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #005992;
}
a:hover {
	color: #36b0ff;
	background: #ecf1fe;
}
u {
	text-decoration: underline;
	font-weight: bold;
}


.main #logo{
	position: relative;
	width: 850px;
	text-align: center;
	margin: 0 auto 0 auto;
}


.main #container{
	position: relative;
	width: 810px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0 20px;
}
.main #container h2{
	text-shadow: 0px 0px 2px black;
	padding: 5px 20px;
	font-weight: 400;
	color: white;
	background: url(http://universityimagingaz.com/img/headerFade.gif) repeat-x bottom;
	
	
}
.content {
	font-size: 14px;
}
.header{
	margin:0 0 20px;
	padding:0;
}

.menu {
	margin: 0;
	padding: 4px 0 5px 3px;
	border-bottom: thin #c6c7c7 solid;
}
.menu a {
	margin: 0 0 0 -3px;
	padding: 5px 10px;
	border-top: thin #c6c7c7 solid;
	border-bottom: thin #c6c7c7 solid;
	border-right: thin #c6c7c7 solid;
	background-image: url(http://universityimagingaz.com/img/ui_menuLinkFade.gif); 
	background-position: 0 bottom;
	background-color: white;
	background-repeat: repeat-x;
}
.menu a:hover{
	background-image: none;
	background: #ecf1fe;
}
.menu a.current {
	margin: 0 0 0 -3px;
	padding: 5px 10px;
	border-top: thin #c6c7c7 solid;
	border-right: thin #c6c7c7 solid;
	border-bottom: thin white solid;
	color: black;
	background: white; 
	

}
.menu a.current:hover{
	background-image: none;
	background-color: transparent;
}
.menu a.spacer{
	width: 30px;
	background: white;
	border-top: none;
}

.footer {
	position: relative;
	clear: both;
	text-align: center;
	margin: 50px 0 30px 0;
	padding: 8px 0;
	color: white;
	background: url(http://universityimagingaz.com/img/headerFade.gif) repeat-x bottom;
}
.footer a{
	color:white;
}
.footer a:hover{
	color:#36b0ff;
	background-color: transparent;
}

