﻿/* Basic CSS page formatting */
.threeColumn #contentMiddle {
	display: inline;
	float: left;
	width: 33em;
	margin: 0em 0em 0em 0.81em; /*top right bottom left*/
	padding: 0em;
	line-height: 150%;
	/*border: 1px aqua solid;*/
}

.threeColumn #contentMiddleExt {
	display: inline;
	float: left;
	width: 43em;
	margin: 0em 0em 0em 0.81em; /*top right bottom left*/
	padding: 0em;
	line-height: 150%;
	/*border: 1px aqua solid;*/
}


/* Three Column Content Columns */
#contentMiddle a {
	text-decoration: underline;
	color: #CC3333;
}

#contentMiddle a:hover {
	text-decoration: none;
	color: #000000;
}

#contentMiddle h2 {
	font-size: 1.85em;
	margin: 0.75em 0em 0em 0em; /*Top Right Bottom Left*/
	padding: 0em 0.25em 0em 0.3em; /*Top Right Bottom Left*/
	border: 0em;
	font-weight: bold;
}

#contentMiddle p.tag {
	font-size: 0.94em;
	margin: 0.2em 0em 0em 0.35em; /*Top Right Bottom Left*/
	padding: 0.2em 0.05em 0em 0.5em; /*Top Right Bottom Left*/
}


/* Special Hyperlinks Class */
#contentMiddle a.FAQ:link, #contentMiddle a.FAQ:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

#contentMiddle a.FAQ:hover, #contentMiddle a.FAQ:active {
	text-decoration: none;
	color: #CC3333;
	font-weight: normal;
}

#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: 0em 0.25em 0.05em 0.35em; /*top right bottom left*/
}

#contentMiddle ol li{
	list-style-type:decimal;
	margin: 0em 0em 0.15em 0em; /*top right bottom left*/
	padding: 0em 0em 0.15em 0em; /*top right bottom left*/
}

/* Image Classes */
.floatLeft {
	display: inline;
	float: left;
	margin: 0.18em 0.94em 0.50em 0em; /*top right bottom left*/
}

.floatRight {
	display: inline;
	float: right;
	margin: 0em 0em 0.50em 0.94em; /*top right bottom left*/
}

/*Special Classes*/
.redBold {
	color: red;
	font-weight:bold;
}

#labels {
	font-size: 1.2em;
	margin: 0em 0.50em 0em 0em; /*top right bottom left*/
	padding: 0em;
	border: 0em;
	font-weight: bold;
	text-transform: uppercase;
}

span.highlightedRed {
	background-color: #CC3333;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 0.1em;
}


div.redBorder {
	border: solid #CC3333 1px; 
}

/*
---------------------------------------------------------------------------------------------------------------------------
removed by WD, 012210
The following set styles "site-wide" for EVERY table in Student Soltions, but not not all tables require this style.
To prevent unknowingly messing up other web pages, utilize ID or class names with all elements.
-----------------------------------------------------------------------------------------------------------------------------
	
table, td
{
    border: 1px solid black;
}

td
{
    padding: 10px 5px 10px 5px;
}
*/



