@charset "UTF-8";

html { margin: 0px; padding: 0px; }

body {
	background-color: white;
	color: gray;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 40px;
}

div { margin: 0 auto; padding: 0px;}

.Page_Heading {
	margin-top: 20px;
}

sup {
  	font: 10px
}

p {	margin-top: 20pt;}


#Top_Main_Frame {
	width:900px	;
 	height: 450px;		
	background: url(../new_images/elements/rounded-box.jpg) 0 bottom;
}
#Bottom_Main_Frame {
 	width:900px;
 	height: 150px;
	margin-top: 10px;
	text-align: center;
	vertical-align: top;
	background: url(../new_images/elements/bottom-box.jpg) 0 bottom no-repeat;
}
#Spacer_Frame {
	width: 885px;
	height: 80px;
}
#Logo_Frame {
	width: 300px;
	height: 335px;
	position: absolute;
	float: left;
}
#Flash_Panel {
	width: 600px;
	height: 335px;
	left: 335px;
	position:inherit;
	float: right;
	z-index: 0;
}
#Text_Panel {
	width: 885px;
	height: 100px;
	position: absolute;
	text-align: center;
	z-index: 1;
	top:380px;
	}
a {
	color: gray;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}
a:hover {
	color: green;
	text-decoration: none;
}
