body { margin: 0px; background-color: #0E172F;}
body, td, input {
  font: 12px helvetica, verdana, sans-serif;
}
label 
{
  clear: left;
  display: block;
  float: left;
  text-align: right;
  width: 100px;
}
input.field, select.field, textarea.field 
{
  clear: right;
  float: left;
  margin-left: 10px;
}
h2 { margin-top: 14px; }
#top 
{ 
  background-color: #E7E19C;
  border-top: 10px #E7E17F solid;
  border-bottom: 5px #E7E17F solid;
  height: 120px;
}
#banner { border-right: 2px #636363 solid; }
#menu
{
  background-color: #636363;
  border-right: 7px #989898 solid;
  padding: 20px 0px 20px 0px;
}
#content 
{
  font-family: Verdana;
  font-size: 10pt;
  background-color: #D1D1D1;
  border-top: 1px #636363 solid;
  padding: 0px 25px 25px 25px;
  height: 370px;
  overflow:auto;
}
#content h2 { font-family: Georgia; color: #C66318; }
#news
{
  background-color: #D1D1D1;
  border-top: 1px #636363 solid;
  padding: 0px 25px 25px 25px;
}
#footer 
{
  background-color: #E7E19C;
  height: 20px;
  padding-top: 3px; 
  text-align: center; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt;
  border-top: 1px #636363 solid;
}
#footer a:visited, #footer a:active, #footer a:link { color: #000; text-decoration: none; }
#copyright 
{ 
  text-align: center; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  color: #fff;
  line-height: 30px;
}
#quote 
{
  font: 12pt Georgia;
  padding: 0px 80px 0px 80px;
}
.hide {
  display: none;
}
.employ_field 
{
  border: 1px #C66318 dashed;
}
.usersidemenu a
{
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding-left: 10px;
}


.nav_link{
	display:block; 
	text-decoration:none; 
	color:#FFFFFF; 
	padding:10px;
	padding-left:37px; 
	font-size:11px; 
	
}

.nav_link:hover {
	background-color:#989898;
}