﻿/* Basic CSS page formatting */
.threeColumn #contentMiddle {
	display: inline;
	float: left;
	width: 32.5em;
	margin: 0em 0em 0em 0.81em; /*top right bottom left*/
	overflow: hidden;
	line-height: 150%;
}

.threeColumn #contentMiddleEXT {
	display: inline;
	float: left;
	width: 42.25em;
	margin: 0em 0em 0em 0.81em; /*top right bottom left*/
	overflow: hidden;
	line-height: 150%;
}


/* Three Column Content Columns */
#contentMiddle a, #contentMiddleEXT a {
	text-decoration: underline;
	color: #CC3333;
	font-weight: normal;
}

#contentMiddle a:hover, #contentMiddleEXT a:hover {
	text-decoration: none;
	color: #000000;
}

/* Special Hyperlinks Class */
#contentMiddle a.FAQ {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

#contentMiddle a.FAQ:hover {
	text-decoration: none;
	color: #CC3333;
	font-weight: normal;
}

p {
	margin-top: 0em;
}

#contentMiddle .#contentMiddle .anchor, a.anchor, a.anchor:hover, a.anchor, a.anchor:hover, #contentMiddleEXT .anchor, a.anchor, a.anchor:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#contentMiddle .columnLeft {
	display: inline;
	float: left;
	margin: 0em 0.25em 0.25em 0.25em; /*top right bottom left*/
	width: auto;
	/*border: 0.06em aqua solid;*/
}

#contentMiddle .columnRight {
	display: inline;
	float: right;
	margin: 0em 0.25em 0.25em 0.25em; /*top right bottom left*/
	width: auto;
	/*border: 0.06em fuchsia solid;*/
}

#contentMiddle h1.listHeader {
	font-size: 1.25em;
	margin: 0.75em 0em 0em 0.25em; /*top right bottom left*/
	padding: 0em 0.25em 0em 0.5em;
	border: 0em;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: 0.06em #000000 solid;
	width: 22em;
}

#contentMiddle ul.linksList{
	list-style: none;
	margin: -1.5em 0.25em 1em 1em; /*top right bottom left*/
}

/* Image Classes */
.floatLeft {
	display: inline;
	float: left;
	margin: 0em 0.81em 0.50em 0em; /*top right bottom left*/
}

.floatRight {
	display: inline;
	float: right;
	margin: -2em 0em 0.50em 0.94em; /*top right bottom left*/
}

/* Spacing Classes */
.spacer {
	height: 5.25em;
	border-top: 0.10em #CCCCCC solid; /* HR between items */
}

.spacerCab {
	height: 8.25em;
	border-top: 0.10em #CCCCCC solid; /* HR between items */
}

.spacerSmall {
	height: 1em;
	border-top: 0.10em #CCCCCC solid; /* HR between items */
}
