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

html {
/*color: #00042F;*/
font-family:  Arial, Helvetica, sans-serif;
}
body {
background-color:#fff;
color:#333333;
}
#banner {
width: 800px;
height: 150;
margin: 0 auto;

}
#page {
	background-color:#FFF;
	width:800px;
	margin:  0 auto;
	padding: 0 0 0 0;
	line-height: 125%;
}
#content {
display: inline;
margin: 0 20px 0 20px;
width: 630px;
float: left;
font-size: 90%;
}
h1, h2, h3, h4 {
color:#262cbb;
font:Georgia, "Times New Roman", Times, serif;
line-height: 100%;
margin: 0;
padding: 5px 0 0 0;
}

h1, h2, h3 {
font-weight: normal;
}

#content h1 {
font-family: Verdana, Arial, Sans-Serif;
font-size: /*1.5em;*/ 22px;
}
#content h2 {
font-size: 1.4em;
}
#content h3 {
font-size: 1.3em;
}
#content h4 {
font-size: 1.2em;
}
#footer {
clear: both;
font-size: 90%;
margin-left: 33%;
}

table td {
vertical-align: top;
}

/*- - - - - - - stripes */
#stripes {
width: 800px;
height: 10px;
background:url(bjp-stripes/img/colorstrip3.gif) scroll center repeat-x;
clear: both;
}
#nav {
      width: 800px;
	  margin: 0 auto;
}
#nav ul {
      margin:0 0 0 10px;
	  padding: 0;
}
#nav li {
      float:left;
	  height: 47px;  
	  list-style: none; 
}
#nav a {
      color:#262cbb;
      float:left;
      display:block;
	  height: 47px;
      padding:10px 30px 0 20px;
      text-decoration:none;
      font-weight:bold;
}
#nav a:visited {
color:#262cbb;
}
#nav li.current, #nav li:hover {
      float:left;
	  display: block;
	  height: 47px;  
	  background:url(bjp-stripes/img/left.gif) no-repeat;
	  background-position: 0 -15px;    
	  list-style: none; 
}
#nav a.current, #nav a:hover {
      float:left;
      display:block;
	  height: 47px;
      padding:10px 30px 0 20px;
      text-decoration:none;
      font-weight:bold;
	  background: url(bjp-stripes/img/right.gif) scroll  no-repeat;
	  background-position: right -15px; 
	  color: red;
}
