body {
	margin: 0 0 20px 0;
	color: #111111;
}

#header {
	background: url(/img/new-uh-strap.png) no-repeat top right;
	height: 72px;
	margin-bottom: 4em;

}
#uhlogo {
	background: url(/img/new-uh-strap.png) no-repeat left top;
	height: 72px;
	width: 180px;
}

#forprint {
	display: none;
}

#hdrnav, #ftrnav {
	position: relative;
	padding: 3px;
	text-align: right;
	height: 2em;
	background: url(/img/hdrnav.png) no-repeat top left;
	border: 1px solid #063b70;
}

#hdrnav ul, #ftrnav ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#hdrnav li, #ftrnav li
{
	display: inline;
}

#hdrnav li a, #ftrnav li a
{
	color: #063b70;
	font-weight: bold;
	border-left: 1px solid #063b70;
	padding: 2px 14px;
}


#mainmenu  {
	margin: 3em 0 0 0;
	padding: 0px 5px 0 5px;
	position: absolute;
	left: 0;
	top: 6em;
	width: 170px;
}

#mainmenu ul {
	margin: 0 0.5em 1em 0.5em;
	padding: 0;
	list-style: none;
}

#mainmenu li {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 1px;
	padding: 0.5em 0.3em;
	line-height: 1.2;
	background-color: #ccddff;
	border: 1px solid #063b70;
}
#mainmenu li.group-top {
	margin-top: 15px;
}
#mainmenu li.group-bot {
	margin-bottom: 15px;
}
#mainmenu  p {
	margin: 0 0.5em ;
    	font-weight: bold;
    	line-height: 1.4em;
}
#content {
	/*border: 1px solid red;*/
        position: relative;
        margin: 0px 0px 0px 180px;
        padding-left: 20px;
        padding-right: 20px;
        border-left: 1px solid #063b70;
        border-right: 1px solid #063b70;
}

#content p {
        text-align: justify;
}

#content p.caption {
        font-size: smaller;
        text-align: justify;
}


#footer {
	border-top: 1px solid #063b70;
	padding-top: 10px;
	clear: both;
}

hr
{
	margin-right: 1em;
	text-align: center;
	height: 1px;
	border: none;	
	border-top: #063b70 solid 1px;
	color: #FFF;
}
img.left{
	float: left;
	clear:both;
	padding-left: 0px;
	padding-right: 10px;
}
img.right{
	float: right;
	clear:both;
	padding-left: 10px;
	padding-right: 0px;
}