html,body {
  margin: 0px;
  padding: 0px;
  background: #F6F9FE ;
  height: 100%; 

}



/* FONT SIZES */

body {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body {
  font-size: small;
}

small {
  font-size: xx-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: x-small;
}
html>small {
  font-size: x-small;
}

/* FONT FAMILIES */

body {
  font-family: verdana, arial, helvetica, sans-serif;

}

/* HEADER BLOCK */

#header {
  background: white;
  padding: 3px 5px 0px;
  border-bottom: 1px solid #00ADE7;
}

#header h1 {
  margin: 0px;
  color: #456;
  font-size: 200%;
  margin-left: 0px;
}

#lang {
  margin: 0px;
  padding: 2px;
  background: white;
  border: 0px;
  text-decoration: none;
  font-size: 75%;
}

/* SIDEBAR */

#sidebar {
  float: left;
  width: 190px;
  background: #cde;
  border-bottom: 3px solid #00ADE7;
  border-top: 3px solid #00ADE7;
  clear: both;
}

#floatleft {
float: left;
width: 100%;

}

.floatimgleft {
float: left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
clear: none;
width: auto;
}

.ico {
border: 0px;
}


#highlight {
  width: 170px;
  float: left;
  clear: left;
}

#highlight #wrapper {
  padding: 0px 10px;
}

/* MAIN SECTION OF PAGE */

#content {
  margin: 0px;
  padding: 0px 20% 0px 210px;
  border-top: 3px solid #00ADE7;
  text-align: justify;
  line-height: 1.3;
  min-height: 560px;
}

#content ul {
  text-align: justify;
  line-height: 2.0;
  list-style: square;  
}

/* NAVIGATION BAR */

#nav {
  margin-top: 10px;
  margin-left: -15px;
  padding: 0px;
  width: 145px;
  border: 0px solid #000;
  background: #cde;
 

}

#list li{
  list-style: none url(../images/blue_dot.gif);

}

#list2 li{
  list-style: none ;
   
}

.list {
  list-style: none url(../images/blue_dot.gif);

}

.list2 {
  list-style: none ;
   
}

#nav a {

  display: block;
  padding: 2px 0px 3px 0px;
  text-align: left;
  text-decoration: none;
  width: 145px;  
  background: #cde;
  border: 0px solid #000;
  border-bottom: 1px solid;
}



#nav a:link {
  color: #567;
}

#nav a:visited {
  color: #999;
}

#nav a:hover {
  background: #f7faff;
}

#navcontent {
  margin: 15px;
  padding: 0px;
  text-align: center;     
}

#navcontent2 {
  margin: 15px;
  padding: 0px;
  border: 1px solid;
  text-align: center;
  text-decoration: none;    
}

#img {
  text-align: center;
}

.img {
  text-align: center;
}

#imgalt {
  float: right;
  margin-left: 20px;  
}


p {
  margin: 5px 0px;
}

.green {
  color: #00A43A;
}

.yellow {
  color: #DEE057;
}

.orange {
  color: #FBB100;
}

.red {
  color: #FB2900;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}



/* PAGE FOOTER */

#footer {
  padding: 3px 3px 3px 5px;
  clear: both;
}



/* STANDARD PAGE LINKS */

a:link {
  color: #03d; /*#369;*/
}

a:visited {
  color: #5E77D3;
}

a:active {

}

a:hover {
  color: #6af;
}


/* END STYLE SHEET */


