* {
   font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif, monospace;
}

body {
	background: #FFFFFF;
}

div#pagetitlecontainer {
	text-align: center;
}

div#pagetitle {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: left;
}

div#pagetitle > h1 {
	text-align: center;
}

h1 {
	text-align: center;
}

div#boxes {
	text-align: center;
}

table#boxes {
	width: 90%;
	margin: 10px auto;
}

td#tl, td#tr, td#bl, td#br  {
	width: 50%;
	vertical-align: top;
	padding: 20px;
}

td#br{
	display:none;
}

div.sectiontitle {
	padding: 5px;
	font-weight: bold;
	background: #4949FF;
	color: #FFFFFF;
}

div.sectioncontent {
	padding: 5px;
	background: white;
	color: black;
}