/* -------------------------------------------------------- */
/* globals */

*
{
	font-family: Arial;
	text-align: left;
}

a
{
	text-decoration: none;
}
sup
{
	font-size: 6pt;
}
html 
{
	height: 100%;
    margin: 0px;
    padding: 0px;
}
.center
{
	text-align: right;
}
body 
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background-color: #c1c0c0;
	height: 100%;
}

div, ul, li
{
	margin: 0px;
	padding: 0px;
}

/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* banner */

#printLogo
{
	display: none;
}

#banner
{
	background-repeat: no-repeat;
	width: 760px;
	height: 267px;
	position: relative;
}

/* logo */
#banner h1
{
	display: none;
}

/* menu items */
#banner li
{
	display: inline;
	font-size: 8pt;
}

#banner a,
#banner a:visited
{
	color: #000000;
	font-weight: bold;
}

#banner a:hover
{
	color: #00669e;
	font-weight: bold;
}

/* home menu */
#homeMenu
{
	position: absolute;
	top: 25px;
	right: 25px;
}

#homeMenu ul
{
	list-style-type: none;
	list-style-image: none;
}

#homeMenu li
{
	background-image: url("../images/homeBullet.gif");
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 10px;
	padding-right: 10px;
}

/* main menu */
#mainMenu
{
	position: absolute;
	top: 108px;
	left: 10px;
}

#mainMenu ul
{
	list-style-type: none;
	list-style-image: none;
}

#mainMenu li
{
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 1px white;
	padding-top: 20px;
	height: 20px;
	line-height: 30px;
}
.japaneseFlag
{
	top: 17px;
	border: 0px; 
	position: absolute; 
	left: 10px; 
	margin-top: 4px;
}
/* main title */
#banner h2
{
	margin: 0px;
	margin-left: 20px;
	position: absolute;
	top: 202px;
	font-size: 12pt;
	color: #00226e;
	height: 32px;
	line-height: 32px;
}

/* strap line */
#strap
{
	margin-left: 20px;
	position: absolute;
	bottom: 10px;
	font-size: 11pt;
	color: #FFFFFF;
	width: 425px;
	line-height: 15px;
}

.highlight
{
	color: #02c8d4;
	font-weight: bold;
}

/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* content */

.boardRow
{
	clear: both; 
	display: block; 
	width: 490px;
}
.boardD img
{
	float: left;
	margin-right: 10px;
}

.boardD
{
	display: block; 
	clear: both;
	width: 460px;
	/*height: 100px; */
}
.boardN
{
	color: #00226E;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 0px !important;
}

#wrapperhome 
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	background: #92b3ff url("../images/wrapperback.jpg") repeat-x;
	position: relative;
}

#wrapper
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	background: white;
	position: relative;
}

#wrapper a,
#wrapper a:visited
{
	color: #000000;
	font-weight: bold;
}

#wrapper #secondary a:hover
{
	color: #00669e;
	font-weight: bold;
}
#banner a.selected,
#wrapper a.selected
{
	color: #00669e !important;
}

#wrapper a:hover
{
	color: #FFC30B;
	font-weight: bold;
}
#main,
#secondary
{
	font-size: 8pt;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}
.secondaryhome
{
	font-size: 8pt;
	width: 340px;
}
#mainhome,
#secondaryhome
{
	font-size: 8pt;
	color: White;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

#main ul,
#secondary ul
{
	list-style-type: none;
	list-style-image: none;
}


#main li
{
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	margin: 0px 0px 5px 10px;
	font-weight: normal;
	/*width: 100%;*/
}

#secondary li
{
	background-image: url("../images/homeBullet.gif");
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #aeaeae;
	font-weight: bold;
	width: 100%;
}


#secondary ul li ul li
{
	background-image: url("../images/homeBullet.gif");
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom: none;
	font-weight: bold;
	width: 100%;
}

#main
{
	float: left;
}

#mainhome
{
	float: left;
}

/* main first paragraph */
#main p
{
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#main div h4
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 100%;
	background-color: #CCCCFF;
}

#main li.link
{
	background-image: url("../images/homeBullet.gif");
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 100%;
}

#main h5
{
	font-size: 8pt;
	color: #00226e;
	margin: 0px;
	margin-bottom: 0px;
}

#mainhome h2
{
	font-size: 11pt;
	color: white;
	margin: 0px;
	margin-bottom: 0px;
}

#main h3,
#secondary h3
{
	font-size: 8pt;
	color: #00226e;
	margin: 0px;
	margin-bottom: 5px;
}


/* main section */
#main div
{
	margin-bottom: 20px;
}

/* secondary */
#secondary
{
	float: left;
}

#secondaryhome
{
	float: left;
}
.secondaryhome
{
	float: left;
}

/* secondary first paragraph */
#secondary p
{
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* secondary section */
#secondary div
{
	margin-bottom: 20px;
}

/* secondary title */
#secondary h4
{
	margin: 0px;
	color: #00226e;
	font-size: 9pt;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* table 1 */
#table1
{
	width: 200px;
	margin-bottom: 10px;
}

#table1 td
{
	padding-bottom: 3px;
	padding-top: 3px;
}

#table1 td
{
	border-bottom: solid 1px #aeaeae;
}

#table1 td.col1
{
	color: #757575;
	font-weight: bold;
}

#table1 td.col2
{
	color: #00226e;
	font-weight: bold;
}

/* table 2 */
#table2
{
	width: 400px;
	margin-bottom: 10px;
}

#table2 td
{
	padding-bottom: 3px;
	padding-top: 3px;
}

#table2 td
{
	border-bottom: solid 1px #aeaeae;
}

#table2 td.col1
{
	color: #757575;
	font-weight: bold;
}

#table2 td.col2
{
	color: #00226e;
	font-weight: bold;
}
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* picture boxes */


#diagram
{
	width: 488px;
	background: #ffc20e;
	border: solid 1px #00226e;
	margin: 0px; 
}

#diagram h3
{
	font-size: 8pt;
	color: #00226e;
	margin: 8px;
}

.picture
{
	width: 160px;
	margin: 10px 20px 20px 0px;
	float: left;
	background: #ffc30e; 
}

#picpara
{
	margin: 20px 0px 0px 0px;
}

h4
{
	font-size: 7pt;
	color: #00226e;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background: #ffffff;
}


/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* footer */
#footer a
{
	color: #525252;
}
#footer
{
	font-size: 6pt;
	clear: both; 
	position: absolute; 
	bottom: 0px;
	width: 760px;
	padding: 1px;
	color: #727272;
}

#bottomfooter
{
	font-size: 6pt;
	clear: both; 
	position: absolute; 
	bottom: 0px;
	width: 760px;
	padding: 1px;
	color: #727272;
	margin-bottom:5px;	
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

#address
{
	position: relative;
	margin-bottom: 20px;
	float: left;
	margin-left: 20px;
}

#address2
{
	position: relative;
	margin-bottom: 20px;
	float: left;
	margin-left: 20px;
}

#copy
{
	position: relative;
	margin-bottom: 20px;
	float: right;
	margin-right: 20px;
}

/* -------------------------------------------------------- */
.newsTitle
{
	color: #FFFFFF;
	padding-left: 10px;
	margin-top: 5px;
	font-weight: bold;
}
.body table
{
	width: 100%;
}