html
{
	height: 100%;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/blue_left_column.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

body
{
	height: 100%;
	min-width: 800px;
	/* IE Dynamic Expression to set the width */
	width: expression(document.body.clientWidth < 800 ? "800px" : document.body.clientWidth );
	background-image: url(../images/blue_right_column.gif);
	background-position: top right;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#ContainerColumnLeftPad, #ContainerColumnRightPad { width: 10px; }
#ContainerColumn1 { width: 210px; }
#Column1TopPad { border-top: solid 10px #01348D; }
.Column1Color { background-color: #7AAE6C; }
#Column1Wrapper { background-color: #7AAE6C; }
#Column1DividerTopPad { height: 10px; }
#Column1Divider { border-bottom: 1px solid #01348D; }
#Column1DividerBottomPad { height: 10px; }
.Column1Shoutout { padding: 10px 0 10px 0; }

.Column1ShoutoutContent
{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 6px 0 10px;
	line-height: 1.5em;
}

.Column1ShoutoutContent, .Column1ShoutoutContent a
{
	font-size: 8pt;
	color: #fff;
}

.Column1ShoutoutContent a:link
{
	font-size: 8pt;
	color: #fff;
}

.Column1ShoutoutContent a:active
{
	font-size: 8pt;
	color: #fff;
}
.Column1ShoutoutContent a:visited
{
	font-size: 8pt;
	color: #fff;
}

.Column1ShoutoutContent p
{
	margin: 0;
	padding: 0 0 6px 0;
}

#ContainerColumn2 { }
#ContainerColumn3 { width: 140px; }
#ContainerColumn3, #ContainerColumnRightPad { background-color: #01348D; }

#ContentBannerWrapper2
{
	background-image: url(../images/banner_midrepeat.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 96px;
}

#ContentBannerWrapper
{
	background-image: url(../images/bannerright.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 96px;
}

#ContentBanner
{
	background-image: url(../images/bannerleft.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 96px;
}

#umhslogowrapper { height: 132px; }
#umhslogo { position: absolute; }
