body {
	font-family: "AvantGarde Md BT", "Bitstream Vera Sans", "DejaVuSans", Verdana, Geneva, san-serif;
	background-color: #000000;
	color: #000000;
	margin: 0 auto;
	padding: 0;
}
#container {
	width: 800px;
	margin: 10px auto;
	padding: 0;
	overflow: hidden;
}
#header {
	width: 800px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#mainContent {
	float: left;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
#footer {
	width: 800px;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color:#CCCCCC;
}
/****************************************************************************************************/	
.floatRight {
	float: right;
	margin-left: .8em;
}
.floatLeft {
	float: left;
	margin-right: .8em;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
/* 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: 24px;
}
.xlarge {
	font-size: 22px;
}
.large {
	font-size: 20px;
}
.regular {
	font-size: 18px;
}
.medium {
	font-size: 16px;
}
.small {
	font-size: 14px;
}
.xsmall {
	font-size: 12px;
}
.xxsmall {
	font-size: 10px;
}
/*===================================================================*/
.white {
	color: #FFFFFF;
}
.dkpurple {
	color: #3E2F99;
}
.ltpurple {
	color: #503EC6;
}
.softBlk {
	color: #2F2F2F;
}
.hotred {
	color: #990000;
}
.green {
	color:#00CC00;
}
gray {
	color: #CCCCCC;
}
.error {
	color: #FF0000;
}
.margoT {
	margin-top: 2px;
}
/*===================================================================*/
.formBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0C0A21;
	background-color: #E0DEF5;
	border: 1px solid #3E2F99;
	padding: 3px;
}
.ctrformBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0C0A21;
	background-color: #E0DEF5;
	border: 1px solid #3E2F99;
	padding: 3px;
	text-align: center;
}
.contactBox {
	width: 500px;
	text-align: center;
}
/*********** NAV LINKS ********************************************************************/
a.navlink:link {
	text-decoration: none;
	color: #000000;
}
a.navlink:visited {
	text-decoration: none;
	color: #000000;
}
a.navlink:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.navlink:active {
	text-decoration: none;
	color: #000000;
}
/*****************************************************************************************/