/* CSS Document */

body,td,th {
	font-family: Verdana, Times New Roman, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #03335F;
    background-image: url(images/BG.gif);
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
} 
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 660px;
	text-align: left;
	background-color: #FFFFFF;
}
#header{
	background-image: url(images/jpheader1.gif);
	height: 225px;
	width: 655px;
	left: 0px;
	top: 0px;
}
#header a{
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #03335F;
	text-decoration: none;
	margin-left: 112px;
	font-family: "Verdana", Times New Roman, Georgia;
	margin-top: 35px;
	}

.bluetabs{
border-bottom: 1px solid white;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid grey;
color: #03335F;
background: white url(media/bluetab.gif) top center repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #015199;
}

.bluetabs li a:hover{
text-decoration: none;
border: 1px solid #778;
color: #FD9B5E;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.dropmenudiv_b{
position:center;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #918d8d;
width: 200px;
visibility: solid;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}


.table {background-color:#FFFFFF;
border: 3px solid white;
}
.copyright {border-top: 1px solid #400000;}
.header1 {font-size:10px;
font-weight:bold;}
.style1 {
	font-size: 10-px;
	font-style: italic;
	font-weight: bold;
}
.tableboarder2 {
border-right: 1px solid #400000;
}
.style2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.maincontent {
	margin-left: 38px;
	margin-top: 0px;
	margin-right: 38px;
	margin-bottom: 0px;
}
#footer{
	clear: both;
	background-color: #420000;
	position: center;
	height: 48px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer p{
	font-family: Times New Roman, Helvetica, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff
	float: center;
	padding-top: 23px;
	margin-right: 10px;
}
