body {
	text-align: center;
	 
	background-color: #032874;
	font-family: Verdana;
	color: #CAE2FB;
	font-weight: bold;
	font-size: 13px;

}

table {
	background-color: #DEE4FE;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}

table.menu {

}

table.menu td {
	width:400px;
	font-size:13px;
}

table.submenu {
	margin-top : 10px;
	margin-bottom : 10px;
}

table.submenu td {
	width:200px;
	font-size:13px;

}

td {
	background-color: #B3C1FE;
}



a {
	color: #CAE2FB;
	font-style: italic;
	text-decoration:none;
}

td a {
	font-weight: bold;
	color: #0343C6;
	font-style: normal;
	text-decoration:	none;
	
}

div {
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	width: 600px;
	margin-bottom: 20px;
	margin-top:20px;
}

div.content {

	
}

div.contentheader {
	font-size: 20px;
}

ul {
	text-align: left;
}

img {
	border: 0px;
}
