#menu {
width: 100%;
float: left;
margin:0;
padding:0;
}

#menu li {
list-style: none;
margin: 0;
padding: 0;
width: 128px;
float: left;
text-align: center;
}

#menu a {
font: bold 12px arial, helvetica, sans-serif;
display: block;
border-right: 1px solid #fff;
margin-top: 3px;
padding-top: 8px;
padding-left: 0;
color: #ffffff;
height: 22px;
line-height: 12px;
text-decoration: none;
background-image: url("images/button.gif");
}

#menu a:hover {
color: #ffffff;
background-image: url("images/button2.gif");
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul {display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul {display: block;}


li {
	font-family: arial;
	font-size: 12px;
	}
body {
	font-family: arial;
	font-size: 12px;

	}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	}
.news p {	margin-top: 10px;	margin-bottom: 10px;}
.news-header {	
	background: url('images/news-icon.jpg') no-repeat;
	position:relative;
	height: 50px;	
	float:right;	
	margin-top: 30px;	
	margin-right: 5px;
	z-index:333;
}
.news-header h3 {	margin-left: 71px;	margin-top: 5px;}.news-header h3 a{	color: #fff;}
H1 {
	font-weight: bold;
	font-size: 18px;
	font-family: arial;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
h2 {
	font-weight: bold;
	font-family: arial;
	font-size: 10px;
	margin-bottom: 0;

	}

H3 {
	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	margin-bottom: 0px;
	margin-top: 0px;
	}
.news h4 {	font-weight: bold;	font-family: arial;	font-size: 14px;	margin-bottom: 0;}	
#big {
	background-image: url("images/background.gif");
	background-repeat: repeat-y; no-repeat-x;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	padding-right: 50px;


	}
	

	
#wrapper {
	width: 897px;
	background: #fff;	
	padding: 0;
	border: 1px solid #fff;

	}

	#header {
		width: 897px;
		height: 100px;
		/*background-image: url("images/header.gif");*/
		padding: 0;
	
		}
#img-logo {
	background:url("images/header.gif");
	display:block;
	position:absolute;
	width:897px;
	height:100px;
	text-decoration:none;
	margin:0;
	text-indent:-9999px;
	z-index:1;
}
	#menubar {
		width: 897px;
		height: 35px;
		padding: 0;
		float: left;
		margin: 0;
		border-bottom: 1px solid #fff;
		background-color: #2D7547;



		}
	#content {
		width: 877px;
		padding-right: 10px;
		padding-left: 10px;
		overflow: none;
		float: left;
		background-color: #FFF;

		}
	#footer {
		width: 897px;
		height: 5px;
		padding: 0px;
		clear: both;
		}
		
	a:link {color: #2D7547; text-decoration: underline;}
	a:visited {color: #2D7547; text-decoration: none;}
	a:hover{color: #2D7547; text-decoration: underline;}
	
a.tnt:link {color:#ffffff; text-decoration: underline; }
a.tnt:visited {text-decoration: underline; }
a.tnt:hover {color:#ffffff; font-size: 150%; text-decoration: underline; }

