.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
#subMenu {
	font-size: 75%;
	display: inline;
	width: 120px;
	list-style-type: none;
	float: left;
	list-style-position: outside;
	margin-top: 10px;
}
#subMenu li {
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5FB8CD;
	display: block;
	margin-left: 10px;
	text-indent: 2px;
}
#subMenu a {
	text-decoration: none;
	display: block;
	width: 110px;
	color: #000000;
}
#subMenu a:hover {
	background-color: #A9D3DE;
}

.subMenuFirst {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5FB8CD;
}

#content {
	margin: 10px;
	display: block;
	float: right;
	clear: right;
}

#mainContent {
	width: 520px;
	font-size: 75%;
	float: left;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5FB8CD;
}
#mainContent p {
	margin-bottom: 12px;
	padding-left: 10px;
}
#mainContent h1 {
	font-size: 150%;
	font-weight: bold;
	color: #C096C1;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 12px;
}
#mainContent h2 {
	font-size: 115%;
	font-weight: bold;
	padding-left: 10px;
}
#mainContent ol {
	list-style-position: inside;
	margin-left: 10px;
	line-height: 1.8em;
	margin-bottom: 12px;
}
#mainContent ol a {
	color: #875988;
	font-weight: bold;
}


#secondaryContent {
	display: block;
	width: 183px;
	float: right;
	padding-bottom: 6px;
}
#secondaryContent p {
	font-size: 70%;
	margin-bottom: 6px;
}
#secondaryContent h2 {
	font-size: 75%;
	font-weight: bold;
	margin-top: 6px;
}

#secondaryContent a {
	color: #875988;
	text-decoration: none;
	clear: both;
	font-size: 70%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5FB8CD;
	width: 183px;
	margin-bottom: 18px;
	display: block;
}
#secondaryContent a:hover {
	text-decoration: underline;
}

