/*
background-green: #667A70
blue: #152B5A;
*/

/* =body
---------------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #667A70;
	text-align: center;	
	font-family: Tahoma, Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #667A70;
	
}

/* =Tags - Basic HTML Tags Setup
---------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	color: #152B5A;
	margin-bottom: 5px;
}

h1
{

}

h2
{
	font-size: 12px;
}

h3
{
	font-size: 11px;
}

p, blockquote, ul, ol, dl
{
	margin-bottom: 15px;
	line-height: 15px;
}

blockquote
{
	margin-left: 20px;
	border-left: 3px solid #F3F3F3;
	padding-left: 5px;
}
ul
{
	margin-left: 20px;
}

ol
{
	margin-left: 25px;
}

dl dt
{
	font-weight: bold;
}
dl dd
{
	margin-left: 10px;
}

table
{
	border: 1px solid #EEE;
}

table tr th
{
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC99;
	color: #000;
	text-align: center;
	padding: 4px;
	
}

table tr td
{
	font-size: 11px;
	padding: 2px;
	vertical-align: top;
	color: black;
}

table tr.alt
{
	background-color: #EEEEEE;
}



a,
a:link, 
a:visited,
a:hover,
a:active
{
	color: #0F1D57;
	text-decoration: underline;
}

a:hover
{
	color: #667A70;
}

/* =OuterWrapper
---------------------------------------------------------------*/
#OuterWrapper
{
	margin: 0 auto;
	width: 770px;
	text-align: left;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

/* =HeaderPrint
---------------------------------------------------------------*/
#HeaderPrint
{
	visibility: hidden;
	display: none;
}
/* =Header
---------------------------------------------------------------*/
#Header
{
	background-image: url(../images/header-bg.gif);
	background-repeat: none;
	width: 770px;
	height: 147px;
}

	/* =OuterWrapper
	---------------------------------------------------------------*/
	#Logo
	{
		height: 78px;
	}
	
	/* =MainNavigation
	---------------------------------------------------------------*/
	#MainNavigation
	{
		height: 67px;
		padding-left: 7px;
		padding-top: 51px;
	}

/* =HomeBar
---------------------------------------------------------------*/
#HomeBar
{
	float: right;
	padding-right: 11px;
	margin-top: -91px;
	z-index: 100;
	padding-left: 8px;
	background-image: url(../images/right-bar-bg.gif);
	background-repeat: repeat-y;
}

	/* =NewsBar
	---------------------------------------------------------------*/
	#NewsBar
	{
		width: 301px;
		height: 203px;
		background-image: url(../images/news-bg.gif);
		background-repeat: no-repeat;
	}
	
		#NewsBar ul
		{
			margin-left: 25px;
			padding-right: 8px;
			padding-top: 60px;
			list-style-image: url(../images/bullet.gif);
		}
		
		#NewsBar ul li
		{
			margin-bottom: 10px;
		}
#NavBar
{
	background-image: url(../../../images/nav-bar-bg2.gif);
	background-repeat: repeat-y;
	background-position: top right;
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 3px;
	padding: 3px;
}	

/* =ContentWrapper
---------------------------------------------------------------*/
#ContentWrapper
{
	margin-left: 2px;
	margin-right: 5px;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url(../images/content-title-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;

}
#ContentWrapper2
{
	margin-left: 2px;
	margin-right: 5px;
	padding-left: 12px;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: top center;

}
	
	/* =Content
	---------------------------------------------------------------*/
	#Content
	{
		margin-left: 162px;
		
	}
	/* =Content2
	---------------------------------------------------------------*/
	#Content2
	{
		margin-left: 30px;

	}


	/* =ContentNavigation
	---------------------------------------------------------------*/
	#ContentNavigation
	{
		background-image: url(../images/page-navigation-bg.gif);
		background-repeat: no-repeat;
		width: 150px;
		margin-right: 12px;
		float: left;
		
	}
	
		#ContentNavigation ul
		{
			height: 300px;
			margin-top: 12px;
			margin-bottom: 12px;
			margin-left: 10px;
			list-style-type: none;
		}
		
		#ContentNavigation ul li
		{
			margin-bottom: 5px;
		}
			
		#ContentNavigation a,
		#ContentNavigation a:link, 
		#ContentNavigation a:visited,
		#ContentNavigation a:active
		{
			color: #667A70;
			text-decoration: underline;
		}
		
		#ContentNavigation a:hover
		{
			color: #0F1D57;
		}


	/* =3 pixel jog fix for IE
	---------------------------------------------------------------*/
	* html #Content
	{
		height: 1%;
		margin-left: 159px;
	
	}
	/* =3 pixel jog fix for IE
	---------------------------------------------------------------*/
	* html #ContentNavigation
	{
		margin-right: -3px;	
	}


	/* =ContentTrail
	---------------------------------------------------------------*/
	#ContentTrail p
	{
		color: #0F1D57;
	}
	
/* =Footer
---------------------------------------------------------------*/
#Footer
{
	margin-top: 20px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	width: 770px;
	height: 70px;
	padding-left: 7px;
	padding-right: 10px;
	padding-top: 10px;
}

	#Footer p
	{
		font-size: 11px;
		line-height: 14px;
		margin-bottom: 0;
	}

	#Footer a,
	#Footer a:link, 
	#Footer a:visited,
	#Footer a:hover,
	#Footer a:active
	{
		color: #667A70;
		text-decoration: underline;
	}

	/* =FooterJapanese
	---------------------------------------------------------------*/
	#FooterJapanese
	{
		float: right;
		padding-top: 5px;
		padding-right: 20px;
	}
#testDiv td
{
	color: black;
}

/* =Classes
---------------------------------------------------------------*/
div.clear
{
	clear: both;
}

p.centered
{
	text-align: center;
}
td.lgTableText
{
	font-size: 12px;
	color: #000000;
}
td.BlackColor
{
      color: #000000;
}
