/**
* COMMON styles
*/
body {
	margin: 30px 0px 10px 0px;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
a {
	text-decoration: none;
}
p {
	line-height: 16px;
}

.clear {
	clear: both;
	display: inline-block;
	width: 100%;
	height: 0px;
	max-height: 0px;
	overflow: hidden;
}

.portal {
	position: relative;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 958px;
	height: 652px;
	border: 2px solid #808080;
}
.portal .image {
	position: absolute;
	top: 54px;
	left: 0px;
	z-index: 100;
	border-top: 1px solid #39674f;
}
.portal .address {
	position: absolute;
	top: 26px;
	left: 54px;
	color: #38674f;
}
.portal .address a {
	color: #38674f;
}
.portal .subsites {
	position: absolute;
	top: 345px;
	left: 52px;
	z-index: 200;
}
.portal .subsites .subsite {
	float: left;
	background-color: #FFFFFF;
	width: 192px;
	height: 258px;
	overflow: hidden;
}