h3 {
	margin-bottom: 0;
    }

img {
    border: 0px;
    }

body {
	background-color: #FFFFFF;
	color: #203F53;
    /*margin:10px 10px 10px 10px;*/
    padding: 0px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center
    }

.shadowbox {
  background: #ccc;
  position: relative;
  top: 2px;
  left: 2px;
}

#frame {
    background-color: transparent;
    /*border: 1px dotted #333;*/
    width: 640px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    padding: 0px;
    text-align: left
    }

a:hover { 
    background: #19415C;
    color: #FFFFFF;
    text-decoration: underline
    }

a:link, a:visited {
   /*color: #;*/
   font-weight: bold;
   text-decoration: underline
    }	

dd {
    font-size: smaller
    }

p.just {
    text-align: justify
    }

p.cen {
    text-align: center
    }

p.caption {
    font-style: italic;
    font-size: smaller;
    text-indent: 0
    }
	
#footer {
    text-align: center;
	font-size: 10px;
	border: 1px dotted #333;
    margin: 1em 0 0 0;
    padding: 5px 0 5px 0
}


/*New css for forms*/

label {
    width: 4em;
    float: left;
    text-align: right;
    margin: 0 1em 10px 0;
    clear: both
}

.input-box {
    float: left;
    margin-bottom: 10px;
    color: #26a;
    background: #feb;
    border: #000 solid 1px
}

.submit-button {
    margin-left: 5em;
    clear: both;
    /*color: #000;*/
    /*background: #fb0;*/
    /*border: 2px #9cf outset */
}

fieldset {
    border: #fff solid 1px;
    width: 25em;
    margin-left: auto;
    margin-right: auto 
}

legend {
    background: #fb0;
    border: #000 solid 1px;
    padding: 1px 10px
} 


/*End of newform css*/

.white_box {
    border: 1px solid #333;
    background: white;
    background-color: white;
    color: black;
    padding: 0.5em
    }

.white_box a:link {
    color: blue;
    font-weight: bold;
    text-decoration: underline
}

.white_box a:visited {
    color: blue;
    font-weight: bold;
    text-decoration: underline
    }

.white_box a:hover {
    background: yellow;
    background-color: yellow;
    text-decoration: underline
    }



#network_status {
    border: 1px solid #333;
    background: #FEC578;
    background-color: #FEC578;
    color: black;
    padding: 0.5em
    }

#network_status a:link {
    color: blue;
    font-weight: bold;
    text-decoration: underline
    }

#network_status a:visited {
    color: blue;
    font-weight: bold;
    text-decoration: underline
    }

#network_status a:hover {
    background: yellow;
    background-color: yellow;
    text-decoration: underline
    }

#ndate {
    font-size: 8pt
    }
