/* @group HTML, Body */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	background-color: #5C5C5C;
	background: url(../img/background.jpg) #000;
	background-repeat: repeat-x;
	background-position: top center;
}
/* @end */

/* @group Layout */
div#outer-wrapper {
	background-color: #000;
	width: 910px;
	margin-left: -455px;
	margin-top: 0px;
	left: 50%;
	position: absolute;
	border: 9px solid #000;
	z-index: 100;
}
div#inner-wrapper {
	margin-top: 0px;
	padding: 0px;
	background-color: #000;
}
#top {
	width: 910px;
	height: 39px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	background-color: #000;
	vertical-align: top;
	float: left;
}
#logo{
	margin: 0px 0px 0px 0px;
	height: 39px;
	width: 210px;
	padding: 0px;
	text-align: right;
	background-color: #000;
	vertical-align: bottom;
	float: left;
}
/* @end */
#langSelect {
	margin: 0px 0px 0px 0px;
	width:700px;
	float: left;
	vertical-align: top;
	text-align: left;
}
/* @group Nav menu 1 */
div#menu-wrap {
	width: 910px;
	clear: both;
}

#language SPAN  {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: top;
}
#printlink SPAN  {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: top;
}
#sitemap SPAN  {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: top;
}
#tip SPAN {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: top;
}
#home SPAN {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: top;
}
div#content-inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 660px;
	padding: 20px 20px 20px 20px;
	background-image: url(../images/menbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto !important; /* for modern browsers */
	height: 400px; /* for IE5.x and IE6 */
	min-height: 400px; /* for modern browsers */
	border: 0px solid #ccc;
	display: block;
	margin: 0px;
	float: right;
}
* html #maincontent {	height: 1%;}
div#maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: auto !important; /* for modern browsers */
	height: 400px; /* for IE5.x and IE6 */
	min-height: 400px; /* for modern browsers */
	background-color: #FFF;
	text-transform: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: both;
	width: 910px;
	display: block;
}
.dividerhorz{
	text-align:left;
	background: url(../images/dot.gif) repeat-x;
	background-position: left bottom;
}
div#header, div#headersub {
	clear: both;
	width: 910px;
	height: 250px;
	overflow:hidden;
	display: block;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: 0px solid #000;
}
DIV#left-column {
	float: left;
	width: 205px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	display: block;
	height: auto !important; /* for modern browsers */
	height: 100%; /* for IE5.x and IE6 */
	min-height: 100%; /* for modern browsers */
}
DIV#left-column-box-1 {
	padding: 0px 0px 0px 0px;
	display: block;
	width: 200px;
	height: 75px;
	vertical-align: bottom;
	border: 0px solid #E0E0E0;
	margin: 0px 0px 20px 10px;
	position: absolute;	
	bottom: 65px;	
	left: 0;
	clear: both;
}
div#footerwrap {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	clear: both;
	display: block;
	float: left;
	width: 910px;
	height: 26px; 	
	padding: 0px 0px 0px 0px;
	border-top: 9px solid #000;
	vertical-align: middle;
	background-image: url(../img/footerback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
div#footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	text-transform: normal;
	margin: 5px 10px 0px 10px;
}

/* navigation menu */
#menu
{
	float: left;
	width: 890px;
	height: 35px;
	border: 0px solid #ccc;
	padding-left: 0px;
	overflow: hidden;
	margin: 20px 0px 10px 0px;
}
#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	display: inline;
	list-style-type: none;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #2E2E2E;
	height: 35px;
} 
#menu li
{
	float: left;
	margin: 0px;
	padding: 0px;
} 
#menu li a 
{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666;		
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
	height: 12px;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	width: auto;
	list-style-type: none;
} 
#menu li a:link
{
	color: #666;
} 
#menu li a:hover
{
	color: #FFF;
	position: relative;
	border-bottom: 1px solid #238522;

} 
#menu li act A
{
	color: #FFF;

} 
#menu li.menu0-no { 
  	color: #333;
  	display: block;
  	overflow: hidden;
}
#menu li.menu0-act {
 	display: block;
  	color: #FFF;
	position: relative;
	border-bottom: 1px solid #238522;
}
#menu li.menu0-act A {
  	display: block;
  	color: #FFF;

}

/* @end */
div.news-latest-item {
	color: #333;
}
/* menu2 */
#menu2 {
	display: block;
	width: 200px;
	height: auto !important; /* for modern browsers */
	height: 140px; /* for IE5.x and IE6 */
	min-height: 140px; /* for modern browsers */
	padding: 17px 0px 0px 4px;
	margin: 0px 0px 0px 0px;
	float: left;

}
#navcontainer {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	width: 200px;
	float: left;
	overflow: visible;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	
	}	
	#navcontainer ul
	{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	border: none;
	padding-bottom: 5px;
	
	}
	
	#navcontainer li {	
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: normal;	
	text-transform: uppercase;	
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;	
	border-bottom: 1px solid #E0E0E0;
	}
	#navcontainer a:link, .navlist a:visited
	{
	color: #333;
	text-decoration: none;
	font-weight: normal;	
	background-repeat: no-repeat;
	background-position: 10px center;
	}
	
	#navcontainer li a:hover
	{
	
	color: #238522;
	background-repeat: no-repeat;
	background-position: 10px center;
	}
	#navcontainer li a	{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;	
	font-weight: normal;
	text-transform: uppercase;	
	display: block;
	padding: 4px 0px 0px 30px;
	text-decoration: none;
	background-image: url(../img/arrow.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 4px;
	}
	
	#navcontainer li a.current 	{
	color: #238522;
	display: block;

	}
	
