@charset "utf-8";
/* CSS Document */

/* Global Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline:none;
}
/* remember to define focus styles! */

body {
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */

caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***** Global Settings *****/
 
html, body {
	border:0px;
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	color:#333;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background:#e7e7e7 url(../images/bpa-page-bg.gif) repeat-x top left;
}
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
h1 {
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#0e608f url(../images/bpa-header-bg.gif) repeat-x bottom left;
	color:#fff;
	padding:12px 0px 0px 8px;
	margin-bottom:10px;
}
h2 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:2px dotted #333;
	background:url(../images/star-bg.gif) no-repeat 0px 2px;
	padding-left:20px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/bpa-header-side-bg.jpg) repeat-x top left;
	padding:6px 5px 8px;
}
img {
	behavior: url(iepngfix.htc);
}
p, ul, ol {
	margin:0px;
	padding:0 0 12px 0px;
}
ul, ol {
	padding:0 0 12px 25px;
}
blockquote {
	margin:10px;
}
small {
	font-size:0.85em;
}
img {
	border:0px;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 
a:link, a:visited {
	color:#606060px;
	text-decoration:none;
}
a:hover, a:active {
	color:#101010px;
	text-decoration:underline;
	outline:none;
}
/***** Forms *****/
 
form {
	margin:0px;
	padding:0px;
}
input, select, textarea {
	font-size:10px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/
 
table {
	border:0px;
	margin:0px;
	padding:0px;
}
table tr td {
}
/***** Wrapper *****/
 
#wrap {
	width:960px;
	margin:0 auto;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.bold-itl {
	font-style:italic;
	font-weight:bold;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:780px;
	margin:0px auto;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0px;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0px;
}
.noindent {
	margin-left:0px;
	padding-left:0px;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.margin {
	padding:10px;
	display:block;
}
.red {
	color:#dd0000;
}
.required {
	color: #990000
}
#header, #content, #footer {
	width:780px;
	margin:0px auto;
}
#content {
	background:#fff url(../images/bpa-content-bg.gif) repeat-y top center;
	border-top:4px solid #043759;
}
#content-full {
	background-color:#fff;
	border-top:4px solid #043759;
	width:780px;
	margin:0px auto;
}
.news {
	padding:0px 0px 10px 10px;
	margin:10px 0px;
	border-left:4px solid #043759;
}
.news a.more:link, .news a.more:visited {
	color:#0e608f;
	font-weight:bold;
	display:block;
	text-align:right;
}
.tables {
	border:1px solid #0e608f;
	border-collapse:collapse;
}
.tables th {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background-color:#043759;
	padding:8px 4px;
	border-bottom:4px solid #0e608f;
	text-align:center;	
}
.tables .city {
	font-size:13px;
	font-weight:bold;
}
.tables td {
	border:1px dotted #ccc
}
.footer-wrap {
	background-color:#0a90c3;
}
#footer {
	color:#fff;
	font-size:10px;
}
#footer a:link, #footer a:visited {
	font-weight:bold;
	color:#fff;
	font-size:10px;
}
.gmg {
	margin:0px auto;
	width:780px;
	padding:4px 0px;
}
#gmg {
	float:right;
}
