
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #0f343c;
	text-align: left;
	font-size: medium;
	background-color: #52e1ff;
}
body.open {
	background-image: none;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
	list-style-type: disc;
}
ul.main {
	line-height:3em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: "Bauhaus 93", Arial, sans-serif;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
	color:  #52e1ff;
}
a:link {
	font-weight: bold;
	color: #0f343c;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #0f343c;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #0f343c;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #0f343c;
	text-decoration: underline;
}

table {
	width: 100%; 
	text-align: left;
	border: 0px;
}
img {
	border: 1px solid #aaa;
	border-color: black;
}
img.title {
	border: 0px;
}
img.InText {
  float: right;
}

img.centred {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
td {
	vertical-align: center;
}

/* Layout */

#header {
	position: relative;
	width: 760px;
	top: 15px;
	border: 1px;
	border-style: solid;
	border-color: black;
	margin-left: auto;
  margin-right: auto;
	background-color: #0f343c;
}

#content {
	position: relative;
	width: 740px;
	padding: 10px 10px 10px 10px; 
	text-align: left;
	top: 25px;
	border: 1px;
	border-style: solid;
	border-color: black;
	margin-left: auto;
  margin-right: auto;
	background-color: #e0ffff;
} 

#contentmain {
	position: relative;
	width: 740px;
	padding: 10px 10px 10px 10px; 
	text-align: left;
	top: 25px;
	border: 1px;
	border-style: solid;
	border-color: black;
	margin-left: auto;
  margin-right: auto;
	background-color: #e0ffff;
	background-image: url('simsface.gif');
	background-repeat: no-repeat;
	background-position: right; 

} 

#footer {
	position: relative;
	width: 740px;
	padding: 10px 10px 10px 10px;
	background:   none;
	top: 13px;
	border: none;
	margin-left: auto;
  margin-right: auto;
} 

.centered {
	text-align: center;
}
