﻿body {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
}

a, a :link {
	text-decoration: underline;
	color: #0CB72C;
}
a:hover {
	text-decoration: none;
}

p {
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}

hr {
	border: 1px #CCCCCC solid;
}


#wrapper {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url('../images/generic/wrapper_bg.gif');
	background-repeat: repeat-y;
}

/*-------HEADER CONTENT------*/

#header {
	position: relative;
	width: 960px;
	height: 180px;
	background-image: url('../images/generic/header_bg.gif');
	background-repeat: no-repeat;
}
#logoBox {
	position: absolute;
	width: 204px;
	height: 143px;
	left: 21px;
	top: 15px;
	background-image: url('../images/generic/hcu_logo.gif');
	background-repeat: no-repeat;
}
#logoBox h1, #strapline h2 {
	display: none;
}

#strapline {
	position: absolute;
	width: 510px;
	height: 37px;
	left: 263px;
	top: 70px;
	background-image: url('../images/generic/strapline.gif');
	background-repeat: no-repeat;
}


#navBox {
	position: absolute;
	width: 688px;
	height: 24px;
	left: 262px;
	top: 118px;
}
/*-------LEFT COLUMN CONTENT------*/

#leftColumn {
	position: relative;
	width: 276px;
	z-index: 5;
	float: left;
}
#lhMenuBox {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 207px;

}
#lhMenuHeader {
	position: relative;
	width: 207px;
	height: 60px;
	float: left;
	background-image: url('../images/generic/lh_menu_header.gif');
	background-repeat: no-repeat;
}
#lhMenuHeader h2 {
	margin-left: 15px;
	margin-top: 10px;
	font-size: medium;
	color: #1F82CF;
}
.lhMenuContent {
	position: relative;
	width: 183px;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/generic/lh_menu_bg.gif');
	background-repeat: repeat-y;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 0.85em;
}

#lhMenuFooter {
	background-image: url('../images/generic/lh_menu_footer.gif');
	background-repeat: no-repeat;
	width: 207px;
	position: relative;
	float: left;
	height: 40px;
}

#lhInfoBox {
	position: relative;
	width: 183px;
	left: 0px;
	top: 12px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 0.85em;
}

.lhPictureBox {
	width: 207px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.lhPictureBox img {

   max-width: 207px;
   width: expression(this.width > 207 ? 207: true);

}


/*-------CENTRE COLUMN CONTENT------*/

#midColumn {
	position: relative;
	width: 455px;
	float: left;
}

#contentBox {
	position: relative;
	float: left;
	width: 100%;
	font-size: small;
	margin-top: 40px;
	margin-bottom: 20px;
}

#contentBox h1 {
	font-size: large;
	color: #1F82CF;
	margin: 0px;
}

#contentBox h2 {
	font-size: medium;
	color: #0CB72C;
	margin: 0px;
}

#contentBox h3 {
	font-size: medium;
	color: #0CB72C;
	margin-bottom: 5px;
}

#contentBox h4 {
	font-size: medium;
	color: #999999;
	margin-bottom: 5px;
}

#contentBox h5 {
	font-size: medium;
	color: #666666;
	margin-bottom: 5px;
	font-style: oblique;
}

#contentBox h6 {
	margin-bottom: 5px;
	font-size: small;
}

#contentBox img {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}




/*-------RIGHT COLUMN CONTENT------*/

#rightColumn {
	position: relative;
	width: 229px;
	float: left;
}
#rhMenuBox {
	position: relative;
	width: 163px;
	float: right;
	margin-right: 8px;
	margin-top: 20px;
	margin-bottom: 15px;
}

#rhMenuHeader {
	position: relative;
	width: 163px;
	height: 49px;
	float: left;
	background-image: url('../images/generic/rh_menu_header.gif');
	background-repeat: no-repeat;
}

#rhMenuHeader h3 {
	margin-left: 15px;
	margin-top: 10px;
	font-size: small;
	color: #FFFFFF;
}

#rhMenuContent {
	position: relative;
	width: 139px;
	float: left;
	background-image: url('../images/generic/rh_menu_bg.gif');
	background-repeat: repeat-y;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 0.85em;
}
#rhMenuContent  a, #rhMenuContent  a:link {
	text-decoration: underline;
	color: #0CB72C;
	font-weight: bold;
}
#rhMenuContent  a:hover {
	text-decoration:none;
}

#rhMenuContent h1 {
	font-size: medium;
	color: #0CB72C;
	margin-bottom: 5px;
}

#rhMenuContent h2 {
	font-size: medium;
	color: #1F82CF;
	margin: 0px;
}

#rhMenuContent h3 {
	font-size: medium;
	margin-bottom: 5px;
}

#rhMenuContent h4 {
	font-size: medium;
	color: #666666;
	margin-bottom: 5px;
}

#rhMenuContent h5 {
	font-size: medium;
	color: #666666;
	margin-bottom: 5px;
	font-style: oblique;
}

#rhMenuContent h6 {
	margin-bottom: 5px;
	font-size: small;
}


#rhMenuContent .button a {
	color: #000000;
	text-decoration:none;
}

#rhMenuContent .button a:hover {
	color: #1F82CF;
}

#rhMenuFooter {
	position: relative;
	width: 163px;
	height: 18px;
	z-index: 3;
	float: left;
	background-image: url('../images/generic/rh_menu_footer.gif');
	background-repeat: no-repeat;
}

/*-------FOOTER CONTENT------*/

#footer {
	background-position: center top;
	position: relative;
	width: 960px;
	height: 100px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url('../images/generic/footer_bg.gif');
	background-repeat: no-repeat;
}
#footerMenu {
	position: absolute;
	left: 276px;
	top: 26px;
	font-size: x-small;
	color: #999999;
}

#footerMenu a, #footerMenu a :link {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#footerMenu a:hover {
	text-decoration: underline;
}

/*-------MISC STYLES------*/

















