/* Body formatting */
body {
	background: #203755 repeat-x;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
a {
	text-decoration: none;
	color: #97C4FD;
}
div {
	text-decoration: none;
	color: #808080;
}
table {
	float: left;
	text-align: center;
	color: #97C4FD;
}
table th {
	font-weight: normal;
	text-align: center;
	color: #808080;
}
table h1 {
	text-decoration: none;
	text-align: center;
	color: #041a36;
}
h2 {
	text-decoration: none;
	text-align: left;
	margin-left: 10;
	color: #041a36;
}
h3 {
	text-decoration: none;
	text-align: left;
	margin-left: 10;
	color: #041a36;
}
ul {
	text-align: left;
}
ol {
	text-align: left;
}
p {
	text-align: justify;
	margin-left: 10;

}
/* Demo menu bar */
.menu {
	border: solid 1px #97c4fd;
	padding:10px 10px 15px 10px;
	background-color:#233956;
}
.menuItem {
	padding:4px 10px 4px 10px;
	border-bottom:solid 1px #97c4fd;
}
.menuItem:hover {
	background-color:#233956;
}
.menuItem a {
	color:#97c4fd;
	text-decoration:none;
}
#demo {
	background-color:#97c4fd;
	cursor:pointer;
	padding:0 0 0 0;
	margin: 0 0;
	width: 429px;
	height: 30px;
/*	border-bottom:solid 1px #97c4fd;
	-moz-opacity:.0;
	-ms-filter:”alpha(opacity=0)”;
	filter:alpha(opacity=0);
	opacity:.0;*/
}
#demo span {
	padding:0 0 0 0;
	cursor:pointer;
}
#demo span:hover {
	text-decoration:underline;
}
