
#BackCap {
	background-image: url(/images/BackTopCap.png); 
	height:30px; 
	width: 982px;
}

#BackMiddleStretch {
	background-image: url(/images/BackMiddle.jpg);
	width: 982px;
	background-repeat:repeat-y;
}

#BackFooter {
	position: relative;
	width: 982px;
	height: 33px;
	background-image: url(/images/BackFooter.png);
	background-repeat:no-repeat;
}

#HeaderBarDefault {
	position: relative;
	margin: -20px 0px 5px 8px;
	background-image: url(/images/DefaultPageHeader.jpg);
	background-repeat: no-repeat;
	height: 265px;	
}

#InformationArea {
	margin-left: 8px;
	padding: 50px 0px 0px 10px;
	position: relative;
	background-image: url(/images/DefaultInformation.jpg);
	background-repeat: no-repeat;
	height: 214px;
}

#AffiliationsArea
{
	position:relative;
	margin-left: 8px;
	background-image: url(/images/DefaultAffiliations.jpg);
	background-repeat: no-repeat;
	height: 276px;
}

#divFlashPlayerNA 
{
    position: absolute; 
    width: 600px; 
    height: 355px; 
    background-color: #666666; 
    display:none; 
    left: 50%; 
    margin-left: -300px; 
    border: solid 3px white; 
    z-index: 9999;
    color:White;
    top: 300px; 
    border: solid 1px red;
}

#divFlashMovie
{
    position:absolute; 
    padding: 0px; 
    border: solid 9px AliceBlue; 
    left: 50%; 
    top: 150px; 
    width: 650px;
    height: 510px;	
    background-color: #666666; 
    margin-left: -330px; 
    display:none; 
    z-index: 9999;
}





