html, body
{
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: rgb(156, 115, 157);
	color: Black;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

body
{
	margin: 0;
}

div.Page
{
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
}

div.InnerPage
{
	width: 800px;
	min-height: 100%;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 1px rgb(116, 75, 117);
	border-right: solid 1px rgb(116, 75, 117);
	background-color: White;
	color: black;
}

a:link, a:visited
{
	color: #0000aa;
	text-decoration: none;
}

a:hover
{
	color: #6666ff;
	text-decoration: underline;
}

hr
{
	margin-top: 1em;
	margin-bottom: 1em;
	height: 1px;
	color: black;
	background-color: black;
}

h1
{
	color: Navy;
	font-size: 14pt;
}

h2
{
	color: Navy;
	font-size: 13pt;
}

h3
{
	margin: 0;
	color: Navy;
	font-size: 10.5pt;
}

td, th
{
	vertical-align: top;
}

.StandardColor
{
	background-color: White;
}

.AltColor
{
	background-color: #f2f2f2;
}

.HeaderAltColor
{
	background-color: #f5f5f5;
}

.CourseNote
{
	background-color: Transparent;
	color: #880000;
}

tr.BottmAligned td, tr.BottomAligned th
{
	vertical-align: bottom;
}

table.Bordered
{
	border-collapse: collapse;
}

table.Bordered td, table.Bordered th
{
	border: solid 1px black;
}

table.InputTable
{
	width: 70%;
}

table.InputTable .LabelCell
{
	width: 40%;
}

table.InputTable .DataCell
{
	width: 60%;
}

#MenuBar
{
	height: 20px;
	margin: auto;
	background-color: #665500;
	background-image: url("../Images/top_bar.png");
	color: White;
	text-align: center;
}

#MenuBar a:link, #MenuBar a:visited
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: Transparent;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

#MenuBar a:hover
{
	text-decoration: underline;
}

#Banner
{
	overflow: hidden;
	position: relative;
	height: 163px;
	margin: auto;
}

#Banner img
{
	position: absolute;
	left: 0;
	top: 0;
}

#Content
{
	position: relative;
	margin: auto;
	margin-top: 2em;
}

#Content .DantesEdition
{
	position: absolute;
	left: 0;
	top: -2em;
	width: 100%;
	font-size: 18pt;
	font-weight: bold;
	color: navy;
	background-color: Transparent;
	text-align: center;
}

#IconBar
{
	padding-top: 1em;
	padding-bottom: 16px;
	text-align: center;
	vertical-align: middle;
	font-size: 32px;
	cursor: default;
}

#IconBar img
{
	position: relative;
	top: 16px;
	border: 0;
}

#IconBar img:hover
{
	top: 14px;
}

.BoxTitle
{
	color: Maroon;
	background-color: Transparent;
	font-size: 11pt;
	font-weight: bold;
}

.Button, .Button:link, .Button:visited
{
	display: inline-block;
	width: 80px;
	height: 25px;
	border: 0;
	background-color: transparent;
	/*background-image: url("../ButtonImage.aspx?width=80&height=25");*/
	background-image: url("../Images/button_80x25.png");
	color: White;
	font-weight: bold;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	text-align: center;
	cursor: pointer;
}

.Button:link, .Button:visited
{
	height: 19px;
	padding-top: 6px;
}

.Button:hover
{
	/*background-image: url("../ButtonImage.aspx?hover=true&width=80&height=25");*/
	background-image: url("../Images/button-rollover_80x25.png");
	text-decoration: none;
}

.ButtonLong, .ButtonLong:link, .ButtonLong:visited
{
	display: inline-block;
	width: 160px;
	height: 25px;
	border: 0;
	background-color: transparent;
	/*background-image: url("../ButtonImage.aspx?width=160&height=25");*/
	background-image: url("../Images/button_160x25.png");
	color: White;
	font-weight: bold;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	text-align: center;
	cursor: pointer;
}

.ButtonLong:link, .ButtonLong:visited
{
	height: 19px;
	padding-top: 6px;
}

.ButtonLong:hover
{
	/*background-image: url("../ButtonImage.aspx?hover=true&width=160&height=25");*/
	background-image: url("../Images/button-rollover_160x25.png");
	text-decoration: none;
}

.ButtonLarge, .ButtonLarge:link, .ButtonLarge:visited
{
	display: inline-block;
	width: 320px;
	height: 34px;
	padding-top: 6px;
	border: 0;
	background-color: transparent;
	/*background-image: url("../ButtonImage.aspx?width=320&height=40");*/
	background-image: url("../Images/button_320x40.png");
	color: White;
	font-weight: bold;
	font-family: Arial, Helvetica;
	font-size: 14pt;
	text-align: center;
	cursor: pointer;
}

.ButtonLarge:hover
{
	/*background-image: url("../ButtonImage.aspx?hover=true&width=320&height=40");*/
	background-image: url("../Images/button-rollover_320x40.png");
	text-decoration: none;
}

.LetterLinks a:link, .LetterLinks a:visited
{
	color: Navy;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

.LetterLinks a:hover
{
	text-decoration: underline;
}

.LogoTitle
{
	color: #004400;
	font-size: 14pt;
	font-weight: bold;
}

.LabelCell
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 1em;
	text-align: right;
	font-weight: bold;
}

.DataCell
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	vertical-align: middle;
}

form
{
	margin: 0;
}

.Disclaimer
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	/*background-image: url('../Images/BlurredScreen.jpg');
	background-repeat: no-repeat;
	background-position: center top;*/
}

.Disclaimer .Frost
{
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: White;
	color: Black;
	opacity: 0.92;
	filter: alpha(opacity = 92); /* for IE */
}

.TextBoxMaxLengthIndicator
{
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	padding: 4px;
	border: solid 1px #d8d8d8;
	background-color: #eeeeee;
	color: black;
	text-align: center;
}