/* CSS Document */


body {
 margin:0px;
 padding:0px;
 color:#666666;
 font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size:11px;
}

p {
	margin:0px;
}

p a {
	vertical-align:top;
}



hr {
 height:5px;
 color:#CCCCCC;
 background-color:#CCCCCC;
 border:none;
}

h1 {

	color:#333333;
	font-weight:normal;
	font-size:15px;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color:#15A739;
	
}

h2 {
	color:#BE1F24;
	font-weight:bold;
	font-size:11px;
	margin:0px 0px 0px 0px;
}

ul {
  margin: 0px 0px 15px 15px;
  padding: 0;
}

ul ul {
  margin: 0px 0px 0px 15px;
  padding: 0;
}

ul li {
	list-style:disc;
	margin:5px 0px 0px 0px;
	padding:0px;
	list-style-position:outside;
}

ul ul li {
	list-style:disc;
	margin:5px 0px 0px 0px;
	padding:0px;
	list-style-position:outside;
}

table, td {
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
	vertical-align:top;
}

form {
	padding:0px;
	margin:0px;
}

select {
	margin:2px 2px 2px 6px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	

/* Top of the page, (Company logo and top-menu */
#top {
 
	width:800px;
	padding:0px;
	margin-left:10px;
	margin-top:5px;
	color:#000000;
	background:#FF6600;
	/* Orange */
	
	

}

/*Left content column*/
#left {

	float:left;
	padding:5px 15px 5px 5px;
	width:189px;
	height:100%;
	margin-left:0px;
	margin-top:0px;

	
	background-image:url(../images/border.png);
	background-repeat:no-repeat;
	min-height:150px;
}

/*Main content column*/
#content {
	
	float:left;
	padding:5px;
	width:580px;
	height:100%;
	margin-left:0px;
	margin-top:0px;
	border-left:dotted;
	border-left-width:1px;
	border-left-color:#15A739;
	/* green vertical line */
	background-image:url(../images/border.png);
	background-position:right top;
	background-repeat:no-repeat;
	min-height:150px;
  

}



/*Frame including #left and #content */
#mainframe {
	width:800px;
	margin-left:10px;
	margin-top:1px;
	padding:10px 0px 0px 0px;
	border-top:dotted;
	border-top-color:#FF6600;
	/* top border under logo orange */
	border-top-width:1px;
	min-height:150px;

}

/*Page footer*/
#footer {	
	width:580px;
	margin-top:1px;
	margin-left:1px;
	border-top:dotted;
	border-top-color:#15A739;
	border-top-width:1px;
 

}

.link {
	color:#15A739;
}
.link:hover {
	color:#15A739;
}
.link:visited {
	
}
.link:active {
	color:#15A739;
}


.activelink {
	color:#15A739;
	/*background-color:#FFFF66;*/
}
.activelink:hover {
	color:#15A739;
	/*background-color:#FFFF66;*/
}
.activelink:visited {

}
.activelink:active {
	color:#15A739;
	/*background-color:#FFFF66;*/
}


.header {

	color:#FFFFFF;
}

.menu {
	margin-left:0px;
	margin-right:0px;
	padding-right:0px;

}

.menu td {
	padding:4px 10px 5px 10px;
	border-width:1px;
	border-right:solid;
	border-color:#FFFFFF;
	border-collapse:collapse;
}



.topptd {
	border-width:2px;
	border-bottom:solid;
	border-color:#FFFFFF;
}

.menu td:hover {
	background-color:#15A739;
}
.menulink {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.downloadlink {
	color:#15A739;
/*	padding-bottom:14px;
	margin-bottom:14px; */
}

.downloadimg {
	background-color:#00FF00;
	border:none;
	border-width:0px;
}

table.content td {
	font-size:11px;
	padding:0px 10px 5px 0px;

}

table.content img {
	border:dotted;
	border-width:1px;
	border-color:#15A739;
	/* border around main images */
	padding:2px;

}

.langtext {
	vertical-align:top;

}

.newsimage {
	margin:0px 10px 2px 0px;

}