BODY {
	font-family: serif;
	background-color: #4F3FFF;
	font-size: 16px;
}

A {
	text-decoration: none;
	border-bottom: dotted black;
	border-width: .75pt;
}

A.image {
	border-width: 0px;
}

IMG.basic {
	margin: 4px;
	border: 2px solid #000000;

}

.content {
	background-color: #Ff9E64;
	padding: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px ridge #000000;
	overflow: hidden;
}

.subcontent {
	background-color: #C6C7A7;
	padding: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #000000;
	overflow: hidden;
}



#mainContent {
	margin: 20px 0px 10px 10px;
	position: absolute;
	left: 150px;
	top: 100px;
	width: 540px;
}

#leftBoxes{
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 100px;
	width: 130px;
	margin: 20px 10px 10px;
}
.leftBox{
	margin: 0px 0px 20px;
	background-color: #FF9E64;
	border: 1px outset #000000;
	overflow: hidden;
}

#titleBox {
	margin: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FF9E64;
	border: 1px ridge #000000;
	padding: 3 em;
	height: 90px;
	width: 690px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
}

.pageTitle {
	text-align: center;
	text=align: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
