body {
	margin: 20px;
	padding: 0;
	background-color: #42418c;
	background-image: url(images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#wrapper {
	border-style: none;
	width: 760px;
	margin-top: 15;
	margin-right: auto;
	margin-bottom: 15;
	margin-left: auto;
}
#header {
	margin: 0;
	text-align: center;
	height: 31px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/header.gif);
	background-repeat: repeat;
	background-position: 0% 50%;
	padding: 0px;
}
#mainarea {
	margin: 0;
	padding: 10px 50px;	
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/mainarea.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#footer {
	padding: 0px;
	clear: both;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: smaller;
	height: 32px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.highlight span {
	background-color: #FFFF00;
}
.highlight {
	background-color: #FFFF00;
}
.highlightRed span {
	background-color: #FF0000;
}
.highlightRed {
	background-color: #FF0000;
}
div.spacer {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
li {
	margin-bottom:20px;
}
.yellowBox {
	background-color: #FFFF99;
	padding: 5px;
	margin-right: 80px;
	margin-left: 80px;
}
.tick {
	list-style-image: url(images/tick.gif);
	margin-left: 100px;
}

