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

#outerwrapper {
	background-color: #C6CDE1;
}
#wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	background-color: #FFF;
}
#textcontainer {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.headingtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #506697;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
