html {
	margin: 0;
	padding: 0;
	}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-image: url(images/backgrnd_stripe_black.jpg);
	background-repeat: repeat;
	height:100%;
	width: 100%
}

#wrap	{
	width: 1000px;
	margin-left: auto;  /* Auto for right and left margins centers the container (Wrap) */
	margin-right:auto;
	position: relative;
	min-height: 100%; /* May need min-height and height for footer */
	height: auto !important;
}

p.white
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	top: -112px;
	right: -745px;
}
p.black	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 0 4px  0 6px;
	}

/* 3 Main Columns */

#col	{
	position: relative;
	top:  1px;
	}
#col .para	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	color: #000000;	
}
#col .para	a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c0607;
	text-decoration: underline;
}
#col .para a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;	
}

#col .header	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;	
	}	
	
#sponsor	{
	width:330px;
	background-color: #fff;
	float: left;
	}

#col .left {
	width: 330px;
	background-color: #fff;
	float: left;
	}

#col .leftPara	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	padding: 6px;	
}

.leftStripe	{
	width: 330px;
	height: 772px;
	float: left;
	background-image: url(images/stripe_midGray.gif);
	background-repeat: repeat;
	}
.leftStripeIE8	{
	width: 330px;
	height: 792px;
	float: left;
	background-image: url(images/stripe_midGray.gif);
	background-repeat: repeat;
	}

#col .right {
	width:330px;
	background-color: #fff;
	float: right;
	}
	
.rightStripe	{
	width: 330px;
	height: 548px;
	float: right;
	background-image: url(images/stripe_midGray.gif);
	background-repeat: repeat;
	}


#col .mid {
	width: 330px;
	background-color: #fff;
	border: solid  #000;
	border-width: 0 5px 0 5px;
	float: left;
	}
.midTop	{
	width: 330px;
	height: 125px;
	background:url(images/aspire_logo_Small.jpg) no-repeat top;
}

.midStripe	{
	width: 330px;
	height: 823px;
	float: right;
	background-image: url(images/stripe_liteGray.gif);
	background-repeat: repeat;
	}

.stripeHeader	{
	font-size: 16px;
	font-weight: bolder;
	}


	
	

