.background {
	width: 987px;
	height: 598px;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 10px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.boldWhite {
	color: white;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
}

.header {
	position: absolute;
	background: transparent;
	width: 947px;
	height: 200px;
}

.header-image {
	width: 200px;
	height: 150px;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.header-title {
	width: 725px;
	height: 110px;
	position: absolute;
	left: 200px;
	background: transparent;
	border: thin solid #2f6178;
	font: bold xx-large Georgia, Times New Roman, Times, serif;
	padding-left: 20px;
}

.header-menu {
	background: transparent;
	width: 747px;
	height: 35px;
	left: 200px;
	position: absolute;
	top: 110px;
	padding-top: 5px;
	text-align: right;
	color: black;
	font: 15px Georgia, Times New Roman, Times, serif;
}

.header-menu-item {
	padding-left: 5px;
	background: #2f6178;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
	color: white;
	font: small-caps bold 15px Georgia, Times New Roman, Times, serif;
}

.sideImage
{
	width: 200px;
	height: 402px;
	position: absolute;
	top: 160px;
}

.sidebar {
	width: 182px;
	height: 395px;
	position: absolute;
	top: 160px;
	text-align: right;
	background-color: transparent;
	padding: 3px;
	padding-top: 3px;
	padding-right: 15px;
	font-family: Georgia, Times New Roman, Times, serif;
}

a {
	font-size: inherit;
	line-height: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
	color: white;
}

.largeBlue {
	font-size: large;
	color: #2f6178;
}

.textCenter {
	text-align: center;
}

.content {
	height: 398px;
	width: 747px;
	background: transparent;
	position: absolute;
	top: 160px;
	left: 220px;
}

.content-breadcrumb {
	font: small Georgia, Times New Roman, Times, serif;
	background: #2f6178;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 18px;
	width: 490px;
}

.content-main {
	background: transparent;
	position: absolute;
	top: 20px;
	width: 485px;
	padding: 5px;
	height: 344px;
	font-family: Georgia, Times New Roman, Times, serif;
	overflow: auto;
}

.content-upperImage {
	background: transparent;
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
	height: 130px;
	border: thin solid #2f6178;
}

.content-lowerImage {
	background: transparent;
	right: 0;
	top: 140px;
	position: absolute;
	width: 250px;
	height: 250px;
	border: thin solid #2f6178;
}

.content-largeImage {
	top: 0;
	position: absolute;
	right: 0;
	height: 390px;
	width: 250px;
	border: thin solid #2f6178;
}

.content-contact {
	position: absolute;
	right: 251px;
	background: #2f6178;
	padding-right: 5px;
	padding-left: 5px;
	bottom: 6px;
	color: black;
}

.white {
	color: white;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
}