
#container {
  width: 1000px;
  margin: auto;
  background: url(/images/container_fill2.jpg) repeat-y;
  background-color:#;
}

body {
  margin: 0px;
  font: 12px "Lucida Grande", Verdana, Sans-serif;
  color: #111111;
  height: 100%;
  background: #D6D6D6;
  
  
}

a:link, a:visited, a:active { 
  color: #000066;
  text-decoration:  none;
  font-weight: bold;
}

a:hover { 
  color: #000066;
  text-decoration:  none;
  text-decoration: underline;
}

a:active { 
  color: #000066;
  text-decoration:  none;
  text-decoration: underline;
}

h1 {
  color: #000066;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}

h2 {
  color: #000066;
  font-weight: bold;
  font-size: 12px;
}

h4 {
  color: #000066;
  font-weight: bold;
  font-size: 12px;
  text-align: center 
}

h5 {
  color: #000066;
  font-weight: bold;
}

h3 {
  color: #000066;
  font-weight: bold;
  font-size: 11px;
}

h6{
  margin:20px 0 8px 0;
  font-size:1.4em;
}



h3 a:link {
  color: #ff0000;
}
  
#sidebox {
  width: 240px;
  float: right;
  font-size: 11px;
  background: #8399E6;
  border-bottom: 1px solid ##c0c9d9;
  padding: 10px 20px;
  border-color: #c0c9d9;
}

#sidebox_left {
  font-weight: bold;
  font-size: 11px;
  float: right;
  padding-top: 1px;
  padding-bottom: 1px;
}

#sidebox_right {
  font-weight: bold;
  font-size: 11px;
  float: right;
  color: #8399E6;
  padding-top: 1px;
  padding-bottom: 1px;
}

#logo {
  width: 1000px;
  height: 55px;
  background: url(/images/header.jpg) repeat-x;
}
  

#menu {
  width: 1000px;
  height: 31px;
  background: url(/images/menu_back.gif);
}

#menu_content {
  background: url(/images/menu_back.gif);
  float: left;
}

#menu a {
  height: 31px;
  background: url(/images/menu_a.gif);
 /* float: left; */
  color: #ffffff;
  padding-right: 8px;
  padding-left: 8px;
  line-height: 29px;
}

#menu a:hover {
  height: 31px;
  background: url(/images/menu_a_hover.jpg);
  color: #ffffff;
  padding-right: 8px;
  padding-left: 8px;
  line-height: 29px;
/*  float: left; */
  text-decoration: none;
}

#menu_on {
  height: 31px;
  padding-right: 8px;
  padding-left: 8px;
  line-height: 29px;
  background: #ffffff;
  color: #0e1f3e;
/*  float: left; */
  font-weight: bold;
}

#area {
  width: 720px;
  float: left;
}



#newcontent {
  width: 658px;
  
  background: #E9EEFB;
  border: 1px dotted #d0d0d0;
  padding: 10px;
  font-size: 13px;
  margin-bottom: 20px;
  
}

.field2 {
  font-size: 11px;
  width: 30px;
  float: center;
  margin-bottom: 12px;
}


#footer {
  width: 980px;
  background: url(/images/foot_back.jpg);
  height: 30px;
  color: #000066;
  line-height: 30px;
  font-size: 11px;
  padding-right: 20px;
  text-align: right;
  clear: both;
}

#footer a {
  background: repeat-x;
  color: #ecf3f9;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
}

#footer a:hover {
  background: repeat-x;
  color: #669cff;
  text-decoration: underline;
}

#area_space {
  width: 680px;
  height: 100px;
  float: right;
}

#sidebar {
  width: 280px;
  float: right;
  font-size: 11px;
}

#sidebar_space {
  width: 240px;
  float: right;
  font-size: 11px;
  height: 100px;
}


  

#leftbottomside {
  width: 240px;
  float: right;
  font-size: 11px;
  background: #C7D6FF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
  

#page {
  width: 680px;
  float: left;
  padding: 10px 20px;
}

.hide{
display:none;
}

.bodylink{
display:block;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#eee url(/style/images/gradient1.png) repeat-x;
color:#26c;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}

.bodylink:hover{
background:#fff url(/style/images/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

.headerstyle{
display:block;
margin:10px 0 10px 0;
padding:5px 0 5px 8px;
background:#eee url(/style/images/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

.internallink{
font-size:0.9em;
text-align:center;
}

#nav, #nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  float:left;
}

#nav a {
  display: block;
  /*width: 10em;*/
}

#nav li { /* all list items */
  float: left;
  
  /*width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
  
  position: absolute;
  top: 7.1em;
  background: url(/images/menu_a.gif);
  width: 11.5em;
  display:none;
/*  left: -999em; using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul { /* lists nested under hovered list items */
  display:block;

}

#nav li.sfhover ul {
  display:block;

  
}


div.row {
  clear: both;
  padding-top: 10px;
  
  }

div.row span.label {
  float: left;
  width: 200px;
  text-align: left;
  }

div.row span.formw {
  float: right;
  width: 425px;
  text-align: left;
  }
  
  /* text box */
.box {            
  font-family: verdana, tahoma, arial, sans-serif;  
  font-size:x-small;

  border-width:1px;
  border-style: solid;

  border-left-color:#A8BAC2; /* great green-grey: 94A6AE */
  border-top-color:#A8BAC2;

  border-right-color:#DFE5E7;
  border-bottom-color:#DFE5E7;

  background: white;
} * > .box {font-size: small;}
