﻿body
{
	font-size: small;
	font-family: Arial, Helvetica, Verdana;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.bodysmall
{
	margin: 1em;
	font-size: .8em;
	font-family: Arial, Helvetica, Verdana;
	background-color: #FFFFFF;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #666666;
	margin-top: 15px;
	margin-left: 25px;
	font-weight: bold;
}
h2
{
	font-size: small;
	font-family: Arial, Tahoma, Verdana;
	margin-left: 15px;
	color: #7E201E;
	margin-bottom: .5em;
	margin-right: 10px;
	border-width: thin;
	border-color: #C0C0C0;
	border-bottom-style: solid;
}
h3
{
	color: #BD0A0E;
	font-size: small;
	font-family: Arial, Tahoma, Verdana;
}
label
{
	margin-left: 10px;
}
p
{
	margin-left: 1em;
	margin-right: 1em;
}
a:link
{
	color: Blue;
}
a:visited
{
	color: Blue;
}
a:hover
{
	color: Blue;
}
a:active
{
	color: Blue;
}
.courseListBox
{
}
.courseListBox h2
{
	text-align: center;
	margin-bottom: 3px;
}
.courseListBox p
{
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 0px;
}
.courseListBox table
{
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}
.courseListHeaderRow
{
	background-color: #7E201E;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.courseItem
{
	background-color: #FFFFFF;
}
.altcourseItem
{
	background-color: #CCCCCC;
}
#mainBox
{
	overflow: auto;
	width: 1000px;
	margin: 0 auto;
	background-color: #0c0c0c;
}
#topBox
{
	position: relative;
	width: 1000px;
	height: 125px;
}
#focusLogo
{
	position: absolute;
	left: 0px;
	top: 0px;
}
#topNavBox
{
	position: relative;
	width: 1000px;
	height: 30px;
	background-color: #0C0C0C;
}
#topNavContainer
{
	position: absolute;
	right: 10px;
	bottom: 0;
}
#mainContentBox
{
	background-color: #FFFFFF;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
	width: 776px;
}
#middleColumnContentBox
{
	background-color: #FFFFFF;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
	width: 576px;
}
#leftColumnContentBox
{
	background-color: #FFFFFF;
	float: left;
	clear: both;
	margin-left: 12px;
	margin-top: 10px;
	width: 188px;
}
#rightColumnContentBox
{
	background-color: #FFFFFF;
	float: left;
	width: 188px;
	margin-left: 12px;
	margin-top: 10px;
}
#footerContainer
{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
#footerBox
{
	position: static;
	clear: both;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	width: 977px;
	color: #FFFFFF;
	background-color: #7E201E;
	text-align: center;
	font-size: .7em;
	padding-top: 1em;
	padding-bottom: 1em;
	font-family: Verdana;
}
.textColumnLeft
{
	float: left;
	width: 47%;
}
.textColumnRight
{
	float: right;
	width: 47%;
	border-left-style: solid;
	border-left-width: thin;
}
#footerBox a:visited
{
	color: #FFCC99;
}
#footerBox a:link
{
	color: #FFFF66;
}
.textColumnRight a:visited, .textColumnLeft a:visited
{
	color: #FFCC99;
}
.textColumnRight a:link, .textColumnLeft a:link
{
	color: #FFFF66;
}
#threeColumnContentAreaBg
{
	background-image: url(/FLSWeb/images/ThreeColumns.gif);
}
#twoColumnContentAreaBg
{
	background-image: url(/FLSWeb/images/TwoColumns.gif);
}
#threeColumnContentAreaBg, #twoColumnContentAreaBg
{
	background-color: #0c0c0c;
	background-repeat: repeat-y;
	position: relative;
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
.topCurves
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.bottomCurves
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.redHeading
{
	color: #7E201E;
	margin-bottom: .5em;
	margin-right: 10px;
	border-width: thin;
	border-color: #C0C0C0;
	border-bottom-style: solid;
	clear: both;
}
.redBarTitle
{
	border-color: #7E201E;
	background-color: #7E201E;
	color: White;
	text-align: center;
	margin-left: 0;
	width: 100%;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
.centerGraphic
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.textwrapGraphic
{
	padding: 1em;
	vertical-align: text-top;
	position: relative;
	float: right;
	display: inline-block;
}
#contactChoiceBox
{
	margin-left: 10px;
	margin-bottom: 10px;
}
#submitButtonBox
{
	text-align: center;
}
.contactTextBox
{
	width: 150px;
	margin-bottom: 10px;
}
