html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 11px verdana, arial, helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#000000;
}


/* GENERAL CLASSES */
.aspireMain { 
 	width: 100%;
 	height: 100%;
 	position: relative;
	 	
}
.aspireContainer {
	position: absolute;
	width:900px;
	height:auto;
	left: 50%; 
	margin-left:-450px; 
	background-color:#000000;
	/* border-width: 1px;
	border-color: #969aa0;
	border-style: solid; */
	
}

.aspireMainFlash { 
 	width: 100%;
 	height: 748px;
 	position: relative;
	 	
}
.aspireContainerFlash {
	position: absolute;
	width:1126px;
	height:748px;
	left: 50%; 
	margin-left:-563px; 
	background-color:#000000;
	/* border-width: 1px;
	border-color: #969aa0;
	border-style: solid; */
	
}

.FORM {
	margin: 0px;
	width: 250px;
	float: right;
	margin-top:4px;
	
}

a img{border:none;}

a:link {color: #0000FF;	text-decoration: none;}
a:visited {text-decoration: none; color: #0000FF;}
a:hover {text-decoration: underline; color: #0000FF;}
a:active {text-decoration: none; color: #0000FF;}

h1 {
	font-size: 13px;
	color: #000000;
}
h2 {
	font-size: 13px;
	color: #000000;
}
h3 {
	font-size: 13px;
	color: #000000;
}

	

/*HEADER*/

.HeaderPanel { 
	width: 900px;
	/* height: 241px;	*/
}


/*Middle CSS*/

.BodyPanel { 
	width: 900px;
	height:587px;
	background-image:url(../images/bodyBacking.jpg);
	background-repeat:no-repeat;
	}
		
.Menu {width:155px; float:left; color:#000000; font-size:12px; font-weight:bold; padding:40px 0 0 30px;}

.Menu a:link, .Menu a:visited, .Menu a:active {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}

.Menu a:hover {
	text-decoration: underline;
}

.itemContainer {width:640px; min-height:140px; padding:10px 0 10px 15px; color:#000000;}
.itemContainer a:link, .itemContainer a:visited, .itemContainer a:active {
	color:#0000FF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	}
.itemContainer a:hover {
	text-decoration: underline;
}

.itemContainer P {margin-top:0px; margin-bottom:5px;}

.itemHeader {height:20px; width:100%;}

.scrollbar {
scrollbar-base-color: #ffffff; 
scrollbar-track-color: #ffffff;
scrollbar-face-color: #dcdcdb;
scrollbar-highlight-color: #dcdcdb;
scrollbar-3dlight-color: #dcdcdb;
scrollbar-darkshadow-color: #dcdcdb;
scrollbar-shadow-color: #dcdcdb;
scrollbar-arrow-color: #ffffff;
}

/*Address*/
.Address {width:130px; padding:0 0 0 33px; color:#999999; float:left; padding-top:99%;}
.Address a:link, .Address a:visited, .Address a:active { color:#999999; text-decoration:none;}
.Address a:hover{ text-decoration:underline;}

/*Footer CSS*/

.FooterPanel { padding:0px 0 0 0px; font-size:10px; font-weight:bold; color:#FFFFFF; }
.FooterPanel a:link, .FooterPanel a:visited, .FooterPanel a:active {color:#FFFFFF;	text-decoration:none;	}
.FooterPanel a:hover {	text-decoration: underline;}

.footerLinks {color:#FFFFFF; font-size:14px; }
.footerLinks a:link, .footerLinks a:visited, .footerLinks a:active {color:#FFFFFF;	text-decoration:none;	}
.footerLinks a:hover {	text-decoration: underline;}