/* CSS Document */
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	margin: 0;
	text-align: center;
	background-image: url(images/bpri_bg.gif);
}
td, table {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	margin: 0;
}
.imp {
	font-weight: bold;
	color: #990000;
}
#grad {
	background-image: url(images/bpri_grad.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 256px;
}

#header {
	text-align: left;
	margin:0 auto;
	width: 650px;
	background-image: url(images/header_bg.gif);
	position: relative;
	padding: 10px;
	border: 2px;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-style: solid;
}

#container {
	text-align: left;
	margin:0 auto;
	width: 650px;
	background-color: #FFFFFF;
	border-color: #666666;
	position: relative;
	padding: 10px;
	border: 2px;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}

#nav {
	text-align: center;
	margin:0 auto;
	width: 650px;
	height: auto;
	background-color: #FFFFFF;
	border-color: #666666;
	position: relative;
	padding: 10px;
	border: 2px;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(images/bpri_nav_grad.gif);
	background-repeat: repeat-x;

}

#nav a {
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	color: #000000;
	}

#nav a:hover {
	
	color: #FFFFFF;
	background-color: #00265D;
	text-decoration: none;

	}

#nav a:active {

	color: #FFFFFF;
	background-color: #00265D;
	text-decoration: none;

}

#nav a:visted {
	text-decoration: none;
}
