
body {
	font-family: 'Arial', sans-serif;
	background-color: #ffffff;
	font-size: 14pt;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 190%;
}

div {
	margin: 0px;
	padding: 0px;
}

div#pageContainer {
	width: 100%;
	text-align: center;
}

div#wideContent {
	width: 1125px;
	height: 900px;
	background-position: 50% 20px;
	background-repeat: no-repeat;
}

div#sideBoardSurround {
	position: relative;
	top: 635px;
	left: -350px;
	width: 150px;
	height: 150px;
	font-size: 8pt;
	color: #8080f0;
	background-color: #000060;
}

div#sideBoard {
	border-width: 2px;
	border-style: solid;
	border-color: #202080 #000020 #000020 #202080;
}

div#sideBoardContent {
	padding: 10px;
}

div#sideBoard a {
	color: #9898ff;
	font-weight: bold;
	text-decoration: none;
}

div#sideBoard a:hover {
	text-decoration: underline;
	color: #d8d8ff;
}


div#mainContent {
	position: relative;
	top: 30px;
	left: 0px;
	width: 550px;
}


iframe#pageMainFrame {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

div#pageHeader {
	height: 50px;
	font-size: 70%;
	color: #f0f090;
	font-weight: bold;
}

div#pageHeader a {
	color: #f0f090;
	text-decoration: none;
}

div#pageMain {
	height: 100%;
}

div#pageFooterLinks {
	color: #6464b4;
	height: 40px;
	padding-top: 10px;
	font-size: 70%;
	font-weight: bold;
}

div#pageFooterLinks a {
	color: #6464b4;
	text-decoration: none;
}

div#pageFooterLinksContent {
	padding-top: 10px;
}

div#pageFooter {
	color: #8080a0;
	height: 40px;
	padding-top: 5px;
	font-size: 45%;
	font-weight: bold;
}

div#pageFooter a {
	text-decoration: none;
	color: #8080a0;
}