.TopText
{
    color:#000066;
}

body{
	background: url(../images/Background_interior_vRepeat.jpg) top left repeat-y;
}
#PageBackground{
	position:absolute;
	height:565px;
	overflow:visible;
	/*background: url(../images/Background_interior.jpg) top left no-repeat;*/
	/*New image*/
	top:-9px;
	left:-9px;
	background: url(../images/insidepage.jpg) top left no-repeat;
	z-index:2;	/*Lays on top of horizontal banner*/
}
#PageContent{
	margin-left:187px;
	
	/*Should be at least as tall as the background graphic to prevent extra whitespace from the background bleeding through*/
	margin-top:89px;
	height:477px;
}

#extraDiv1{
	/*Expand banner laterally*/
	position:absolute;
	z-index:1;
	right:0px;
	top:0px;
	height:80px;
	width:2100px;
	background: repeat-x url(../images/nav_bar_tile.jpg);
	font-size:1pt; /*font size controls the minimal height value*/
}
#extraDiv2{}
#LGANContainer{
	/*Width matches left margin of #PageContent*/
	width:186px;
	text-align:center;
	position:absolute;
	top:548px;
	left:0px;
	z-index:4;	/*Lays on top of all*/
}
#LGANContainer a img{
	border:0px;
}
#Links{
	text-align:right;
	position:absolute;
	top:61px;
	width:685px;
	left:0;
	z-index:3;	/*Lays on top of banner*/
}
#Links ul{
	display:inline;
}
#Links ul li{
	display:inline;
	margin-left:50px;
}
#Links ul li, #Links ul li a{
	font-family: "Trebuchet MS", sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	text-transform:none;
	font-size:10pt;	/*Default value for IE*/
}
body > #Links ul li, body > #Links ul li a{
	font-size:9pt;	/*Firefox somehow uses a larger font*/
}
#Links ul li a:hover{
	text-decoration:underline;
}
#HelpContainer{
	position:absolute;
	right:0px;
	top:80px;
	z-index:4;
}