body {
	margin: 0px 0px 10px;
	padding: 0px;
	background-color: 006699;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;



}
.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;


}
.topbg {
	background-image: url(images/bf_top_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}
.topgreen {
	background-image: url(images/bf_topgreen_bg.gif);
	background-repeat: repeat-x;
}
.topwhite {
	background-image: url(images/bf_topwhite_bg.gif);
	background-repeat: repeat-x;
}
.greygradiant {
	background-image: url(images/greygradiant.gif);
	background-repeat: repeat-x;
}
.buttonshadow {
	background-image: url(images/buttonshadow.gif);
	background-repeat: repeat-x;
}
.footergreen {
	background-image: url(images/footer_green.gif);
	background-repeat: repeat-x;

}
.footerblue {
	background-color: #006699;

}

.answer {
	font-family: Verdana, "Times New Roman", Arial;
	font-size: 75%;
	color: #000000;
	padding-left: 40px;
	display: none;
	padding-right: 25px;


}
.questionrow {
	cursor: help;

}
.infobutton {
	margin: 2px;
	padding: 2px;
	width: 30px;

}
.hide {
	display: none;
}

.loginwindow {
	height: 150px;
	width: 300px;
	margin-left: -150px;
	overflow: hidden;
	position: absolute;
	left: 648px;
	top: 402px;
	z-index: 10;
	clip:   rect(0px 300px 142px 0px);



}
.logintableborder {
	border: 2px solid #113D60;
}
.newsbox {
	background-color: #FFFFFF;
	margin-left: -150px;
	border: 2px solid #0D426C;
	overflow: auto;
	position: absolute;
	z-index: 15;
	height: 150px;
	width: 300px;
	left: 50%;
	top: 225px;
}
