﻿/*------main div format------*/
#main {
	border-width: 1px;
	border-color: #111111;
}
body {
	background-color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left;
}
p {
	color: white;
	font-size: 12px;
	text-align: left;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
td {
	font-family: Verdana;
	color: #FFFFFF;
	border-style: none;
}
table {
	border-color: #999999;
	font-size: 12px;
	text-align: left;
	border-width: 0px;
}
table.main border-width 1px border-color #111111 li {
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
/*------left menu formatting------*/
table.leftnav {
	background-color: #b9b9b9;
	border-collapse: collapse;
}
td.leftnav {
	color: #ffffff;
	border: solid #666666;
	border-width: 1px;
	text-indent: 5px;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
}
td.leftnav_head {
	color: #ffffff;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #666666;
	border: thin solid #666666;
}
a link.aleftnav {
	color: #ffffff;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
}
a visted.aleftnav {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
}
a hover.aleftnav {
	color: #666666;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
}
/*------content area gray bar and content cells text formatting------*/
td.graybar {
	background-color: #b9b9b9;
	text-indent: 5px;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
}
td.content {
	text-indent: 5px;
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Verdana;
	background-color: #000000;
	vertical-align: top;
}
/*------2nd Tier top table cell formatting------*/
td.2ndcell {
	background-image: url('images/1032ndTierbackground.gif');
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
script.assignments {
	position: relative;
	float: right;
	border: 1px solid #808080;
	background-color: #CCCCCC;
}
/*------Teacher Sites Drop Down Menu------*/
#selectTab {
	position: absolute;
	left: 875px;
	top: 30px;
}
/*------Footer Insert Table Cell formatting------*/
td.footer {
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Verdana;
}

