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: 0px 0px 0px;
  border-bottom: 1px solid #3A7F9C;
}

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

/* SIDEBAR */

#sidebar {
  float: left;
  width: 190px;
  height: 100%;
  background: #F6F9FE;
  border-bottom: 0px ;
  border-top: 3px solid #3A7F9C;
  clear: both;
}

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

}

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


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

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

/* MAIN SECTION OF PAGE */

#content {
  
  padding: 0px 30px 0px 210px;
  border-top: 3px solid #3A7F9C;
  text-align: left;
  line-height: 1.3;
  min-height: 400px;

}

#watermark {
background: url(../images/watermark.gif) no-repeat 200px 50px scroll;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
}

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

/* NAVIGATION BAR */

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

}

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

}

#list2 li{
  list-style: none ;
  
   
}

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

}

.list2 {
  list-style: none ;
   
}

#foldermenu li {
	border: 0px;
	margin: 0px;
	background-color: transparent;
	background: url(../images/arrow_bullet.gif) no-repeat left;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;	
	display: inline;
	}
	
#foldermenu2  li {
	margin: 0 0 0 20px;
	background-color: transparent;
	background: url(../images/arrow_bullet.gif) no-repeat left;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;	
	display: inline;
	}

#foldermenu3 li {
	border: 0px;
	margin: 0px;
	background-color: transparent;
	background: url(../images/arrow_bullet.gif) no-repeat left;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;	
	display: inline;
	}
	
#foldermenu4  li {
	margin: 0 0 0 20px;
	background-color: transparent;
	background: url(../images/arrow_bullet.gif) no-repeat left;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;	
	display: inline;
	}	
	
#nav a {

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



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

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

#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;
 float: right;
}

.img {
  text-align: center;
  border: 1px solid black;
}

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


p {
  margin-top: 20px; 
}

.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;
}

#egu {
  background: #E6E6FA;
}

/* END STYLE SHEET */


