body {
	font-family: "Maiandra GD", "Trebuchet MS", Verdana, Geneva, san-serif; 
	color: #1E1E1E;
	margin: 0;
	padding: 0;
	background-color:#000000;
}
p {
	margin-top: 0;
}
legend {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border: 5px ridge #333333;
}
#header {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#flashHeader {
	width: 900px;
	height: 200px;
}
#topper {
	width: 900px;
	height: 70px;
	background-image: url(../jpg/container_top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 0;
	overflow: hidden; /* This keeps stupid margin from separating header/container/footer */
}
#topper p {
	margin-top: 20px;
}
#mainShell {
	width: 900px;
	background-image: url(../jpg/container_mid.jpg);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	overflow: hidden; /* This keeps stupid margin from separating header/container/footer */
}
#mainContent {
	width: 840px;
	margin: 0 30px 0 30px;
	padding: 0;
	overflow: hidden; /* This keeps stupid margin from separating header/container/footer */
}
#footer {
	width: 900px;
	height: 159px;
	background-image: url(../jpg/container_bot.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	overflow: hidden; /* This keeps stupid margin from separating header/container/footer */
}
#footerContent {
	width: 860px;
	margin: 90px 20px 20px 20px;
	padding: 0;
	text-align: center;
}
#copyright {
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, san-serif;
	color: #1A1A1A;
	text-align: center;
}
#logoutContent {
	width: 890px;
	margin: 0 5px 0 5px;
	padding: 0;
}
/****************************************************************************************************/
.formBox {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #531013;
	background-color: #EFDECB;
	border: 1px solid #531013;
	padding: 2px;
}
.contactBox {
	width: 440px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #531013;
}
/****************************************************************************************************/
.matura {
	font-family: "Matura MT Script Capitals", "Maiandra GD", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.title {
	font-family: "Maiandra GD", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.narrow {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.plain {
	font-family: Arial, Helvetica, sans-serif;
}
.dataResults {
	font-family: "Courier New", Courier, mono;
}
/****************************************************************************************************/	
.rightie {
	float: right;
}
.leftie {
	float: left;
}
.floatRight {
	float: right;
	margin-left: .8em;
}
.floatLeft {
	float: left;
	margin-right: .8em;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.centerMarge {
	margin: 0 auto;
}
.centerTable {
	margin: 0 auto;
	text-align: center;
}
.margoT {
	margin-top: 2px;
}
.margoB {
	margin-bottom: 5px;
}
.topSpace {
	margin-top: 4px;
}
.botSpace {
	margin-bottom: 7px;
}
/* Use this to remove borders for all images that are links */
a img {
	border-width: 0;
}
/*===================================================================*/
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
/*===================================================================*/
.xxlarge {
	font-size: 22px;
}
.xlarge {
	font-size: 20px;
}
.large {
	font-size: 18px;

}
.medium {
	font-size: 16px;
}
.small {
	font-size: 14px;
}
.xsmall {
	font-size: 12px;
}
.xxsmall {
	font-size: 10px;
}
/*===================================================================*/
.softBlk {
	color: #0D0D0D;
}
.hotred {
	color: #CE1702;
}
.orange {
	color: #FF9900;
}
.maroon {
	color: #531013;
}
.green {
	color: #0E6919;
}
.white {
	color: #FFFFFF;
}
gray {
	color: #CCCCCC;
}
.error {
	color: #CC0000;
}
/*********** FOOTER LINKS ********************************************************************/
a.footLink:link {
	text-decoration: none;
	color: #531013;
}
a.footLink:visited {
	text-decoration: none;
	color: #531013;
}
a.footLink:hover {
	text-decoration: underline;
	color: #531013;
}
a.footLink:active {
	text-decoration: none;
	color: #531013;
}
/*****************************************************************************************/
a.textLink:link {
	text-decoration: none;
	color: #531013;
}
a.textLink:visited {
	text-decoration: none;
	color: #531013;
}
a.textLink:hover {
	text-decoration: underline;
	color: #531013;
}
a.textLink:active {
	text-decoration: none;
	color: #531013;
}
