@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #741616;
	background-image: url(images/background_gradient.jpg);
	background-repeat: repeat-x;
}
.teachffr #container { /* using the pound # symbol will apply this style to whatever div element has the same ID name */
	width: 975px; /* if width changes, need to take the one set here, add 24 px (to account for the padding) and set the #footerInfo below to that new width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #741212;
	text-align: left;
	min-height: 500px;
	padding: 12px 12px 12px 12px;
}
.teachffr #top {
	background-color: #FFFFFF;
	/*padding: 6px 3px 3px 6px;*/
	min-height: 275px;
	border: 6px solid #794444;
	background-image: url(images/top_gradient.jpg);
	background-repeat: repeat-x;
}

.teachffr #topsubpage {
	background-color: #FFFFFF;
	/*padding: 6px 3px 3px 6px;*/
	min-height: 70px;
	border: 6px solid #794444;
	background-image: url(images/top_gradient.jpg);
	background-repeat: repeat-x;
}

.teachffr #middle {
	background-color: #d7d7d7;
	padding: 6px 3px 3px 6px;
	min-height: 225px;
	border: 6px solid #794444;
}

.teachffr #middlesubpage {
	background-color: #d7d7d7;
	padding: 6px 3px 3px 6px;
	min-height: 400px;
	border: 6px solid #794444;
}

.teachffr #nav {
	float: right;
	height: 30px;
	margin-top: 20px;
	margin-right: 6px;
}

.indent {
	margin-left: 30px;
}

.barGradient {
	background-image: url(images/bar_gradient.jpg);
	background-repeat: repeat-x;
	padding-left: 4px;
	height: 34px;
}

.verticalDivider {
	background-image: url(images/vertical_divider.gif);
	background-repeat: repeat-y;
}

.lowerbox {
	background-color: #822E2E;
	padding: 6px 6px 6px 6px;
	min-height: 150px;
	color: #FFFFFF;
	font-size: 0.75em;
}
.latestNews {
	background-image: url(images/top_gradient.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 2px;
}

.teachffr #footerInfo {
	/*background-color: #3B0B0B;
	border: 1px solid #3B0B0B;*/
	height: 35px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	width: 975px;
	margin: 0 auto;
	padding: 6px 0px 0px 0px;
	color: #FFFFFF;	
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
}

.padding {
	padding: 2px 7px 7px 7px;
}
.smallPadding {
	padding: 1px 1px 1px 1px;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #252525;
	background-color: #e0e0e0;
	padding: 2px 2px 2px 2px;
}

.headerWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #772b2b;
	padding: 2px 2px 2px 2px;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.05em;
	font-weight: normal;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1em;
	font-weight: normal;
}
.buttonOpacity:hover img{
	opacity:.60;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;
}
.buttonOpacity img{
	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}
a.footerlink:link
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.footerlink:visited
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #e7e7e7;
	text-decoration: none;
	font-weight: bold;
}
a.footerlink:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	text-decoration: none;
	background-color: #e5e5e5;
	font-weight: bold;
}
a.bodylink:link
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #741616;
	text-decoration: underline;
	font-weight: normal;
}
a.bodylink:visited
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #171717;
	text-decoration: underline;
	font-weight: normal;
}
a.bodylink:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	text-decoration: none;
	background-color: #e5e5e5;
	font-weight: normal;
}