@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#container {
	background-image: url(images/yellowTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff402;
	text-align: left;
}
#topLogo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 139px;
	padding-left: 425px;
	padding-top: 30px;
	padding-right: 25px;
}
#mainText {
	background-image: url(images/ltBlueTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 739px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f1feff;
	padding: 20px;
	text-align: left;
	font-weight: normal;
}
#mainLwr {
	background-image: url(images/ltBlueLwr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}
#containerLwr {
	background-image: url(images/yellowLwr.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.highlight {
	font-size: 14px;
	font-weight: bold;
	color: #028c8f;
}
ul {
	list-style-type: circle;
}
a {
	color: #028c8f;
	text-decoration: none;
}
.largeHighlight {
	font-size: 18px;
	color: #028c8f;
	line-height: 30px;
}
