body { 
 margin-top: 0;
 padding: 0;
 text-align: center;
 min-width: 760px; 
 color: #ffffff;
 background-color: #ffffff;
 background: url(../main/img/body_pix.gif);
 font: small Verdana,Helvetica,sans-serif;
}

table {
  font: small Verdana,Helvetica,sans-serif;
}

img {
 border: 0;
}

p.text {
 margin: 0;
 padding: 0;
}

:link, :visited {
 text-decoration: none;
 padding-bottom: 1px;
 border: 0;
 color: #f8facd;
}

html > body :link, html > body :visited {
 background: transparent;
}

:link:hover, :visited:hover {
 text-decoration: underline;
}

img.noborder {
 border: none;
}

#header {
 clear: both;
 font-size: x-small;
 background: url(../main/img/banner3.png);
 width: 760px;
 height: 130px;
}

#wrapper {
 clear: both;
 width: 760px;
 margin: 0 auto;
 padding: 0px 15px;
 text-align: left;
}

#topnav {
 margin: 0;
 padding: 0; 
 width: 758px;
 height: 29px;
 background: url(../main/img/button.png);
 border-left: black 1px solid;
 border-right: black 1px solid;
}

#topnav ul { 
 margin: 0px;
 padding: 0px;
 list-style-type: none;
 width: 760px;
 
}

#topnav li {
 display: inline;
 margin: 0px;
 padding: 0px;
}


#topnav a { 
 float: left;
 color: #ffffff;
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
 
 border-left: #303030 1px solid;
 border-right: #181818 1px solid;

 margin: 0px;
 padding: 0px 0px 0px 4px;
 height: 27px;
}

#topnav li a span {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 15px 4px 6px;
}

#topnav li a:hover {

}

#topnav li a:hover span{

}

#topnav li.active a { 

}

#topnav li.active a span { 

}


#main {
 clear: both;
 background-color: #4d4d4d;
 border: 1px #4d4d4d solid;
}

#content {
 margin: 10px;
 padding: 10px;
/* padding-left: 20px; 
 padding-right: 20px;
 padding-bottom: 20px;
 padding-top: 5px;
*/ 
 background-color: #5c5e5f;
 border: 1px #6c6f72 solid;
}

#footer {
 clear: both;
 padding: 1em 0;
 text-align: center;
 font-size: 9px;
 color: #808080;
 margin-top: 2px;
 height: 40px;
 width: 800px;
}

#footer ul {
 display: block;
 margin: 0;
 padding: 0;
 margin-bottom: 1em;
 list-style-type: none;
}

#footer li {
 display: inline;
 height: 15px;
 border-left: 1px solid;
 padding-left: 4px;
 padding-right: 4px;
}

#footer li.first {
 border-left: none;
}

#footer :link, #footer :visited {
 color: #808080;
}

#title, h1 {
	color:#ffffff;
	font-family:'Trebuchet MS',Tahoma,Sans-serif;
	font-size:140%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding-top: 5px;
	margin-bottom: 5px;
}

h2 {

 font-size: 120%;
 font-weight: bold;
 color: white;
 font-family:'Trebuchet MS',Tahoma,Sans-serif;
}


#subnav {
 clear: both;
 float: right;
 margin: 0;
 padding: 0;
 
 margin-top: -16px;
}

#subnav ul { 
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#subnav li {
 display: block;
 float: left;
 margin: 0;
 padding: 0;
}

#subnav a { 
 float: left;
 padding: 2px 10px;
 margin: 0;
 color: #000000;

 text-decoration: none;
 font-weight: bold;
 font-size: 10px;
}

#subnav li.active a { 
 color: #ffffff;
}

#subnav li a:hover { 
 color: #ffffff;
}

#subnav li.active a:hover { 
	color: #ffffff; 
}

#language-box {
	 position: relative; 
	 top:0px; 
	 float: right; 
	 overflow: visible; 

	 margin-right: 10px; 
	 margin-top: 10px;
}

#hostedby-box {
	position: relative;
	float: right;
	overflow: visible;
	margin-right: 15px;
	height: 0px;
	top: -60px;
}

.contentbox {
	float:left;
	width:30%;
	
	margin: 5px;
	padding: 5px;
	border: 1px #c4d9cd dashed;
	
	text-align: justify;
}

.contentbox h1, .contentbox #title {
	color:#006633;
	
	font-family:'Trebuchet MS',Tahoma,Sans-serif;
	font-size:120%;
	font-style:normal;
	font-weight:bold;
	
	text-align:center;
}

.contentbox p.paragraph {
	padding: 0;
	margin: 0;
}

.contentbox ul.news {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:7px 4px 8px 0pt;
	padding:0pt;
	text-align:left;
	text-decoration:none;
}

.contentbox ul.news li {
  border-bottom: 1px #c4d9cd dashed;

  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0pt 2px;
  padding:4px 0pt 4px 5px;
}


.contentbox ul.news li a {
	background-image:none;
	color: #000000;
	text-decoration:none;
}

.contentbox ul.news li a:hover {
	color: blue;
	text-decoration: underline;
}

.imgtext-table table {
 width: 100%;
}

.imgtext-table td {
 vertical-align:middle;
}

.imgtext-table img {
 padding: 5px;
}

.csc-textpic-caption {
 padding-top: 10px;
 font-size: 75%;
 text-align: center;
}


.th {
	 font-size:x-small;
         font-weight: bold;
	 background-color: white;
	 color: black;
	 text-decoration:none;
         text-align:center;
}


d0 {
	background-color: #7BB1C9;
        color: white;
	font-size:x-small;
}

tr.dc0 td {
	background-color: #bfffde;
        color: black;
	font-size:x-small;
        text-align: center;
        height: 20px;
}



d1 {
	background-color: #094267;
        color: white;
	font-size:x-small;
}

tr.dc1 td {
	background-color: #80ffbd;
        color: black;
	font-size:x-small;
        text-align: center;
        height: 20px;
}


.da0  {
        text-decoration:none;
        font-weight: bold;       
        color: black;
}

.da1  {
        text-decoration:none;
        font-weight: bold;       
        color: black;
}

table.tab {
    background: white;
    border: 1px black ridge;
    border-spacing: 5px;
    border-collapse: collapse;
    padding: 30px;
}

.contenttable {
	border-collapse: collapse;
}

.contenttable td, .contenttable th {
    border: 1px white solid;
    padding: 2px;
}


.ko0 {
	background-color: #80ffbd;
        color: black;
	font-size:x-small;
        text-align: center;
        height: 20px;
        padding:0 0 0 3;
}

.ko0link {
        text-decoration:none;
        font-weight: bold;       
        color: black;
}

.ko1link {
        text-decoration:none;
        font-weight: bold;       
        color: black;
}



.ko1 {
	background-color: #bfffde;
        color: black;
	font-size:x-small;
        text-align: center;
        height: 20px;
        padding:0 0 0 3;
}

.table_header {
	 font-size:x-small;
         font-weight: bold;
	 background-color: #006633;
	 color: white;
	 text-decoration:none;
         text-align:center;
}

#logo_footer {
  background-color: white;
  height: 34px; 
  padding-top: 2px;
}

