body,td,th 
{
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
}
a 
{
	color: #FFFFFF;
	text-decoration:none;
}
a:visited 
{
	color: #FFFFFF;
	text-decoration:none;
}
a:hover 
{
	text-decoration:none;
	color: #FFFFFF;
}
a:active 
{
	text-decoration:none;
	color: #FFFFFF;
}
.skip 
{
	text-decoration:none;
	font-weight:300;
	color: #978866;
}
.centerpage 
{
	width: 1024px;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -512px;
}
.headingStyle 
{
	font-size: 19px;
	font-weight:100;
	color:#A6A7AA;
}
.warningStyle 
{
	font-weight: bold;
	color: #FF0000;
}
.highlightStyle 
{
	font-weight: bold;
	color:#98999C;
}
.largerStyle 
{
	font-size: 19px;
}
.smallStyle 
{
	font-size: 10px;
}
div.bg
{
	width:1024px;
	height:768px;
	position: absolute;
	left: 50%;
	margin-left: -512px;
}
div.bgintro
{
	width:1024px;
	height:788px;
	position: absolute;
	left: 50%;
	margin-left: -512px;
}
div.bgTop
{
	background: url(/images/pages/template/originals/slices/bgh_r1_c1.png) repeat top left;
	float:left;
	width:1024px;
	height:150px;
	margin: 0px 0px 0px 0px;
}
div.bgMiddle
{
	float:left;
	width:1024px;
	height:449px;
	margin: 0px 0px 0px 0px;
}
div.bgBottom
{
	background: url(/images/pages/template/originals/slices/navBarBG.png) repeat top left;
	float:left;
	width:1024px;
	height:169px;
	margin: 0px 0px 0px 0px;
}
div.bgFooter
{
	float:left;
	width:1024px;
	height:20px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
}
div.bottomLeft
{
	float:left;
	width:760px;
}
div.bottomRight
{
	float:right;
	width:255px;
}
div.wordspacer
{
	float:left;
	margin-left:7px;
}
div.middlespacer
{
	float:left;
	margin-left:150px;
}
div.bippLogo
{
	float:left;
	width:200px;
	height:30px;
	margin: 120px 0px 0px 0px;	
}
.navBar
{
	float:left;
	width:1024px;
	height:70px;
}

.navBar ul
{
	margin:0;
	margin-left: 100px; /*margin between first menu item and left browser edge*/
	margin-top: 25px; /*margin between menu items and top div edge*/
	vertical-align:top;
	padding: 0;
	list-style: none;
}

.navBar li
{
	display: inline;
	float:left;
	height:20px;
	text-align:left;
}
.navBar a
{
	color:#000000;
	float:left;
}

.navBar a:hover
{
	color: #FFFFFF;
}

.navBar .current a
{ /** currently selected menu item **/
	color: #FFFFFF;
}
.editableInput
{
	color:#000000;
}
#nomove 
{ 
	position:fixed;  
	right:0; top:310px; 
}


