﻿html {
	padding: 0;
	margin: 0;
	/*height: 100%; /* needed for container min-height */;
}
body {
	padding: 0;
	margin: 0;
	/*height: 100%; /* needed for container min-height */;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-align: justify;
}
h1 {
	font-size: larger;
	font-weight: bolder;
	font-style: normal;
}
.mainBackground {
	/*background-image: url('images/m-dr.gif');
	height:62px; 
	background-repeat: repeat-x; 
	background-position: top;*/
	background-color: blue;
}
table.bluebox {
	border: 1px solid #000033;
	padding: 5px;
	border-spacing: 0px;
	background: #8F95C6;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
table.bluegrid {
	background: #CFCBC0; /*#8F95C6;*/
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
td.bluegridhilight {
	border-style: none;
	border-color: green;
	background-color: #8F95C6;
	width: 50%;
	color: #FF0000;
}
.whiteText {
	color: #FFFFFF;
}

.center-italic {
	text-align: center;
	font-style: italic;
}
.rightonly {
	text-align: right;
}
.centeronly {
	text-align: center;
}
.quotetext {
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: center;
}
.quoteauthor {
	font-weight: bold;
	font-style: normal;
	color: #808080;
	text-align: right;
}
table.lightgraybox {
	border: 1px solid #333333;
	padding: 5px;
	border-spacing: 0px;
	background: #ffffff;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#Headder {
	color: #aaaaff;
	background-color: #ffffff;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#Footer {
	color: #888888;
	background-color: #ffffff;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#Footer A:link {
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}
#Footer A:active {
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}
#Footer A:visited {
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}
#Footer A:hover {
	color: #d11010;
	text-decoration: none;
	font-weight: normal;
}
A:link {
	color: #000066;
	text-decoration: none;
	font-weight: normal;
}
A:active {
	color: #000066;
	text-decoration: none;
	font-weight: normal;
}
A:visited {
	color: #000066;
	text-decoration: none;
	font-weight: normal;
}
A:hover {
	color: #d11010;
	text-decoration: none;
	font-weight: normal;
}
.title {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
ul li{
	padding: 0px;
	margin: 0px;
}
.answers{
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.question {
	color: #FF0000;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
}
table.classcalendar {
	border: 1px solid #000033;
	padding: 10px;
	border-spacing: 10px;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
td.classcalendar
{
	padding: 10px;
}
.errormessage {
	color: #FF0000;
}
.pullright {
	text-align: right;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.pullleft {
	text-align: left;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
