/* For Nordic Business vs Political Correctness*/
body
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
}
a
{
	text-decoration: none;
	color: #009900;
	font-weight: bold;
	
}
a:hover
{
	text-decoration: underline;
	color: #4789CD;
}
h1
{
	padding:0px; /*top   right	 bottom	 left*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#006600;
}
div.img
{
	float:right;
}
#logo
{
	background:url(images/logo_bg.jpg) repeat-x;
	height:125px;
	border-bottom:#99CC00 solid 5px;
}
#right-bar
{
	background:url(images/right_bar.jpg) repeat;
}
#left-bar
{
	background:url(images/left_bar.jpg) repeat;
}
#header
{
	background:url(images/header.jpg) no-repeat;
	height:148px;
	width:800px;
}
#heading
{
	border-bottom:5px solid #99cc00;	
}
#heading-left
{
	background:url(images/heading_bar_left.jpg) no-repeat;
	width:11px;
	height:35px;
}
#heading-center
{
	background:url(images/heading_bar_bg.jpg) repeat-x;
	height:35px;
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
#heading-right
{
	background:url(images/heading_bar_right.jpg) no-repeat;
	width:11px;
}
#nav-top
{
	background:url(images/leftpane_top.jpg) no-repeat;
	width:204px;	
	height:19px;	
}
#nav
{
		
	background:url(images/leftpane_mid.jpg) repeat-y;
	vertical-align:top;
}
#nav ul
{
	margin: 0px;
	border: none;
	padding: 0 15px;
	list-style-type: none;
}

#nav li
{
	margin: 2px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	list-style-image: none;
}
#nav li a.selected
{
	display: block;
	padding: 0px 0px 0px 20px;
	width:186px
	margin: 0px;
	color: #FFFFFF;
	line-height: 23px;
	background:url(images/menu_hover.jpg) no-repeat;
}
#nav li a 
{
	display: block;
	margin: 0;
	width:186px;
	padding: 0px 0px 0px 20px;
	background:url(images/menu_bg.jpg) no-repeat;
	color: #666666;
	line-height: 23px;
	text-decoration: none;
}
#nav li a:hover
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background:url(images/menu_hover.jpg) no-repeat;
}

.submenu-table
{
	background: #99CC00;
	border: solid 1px #336600;
	margin-left: 35px;
}
.arrow-w
{
	background: url(images/arrow-w.jpg) no-repeat center;
	width: 16px;
	border-bottom: dotted 1px #336600;
}
.arrow-g
{
	background: url(images/arrow-g.jpg) no-repeat center;
	width: 16px;
	border-bottom: dotted 1px #336600;
}
.submenu
{
	font-size: 12px;
	border-bottom: dotted 1px #336600;
}
.submenu a
{
	color: #336600;
	text-decoration: none;
	font-weight: normal;
}

.submenu a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.submenu a.selected
{
	color: #FFFFFF;
	text-decoration: none;
}

	
#nav-bot
{
	background:url(images/leftpane_bot.jpg) no-repeat;
	width:204px;	
	height:21px;
}
#container
{
	padding:0px 10px;/* leftright  topbottom */
}
#bottom-bar
{
	background:url(images/bottom_bar.jpg) no-repeat;
	width:800px;
	height:23px;
}
#bottom
{
	vertical-align:middle;
	line-height:13px;
	background:url(images/bottom_bg.jpg) repeat-x;
	height:60px;
	text-align:center;
}
#bottom a
{
	color:#009900;
	font-weight:bold;
	text-decoration:none;
}
#bottom a:hover
{
	color:#4789CD;
	text-decoration:none;
}