@charset "UTF-8";
/* CSS Document */

/*---- LAYOUT ----*/

#page {
	position: relative;
	width: 900px;
	text-align: left;
	height: 100%;
	vertical-align: top;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#back_top {
	width: 100%;
	height: 200px;
	position:relative;
	background-image:url(/styles/icv3/Images/top2.png);
}

#header {
	position: absolute;
	width: 512px;
	height: 113px;
	top: 15px;
	left: 48px;
}

#links {
	width: 100%;
	height: 20px;
	top: 175px;
	position: absolute;
	text-align: center;
}

#content {
	position: absolute;
	top: 200px;
	width: 100%;

}
#links a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
#links a:link {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

#links a:visited {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
#links a:hover {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
p.quoted {
	font-weight: bold;
	color: black;
}