/* CSS Document */

body {

margin: 0px;
text-align: center;
/* background-image: url(images/strip.png);
background-repeat: no-repeat;
background-position: 0px 114px; */

}

#main {

left: 10%;
margin: 30px auto;
width: 900px;
padding-top: 5px;

}

#container {

	border-left: 1px #AFC2DA solid;
	border-top: 1px #AFC2DA solid;
	border-right: 1px #AFC2DA solid;
	border-bottom: 1px #AFC2DA solid;
	width: 900px;
	margin: 0px;
	padding: 0px;
}


#top {
text-align: left;
padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/us_topjp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 180px;

}



#left_menu {
text-align: left;
padding-right: 0px;
margin-left: 20px;
background-image: url(images/bar.png);
background-repeat: no-repeat;
background-position: right top;
width: 150px;
float: left;
padding-top: 30px;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #DEE3ED;




}

#left_menu a {
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;



}

#left_menu ul {

list-style: none;

}

#left_menu li {

display:  block;
list-style-type: none;
list-style-position: outside;
}


#content {

text-align: justify;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
padding-left: 30px;
padding-top: 0px;
width: 450px;
float: left;
margin-top: -10px;

}


#content p {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
line-height: 180%;

}

#content h1 {

font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 20px;
letter-spacing: normal;
color: #5079AE;
padding-top: 0px;
padding-bottom: 10px;
line-height: 140%;


}

#content h2 {

text-align: left;
color: #333333;
font-size: 14px;

}

#content h3 {

font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 120%;
color: #3D677E;

}

#content h4 {

font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 120%;
color: #333333;
}

#content h6 {

font-family:Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 120%;
color: #666666;
}

#content .img {

border: 1px #000000 solid;



}


#content a {
text-decoration: none;
color: #5079AE;

}

#div_right {

width: 20%;
float: right;
text-align: left;

}

#div_right p {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
font-variant: normal;
}

#div_right h2 {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
font-variant: small-caps;
}

#div_search {
padding-top: 20px;
background-image: url(images/bar.png);
background-repeat: no-repeat;
background-position: top left ;
padding-bottom: 10px;
border-right: 1px #CCCCCC solid;
border-bottom: 1px #CCCCCC solid;
border-left: 1px solid #DEE3ED;
width: 150px;

}

#div_search #searchbar {
background-color: #FFFFFF;
border-bottom: 1px #AFC2DA solid;
border-left: 1px #AFC2DA solid;
border-top: 1px #AFC2DA solid;
border-right: 1px #AFC2DA solid;
font-size: 10px;
width: 72%;
margin-left: 2px;

}

#div_search #go {
border: 1px #AFC2DA solid;
font-size: 10px;
background-color: #AFC2DA;
padding: 1px 3px 0px 3px;
font-variant: small-caps;

}

#div_news {
padding-top: 20px;
background-image: url(images/bar.png);
background-repeat: no-repeat;
background-position: top left;
padding-bottom: 30px;
padding-left: 2px;
padding-right: 0px;
border-right: 1px #CCCCCC solid;
border-bottom: 1px #CCCCCC solid;
border-left: 1px solid #DEE3ED;
width: 150px;
margin-top: 50px;
}

#div_news a {
text-decoration: none;
color: #333333;

}

#div_news a:hover{
text-decoration: none;
color: #2D4B7D;

}


#footer {

width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #CCCCCC;
text-align: left;
padding-bottom: 5px;
clear: both;
}

#footer a {

text-decoration: none;
color: #CCCCCC;

}

#testleft {

text-align: left;

}