/* CSS Document */

#h_wrapper{
	margin-left:10px;
}

#header{
	background:url(../_images/header_bg.gif) repeat-x;
	height:157px;
	width:708px;
	float:left;
}

#h_lt{
	background:url(../_images/header_lt.gif) no-repeat;
	height:157px;
	width:20px;
	float:left;
}

#h_rt{
	background:url(../_images/header_rt.gif) no-repeat right;
	height:157px;
	width:748px;
}

/*
#h_rt{
	background:url(../_images/jnma_banner.jpg) no-repeat right;
	height:232px;
	width:768px;
}*/
#h_logo{
	background:url(../_images/logo.gif) no-repeat;
	width:126px;
	height:133px;
	margin-top:10px;
	float:left;
}

#header_rt{
	float:right;
	width:550px;
}

#h_name{
	background:url(../_images/nma_name.gif) no-repeat;
	width:513px;
	height:78px;
	margin-top:60px;
	text-align:center;
}

/*Top Menu*/
#tm_wrapper{
	margin-top:10px;
	float:right;
}

#top_menu{
	background:url(../_images/tm_bg.gif) no-repeat;
	width:193px;
	height:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	padding-top:5px;
}
#top_menu a {
	text-decoration:none;
	color:#FFFFFF;
	}
#top_menu a:hover {
	text-decoration:underline;
}

/*Navbar*/
#navbar{
	margin-top:5px;
	background:url(../_images/navbar_bg.gif) repeat-x;
	height:32px;
	border-top:#28b021 1px dotted;
}

#navbar_links{
	text-align:center;
	color:#fbffb2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

#navbar_links a{
	text-align:left;
	color:#fbffb2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}