body {
	background-color: white;
	padding: 0;
	margin: 0;
	text-align: center;
}

div#container {
	position: relative;
	width: 700px;
	height: 600px;
	top: 20px;
	margin: 0 auto;
	text-align: left;
}

div#leftshadow {
	position: absolute;
	width: 8px;
	height: 600px;
	top: 0px;
	left: -8px;
	background-image: url(images/leftshadow.png);
}

div#rightshadow {
	position: absolute;
	width: 8px;
	height: 600px;
	top: 0px;
	left: 700px;
	background-image: url(images/rightshadow.png);
}

div#image {
	position: absolute;
	width: 700px;
	height: 333px;
	top: 0px;
	left: 0px;
	background-color: #4680BF;
	color: #757575;
	background-image: url(images/background.jpeg);
}

div#menu {
	position: absolute;
	width: 700px;
	height: 30px;
	top: 333px;
	left: 0px;
	background-color: #4D5968;
}

div.text {
	display: none;
	position: absolute;
	width: 584px;
	height: 181px;
	top: 363px;
	left: 0px;
	background-color: white;
	color: #4D5968;
	border-right: 1px #C2C2C2 solid;
	border-left: 1px #C2C2C2 solid;
	border-bottom: 1px #C2C2C2 solid;	
	margin: 0;
	padding-left: 57px;
	padding-right: 57px;
	padding-top: 28px;
	padding-bottom: 28px;
}

div.separator {
	position: absolute;
	width: 18px;
	height: 30px;
	background-image: url(images/separator.png);
}

p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9pt;
	text-align: justify;
}

a {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	line-height: 60%;
}

a.textlink:hover {
	text-decoration: underline;
	color: #AAA;
}

.rollover {
	position: absolute;
}

.rollover a {
	display: block;
	height: 30px;
	text-decoration: none;
}

.rollover a:hover {
	background-position: 0 -30px;
}

span.strong {
	font-weight: bold;
}

