body {
	background-color: #aaaabb;
	padding:6px;
	margin: 0;
	
}

:link {
	color: #4b0082; text-decoration: underline;}
	:visited {color: #4b0082; text-decoration: underline;}
	:active {color: #4b0082; text-decoration: none;}
	:hover {color: #4b0082; text-decoration: none;
}

.linx {
	color: #000000; text-decoration: underline;}
	.linx:visited {color: #000000; text-decoration: underline;}
	.linx:active {color: #000000; text-decoration: none;}
	.linx:hover {color: #000000; text-decoration: none;
}

div.menuitem {
	color: #000000;
	background-color: #ffffff;
	width: 100%;
	margin-bottom: 8px;
	border: 3px solid #333344;
}

div.container {
	width: 80%;
}

a.menu {
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 18px;
	width: 100%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: 0;
}

a.menu:hover {
	background-color: #aaaabb;
	color: #ffffff;
}
div.titlebox {
	width: 100%;
	color: #333344;
	background-color: #ffffff;
	border: 3px solid #333344;
	font-family: verdana;
	font-weight: bold;
	font-size: 36pt;
	text-align: center;
	margin-bottom: 8px;

}

div.rightcontainer {
	width: 19%;
	float: right;
}

div.leftcontainer {
	width: 79%;
	float: left;
	
}

div.infobox {
	border: 3px solid #333344;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	font-family: verdana;
	font-size: 8pt;
}

div.rightdecor {
	background-color: #333344;
	padding: 0;
	margin: 0;
	width: 18px;
	float: right;
	border-bottom: 3px solid #333344;
}

div.leftdecor {
	background-color: #333344;
	padding: 0;
	margin: 0;
	width: 18px;
	float: left;
	border-bottom: 3px solid #333344;
}

div.contentbox {
	margin-left: 18px;
	margin-right: 15px;
	background-color: #ffffff;
	color: #000000;
	border: 3px solid #333344;
	margin-right: 0;
	margin-top: 8px;
	text-align: justify;
	padding: 3px;
	font-family: verdana;
	font-size: 8pt;
	margin-bottom: 8px;
}

div.footer {
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	border: 3px solid #333344;
	font-family: verdana;
	font-size: 8pt;
	text-align: left;
	clear: both;
}

span.padded {
	padding-left: 4px;
	padding-right: 4px;
}