#body {
margin: 0px 0px 0px 0px;
}

.text {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #313131;
}

.textHeaderLight {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #313131;
  background-color: #9FB4C5;
}

.textHeaderDark {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #3C5470;
}

.formText {
 font-family: Verdana;
 font-size: 10px;
 background-color: #B2BBC2;
 border-right: 1px solid #3C5470;
 border-left: 1px solid #3C5470;
 border-top: 1px solid #3C5470;
 border-bottom: 1px solid #3C5470;
}

.formSelect {
 font-family: Verdana;
 font-size: 10px;
 background-color: #B2BBC2;
 border-right: 1px solid #3C5470;
 border-left: 1px solid #3C5470;
 border-top: 1px solid #3C5470;
 border-bottom: 1px solid #3C5470;
}

.button {
 font-family: Verdana;
 font-size: 11px;
 font-weight: bold;
 background-color: #3C5470;
 color: #FFFFFF;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 border-right: 1px solid #3C5470;
 border-left: 1px solid #3C5470;
 border-top: 1px solid #3C5470;
 border-bottom: 1px solid #3C5470;
}

#logo_container {
width: auto;
height: 119px;
background: url("http://www.ncctel.com/images/logo-bg.jpg");

}

#logo_left {
margin-left: -5px;
float: left;



}

#logo_right {
margin-right: -5px;
float: right;


}

#nav_container {
width: 100%;
}

#nav_button {
width: 100%;
height:39px;
position: relative;
background: url("http://www.ncctel.com/images/nav-slice.jpg") repeat-x;
}

#nav_button_text {
height:39px;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
}

#main_content {
margin-left: -5px;
background: url("http://www.ncctel.com/images/b-03l.jpg") repeat-y left;


}

#content_actual {
margin-right: -5px;
background: url("http://www.ncctel.com/images/b-03r.jpg") repeat-y right;
padding: 20px;
}

#bottom_container {

background: url("http://www.ncctel.com/images/btm-span.jpg");
}

#navigation_fill {
width: 200px;
height: 39px;
background: url("http://www.ncctel.com/images/h-filler-slice.gif");
}

#navigation_float_left {
spacing: 5px;
margin-left: -4px;
float: left;
}

#navigation_float_right {
margin-right: -4px;
float: right;
}

#navigation_float_center {
float: center;
}