body {font-family: Arial, Helvetica, sans-serif;}

/*Divison and formatting for top navigation bar*/

#header-bottom ul {
  margin-top: 4px;
  padding: 0;
}

#header-bottom li {
  display: inline;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 5px;
}

#header-bottom a:link, #header-bottom a:visited {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #cf7014;
}

#header-bottom a:focus, #header-bottom a:hover {
  background-color: #cf7014;
  color: white;
}

#header-bottom a:active {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-color: #cf7014;
  color: #ffd320;
}

#header-bottom li.current {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ffd320;
}

/*Division for breadcrumb trail*/

#bc {
  position: relative;
  margin-top: 30px;
}

/*Left hand navigation bar (not on home page)*/

#navleft {
  position: absolute;
  width: 260px;
}

#navleft a:link, #navleft a:visited {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #cf7014;}

#navleft a:focus, #navleft a:hover {
  background: #cf7014;
  color: white;
}

#navleft a:active {
  color: #ffd320;
}

#navleft ul {
  margin-top: 4px;
  list-style-image: url("images/white_bullet.jpg");
  line-height: 22px;
  padding: 0;
}

#navleft li.nav1_current {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ffd320;
}

#navleft li.nav2 {
  text-indent: 35px;
}

#navleft li.nav2_current {
  text-indent: 35px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ffd320;
}

#navleft li.nav3 {
  text-indent: 70px;
}

#navleft li.nav3_current {
  text-indent: 70px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ffd320;
}

/*Left hand column on home page*/

#content_left {
  position: absolute;
  width: 260px;
}

/*Main content - right hand part of main text area*/

.main {
  position: relative;
  width: 690px;
  left: 284px;
}

.main li {
 font-size: 14px;
 line-height: 17px;
 color: black;
}
/*Main content subdivision - box ranged right in main text area, fixed width*/

.main_right {
  float: right;
  width: 345px;
  background: #ffd320;
  padding: 5px 5px 5px 5px;  
  margin-bottom: 10px;
  margin-left: 10px;
}

/*Main content subdivision - box ranged right in main text area, variable width*/

.main_right1 {
  float: right;
  background: #ffd320;
  padding: 5px 5px 5px 5px;  
  margin-bottom: 10px;
  margin-left: 10px;
}

/*Main content subdivision - box ranged left in main text area, variable width*/

.main_left1 {
  float: left;
  background: #ffd320;
  padding: 5px 5px 5px 5px;  
  margin-bottom: 10px;
  margin-right: 10px;
}

/*Division for copyright line etc.*/

#bottom {
  position: relative;
  width: 974px;
}

/*Division for W3C logos*/

#bottom_w3c {
  float: right;
}

/*Division for update area on home page*/

#update {
  background: #ffd320;
  padding: 5px 5px 25px 5px;  
  margin-top: 15px;  
  margin-bottom: 10px;
}

/*Division to position an image and caption on the left*/
div.image_left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

/*Division to position an image and caption on the right*/
div.image_right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
/*Division to add quotes on the right*/
div.quote_right {
  float: right;
  width: 400px;
  margin-left: 15px;
  margin-bottom: 10px;
}

/*Text styling*/

H1 {
  font-size: 18px;
  font-weight: bold;
  color: #cf7014;
}

H2 {
  font-size: 14px;
  color: #cf7014;
}

H3 {
  font-size: 14px;
  background: #cf7014;
  color: #ffd320;
}

P {
 font-size: 14px;
 line-height: 17px;
 color: black;
}

P.brown {
  color: #CF7014;
} 

P.bc {
 font-size: 10px;
 line-height: 12px;
}

P.intro_page {
  font-size: 16px;
  line-height: 19px;
}

P.c_line {
  font-size: 11px;
}

P.ital {
  font-style: italic;
}

span.brown {
  color: #cf7014;
}

/* #F93 */
/* #C60 */
#cssmenu {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font: 67.5%;
  font-size: 14px;
  font-weight: bold;
  width: auto;
}
#cssmenu ul {
  background: #ff9933;
  height: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, 0.1);
}
#cssmenu li {
  float: left;
  padding: 0px 0px 0px 15px;
}
#cssmenu li a {
  color: #000;
  display: block;
  font-weight: normal;
  line-height: 50px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu li a:hover {
  background: #cc6600;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
}
#cssmenu ul li:hover a {
  background: #cc6600;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu li ul {
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;


            
