#netux-bd-right {
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
        background: #eee;
}

#netux-hd {
	text-align:right;
	padding-top:5px;
}


#netux-hd-bar {
                border-bottom: 1px solid #999;
                font-size: 15px;
                font-weight: bold;
                text-align: right;
                padding-right: 10px;
                background: #b0c4de;
                color: #4682b4;
                margin-top: 5px;
                }


#netux-mainmenu-bar { 
                      background: #ddd;
}

#netux-bd-login { 
                  text-align:center;
                  padding:5px;
                  background: #ccc;
                  font-size: small;}

#ft {
      padding:2px;
      padding-left: 10px;
      margin-top:10px;
      background: #eee;
      font-family: monospace;
      font-size: small;
      color: #ccc;
      }


/* a green box for the right hand side content */
.greenbox {
            width: 60%;
            border: 1px solid #a8dda0;
            background: #ebffed;
            padding:10px;
            font-size: 10px;
            color: #333;
            text-align: center;
            margin-left:20%;
            margin-bottom:10px;
            }

.greenbox h1 {
               font-size: 10px;
               font-weight: bold;
               color: #8b0000;
}

/* a green box for the right hand side content */
.yellowbox {
             width: 60%;
             border: 1px solid #ffcc33;
             background: #ffffeb;
             padding:10px;
             font-size: 10px;
             color: #333;
             text-align: center;
             margin-left:20%;
             margin-bottom:10px;
             }

.yellowbox h1 {
               font-size: 10px;
               font-weight: bold;
               color: #8b0000;
}


#maincontent {
               padding-top:30px;
               margin-left: 50px;
               padding-left: 10px;
               }

#maincontent h1 {
                  border-left: solid 10px #b0c4de;
                  padding-left: 5px;
                  color: #4682b4;
                  margin-bottom: 2px;
                  font-size:152%;
                  margin-bottom: 10px;
                  font-family: verdana;
                  }

#maincontent h2 {
                  border-left: solid 10px #b4eeb4;
                  padding-left: 5px;
                  color: #698b69;
                  margin-bottom: 5px;
                  font-size: 129%;
                  font-family: verdana;
                  }

#maincontent p { 
                 padding-bottom: 10px;
                 }


.employee {
            width: 90%;
            }

.employee img {
                border:1px #555 solid;
                padding:2px;
                margin:10px;
                float:right;
                }

.employee dl {
               background: #eee;
               padding: 5px;
               border-left: #555 solid 1px;
               margin-bottom:10px;
               }

.employee dt {
               margin-bottom: 2px;
               }

.employee a {
              text-decoration: none;
              font-weight: bold;
              }

.about dl {
            width: 90%;
            background: #eee;
            padding: 5px;
            border-left: #555 solid 1px;
            }

.about dt {
            margin-top: 10px;
            margin-bottom:2px;
            font-weight: bold;
            color: #8b0000;
            }
