html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

img{
border:0;
}

#sidemenu a:link, #sidemenu a:visited{
	background-image: url('images/uh-sidemenu-back.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ccccff;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ba01ff;
	padding-left: 6px;
	display: block;
	line-height: 22px;
	border-top: solid 1px #efe4de;
}

#sidemenu a:hover{
	padding-left: 6px;
	color: #000000;
}

#sidetop{
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#center{
	border-right: solid 1px #ccccff;
}

#topmenu a:link, #topmenu a:visited{
	background-image: url('images/uh-topmenu-triangle.gif');
	background-position: top center;
	background-repeat: no-repeat;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #404040;
	line-height: 29px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#topmenu a:hover{
	text-decoration: underline;
	color: #000000;
}

#searchform{
	margin: 0px;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #404040;
	padding-left: 20px;
	padding-right: 20px;
}

#bottom{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #9194ff;
	border-top: solid 1px #ba01ff
}

#bottommenu a:link, #bottommenu a:visited{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #9194ff;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#bottommenu a:hover{
	text-decoration: underline;
	color: #000000;
}

#ubottom{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #ba01ff;
}

#Content{
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 10px;
}

h1{
font-size:16px;
}

/*lightbox*/
#lightbox{
	background-color:gray;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	color:black;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url('/images/layout/overlay.png'); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(/images/layout/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/layout/overlay.png", sizingMethod="scale");
	}