@charset "utf-8";
#wrapper {
	height: 800px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #TopBanner {
	height: 200px;
	width: 1000px;
}
#wrapper #UnderBanner {
	background-image: url(../Images/UnderBanner.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 1000px;
}
#wrapper #ButtonRow {
	height: 46px;
	width: 1000px;
}
#wrapper #ButtonRow #LOFButtons {
	background-image: url(../Images/LOFButtons.png);
	float: left;
	height: 46px;
	width: 209px;
}
#wrapper #ButtonRow #Button1 a {
	background-image: url(../Images/Button1Full.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 46px;
	width: 98px;
}
#wrapper #ButtonRow #Button1 a:hover {
	background-image: url(../Images/Button1Full.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 46px;
	width: 98px;
}

#wrapper #ButtonRow #Button2 a {
	background-image: url(../Images/Button2Full.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 46px;
	width: 98px;
	background-repeat: no-repeat;
}
#wrapper #ButtonRow #Button2 a:hover {
	background-image: url(../Images/Button2Full.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 46px;
	width: 98px;
	background-repeat: no-repeat;
}
#wrapper #ButtonRow #Button5 a {
	background-image: url(../Images/Button5Full.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 46px;
	width: 134px;
}
#wrapper #ButtonRow #Button5 a:hover {
	background-image: url(../Images/Button5Full.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 46px;
	width: 134px;
}
#wrapper #ButtonRow #ROFButtons {
	background-image: url(../Images/ROFButtons.png);
	background-repeat: no-repeat;
	float: left;
	height: 46px;
	width: 209px;
}
#wrapper #UnderButtons {
	background-image: url(../Images/UnderButtons.png);
	background-repeat: no-repeat;
	height: 2px;
	width: 1000px;
}
#wrapper #AboveStage {
	background-image: url(../Images/AboveStage.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 1000px;
}
#wrapper #MainContent {
	height: 455px;
	width: 1000px;
}
#wrapper #MainContent #LOFStage {
	background-image: url(../Images/LOFStage.png);
	background-repeat: no-repeat;
	float: left;
	height: 455px;
	width: 31px;
}
#wrapper #MainContent #Stage {
	float: left;
	height: 455px;
	width: 938px;
}
#wrapper #MainContent #Stage #StageMain {
	background-image: url(../Images/Stage.png);
	background-repeat: no-repeat;
	float: left;
	height: 409px;
	width: 938px;
	overflow: auto;
}
#wrapper #MainContent #Stage #UnderStage {
	background-image: url(../Images/UnderStage.png);
	background-repeat: no-repeat;
	float: left;
	height: 46px;
	width: 938px;
}
#wrapper #Footer {
	background-image: url(../Images/Footer.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 1000px;
	text-align: center;
	padding-top: 15px;
}

#wrapper #MainContent #ROFStage {
	background-image: url(../Images/ROFStage.png);
	background-repeat: no-repeat;
	float: left;
	height: 455px;
	width: 31px;
}

#wrapper #ButtonRow #Button3 a {
	background-image: url(../Images/Button3Full.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 46px;
	width: 109px;
}
#wrapper #ButtonRow #Button3 a:hover {
	background-image: url(../Images/Button3Full.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 46px;
	width: 109px;
}
#wrapper #ButtonRow #Button4 a {
	background-image: url(../Images/Button4Full.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 46px;
	width: 143px;
}
#wrapper #ButtonRow #Button4 a:hover {
	background-image: url(../Images/Button4Full.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 46px;
	width: 143px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: small;
	
}
.footerlinks a          { text-decoration:none; color:#000066; padding:0px; }
.footerlinks a:link    { text-decoration:none; color:#000066; padding:0px; }
.footerlinks a:hover  { text-decoration:none; color:#FFFFFF; padding:0px;}
.footerlinks a:visted { text-decoration:none; color:#000066; padding:0px;}

#Button1 span {display: none;}
#Button2 span {display: none;}
#Button3 span {display: none;}
#Button4 span {display: none;}
#Button5 span {display: none;}

.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000066;
	float:left;
	padding-left:99px;
	padding-right:99px;
	padding-top:50px;	
}
.headingmain img{
	vertical-align: middle;
	float:none!important;
	text-align:center;

