@import url("page.css");
@import url("nav.css");
@import url("section.css");
@import url("forms.css");


body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../pix/bk-page.jpg);
	background-position: center 0px;
	background-repeat: repeat-x;
}
/* Divs */

#bkPage{
	/*background-color: #FFFFFF;*/
	background-image: url(../pix/bk-page.jpg);
	background-repeat: repeat-x;
}
.bkHeader {
	background-image: url(../pix/bk-nav.gif);
	background-repeat: repeat-x;
}
.bkMain {
	background-image: url(../pix/bk-body.jpg);
	background-repeat: no-repeat;
	background-position: 0px 116px;
}
.bkContents {
	background-image: url(../pix/bk-contents.jpg);
	background-repeat: no-repeat;
	background-position: 0px 88px;
}
.bkFastTrack {
	background-image: url(../pix/fast-track/bk-fast-track.jpg);
	background-repeat: no-repeat;
	background-color: #000033;
}
/* Footer */
#Footer {
	background-color: #cfd2da;
	height: 18px;
	width: 800px;	
}
.FooterCol {
	background-image: url(../pix/bk-footer.jpg);
	background-repeat: repeat-y;
}
#Footer p {
	margin-top: 2px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #444444;
	line-height: 12px;
	text-indent: 25px;
}
#Footer a {
	color: #000055;
	text-decoration: none;
}
#Footer a:hover {
	color: #444444;
	text-decoration: underline;
}
