body{
padding: 0;
margin: 0;
background-color: #FFEE9F;
}
.top_nav{
   width: 100%;
   margin-top: 10px;
  border: 1px solid #426C4F;
  border-left-width: 0;
  border-right-width: 0;
  background-color: #DAE9DE;
}

.p{
  font-family: Verdana;
  font-size: 20px;
  margin-bottom: 10px;
   border-bottom: 3px solid rgb(58, 104, 25);
}
.p1{
    font-style: italic;
   color: #4DCA50;
      margin-left: 20px;
}
.p2{
  font-size: 20px;
   color: #58BEB9;
}
.text{
font-family: Verdana; ;
margin-left: 30px;
}
.h{
font-size: 16px; color: #3D5C3A;
}
.h2{
font-size: 12px; color: #769A7B;
}
#board{
	position: relative;
        width: 700px;
height: auto;
top: 30px;
margin-left: auto;
margin-right: auto;
        padding: 0;
border: 3px solid #C9D1CD;
background-color: white;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#nav_board_left{
	position: relative;
	width: 150px;
	height: auto;
        margin: 10px;
	background-color: #C9D1CD;
	padding: 10px;
        font-family: Verdana;
	font-size: small;
	float: left;
        color: #FFEE9F;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
a{
	text-decoration: none;
}
#nav_board_left a:link{
	color: black;
}
#nav_board_left a:visited{
	color: black;
}
#nav_board_left a:active{
	color: black;
}
#nav_board_left a:hover{
	color: #FFEE9F;
}
#main_board{
	position: relative;
	width: 500px;
}
#tool_viewer{
 width: 950px;
  height: 350px;
  border-style: none;
  }
.navBar{
position: relative;
margin-top: 10px;
height: 20px;

/*background: url(images/white_grad.gif); */
 background-repeat: repeat-x;
}
.navBar div{
position: absolute;

  bottom: 0px;
  height: 20px;
  width: 170px;
  background: url(images/grey_grad.gif);
    background-repeat: repeat-x;
-moz-border-radius: 10 10 0 0;
-webkit-border-radius-top-left: 10px;
-webkit-border-radius-top-right: 10px;
  }
.navBar div a{
display: block;
text-align: center;
  font-family: Verdana;
  font-size: 14px;
  text-decoration: none;
outline: 0;
}
.navBar a:link{
color: #446C51;
border-style: none;
}
.navBar a:visited{
color: #446C51;
border-style: none;
}
.navBar a:hover{
color: #000000;
border-style: none;
}
.navBar a:active{
color: #446C51;
border-style: none;

}
 button{
 margin: 5px;
 }
 .buttons{
 border: 1px solid #3D5C3A;
 margin-bottom: 20px;
 }
body a:active{
 outline: 0;
 }
