/*
body {
  margin: 0;
  padding: 0;
  font: 100% verdana, arial, helvetica, sans-serif;
  background: rgb(53,53,53);
}
*/
/*
a:link {
}

a:visited {
  font-color: #999;
}

a:hover {
  color: #800080;
}

a:active {
}
*/

/*
H1 {
  font-size: 110%;
  font-weight: 800;
  margin-left: 1em;
}

H2 {
  font-size: 90%;
  font-weight: 400;
  margin-left: 1em;
}

P {
  color: #000;
  font-size: 90%;
  margin-left: 1em;
  margin-right: 1em;
}
*/

/*
img {
  border-width: 0;
}

*/

ol {
  font-size: 85%;
  margin-left: 1em;
}

ul {
  font-size: 85%;
  margin-left: 1em;
}

/* header */
/*
#container {
  width: 940px;
  background: #000;
  color: #fff;
  height: 30px ;
}
*/

/* top navigation bar inside #container */
/*
#container a {
  padding-top: .4em; 
  padding-bottom: .4em; 
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  font-weight: 500;
  font-size: 80%;
  color: #fff;
}

#container a:hover {
  background: purple;
}

#container a:link {
  background: black;
}

#container a:active {
  background: blue;
}
*/
/* top LIST navigation bar inside #container (if used) */
/*
ul#top-nav {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  background: #111;
}

ul#top-nav li {
  display: inline;
}

ul#top-nav a {
  display: block;
  float: left;
  padding: .1em 1em;
  text-decoration: none;
  font-weight: 500;
  font-size: 90%;
  color: #fff;
  border-right: 1px solid #aaa;
}

ul#top-nav a:hover {
  background: purple;
}
*/

/* main body */
/*
#container2 {
  width: 940px;
  height: 87%;
}
*/

/* footer */
/*
#container3 {
  width: 940px;
  margin-top: -.6em;
  height: 33px;
  background: black;
}

#container3 p {
  padding-top: 1em;
  font: verdana,helvetica,arial,sans-serif;
  font-size: 60% ;
  font-weight: 700;
  color: #fff;
}
*/

/* main body left nav */
/*
#left-nav {
  width: 170px;
  height: 100%;
  float: left;
  background: #e3f4f4;
}
*/

/* main body content */
#content {
  color: #000;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 100%;
}

#content h1 {
  color: #000;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 110%;
  font-weight: 400;
}

#content H2 {
  font-size: 90%;
  font-weight: 600;
  margin-left: 0px;
  margin-bottom: -.9em;
}

#content H3 {
  font-size: 90%;
  font-weight: 400;
  margin-left: 0px;
}


#content p {
  font: verdana,arial,helvetica,sans-serif;
  font-size: 80%;
  color: black;
}


#content img {
  border-width: 0;
}

#content ul {
  font: verdana,arial,helvetica,sans-serif;
  font-size: 80%;
  color: black;
}

#content li {
  text-decoration: none;
}

#breadcrumb {
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: 65%;
  font-color: black;

}

#breadcrumb a {
  text-decoration: none; 
}
/* main body news */
/*
#news {
  width: 170px;
  height: 100%;
  float: left;
  background: #7f7f7f;
  color: white;
  font: verdana,helvetica,arial,sans-serif;
}

#logo {

}
*/

/* orange on top of news scroll */
/*
#belcarra {
  background-color: #ff7500;
  height: 35px;
  width: 100%;
  padding-top: 1em;
  font: 90% verdana,helvetica,arial,sans-serif;
  font-weight: 700;
}
*/

/* left navigation area */
ul.nav {
  margin-top: 6px;
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
  width: 100%;
  display: block;
}

ul.nav li {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #e3f4f4;
  padding: 0px;
  margin: 0px;

}

ul.nav a {
  display: block;
  text-decoration: none;
  background: #7f7f7f;
  font: 110% verdana,helvetica,arial,sans-serif;
  font-weight: 600;
  color: #fff;
  padding: .1em .8em ;
  border-bottom: 1px solid #e3f4f4;
}

ul.nav a:hover {
  background: purple;
}

/* left navigation area visited */
ul#nav-here {
  margin-top: 6px;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

#nav-here ul a {
  display: block;
  text-decoration: none;
  background: #7f7f7f;
  font: 110% verdana,helvetica,arial,sans-serif;
  font-weight: 600;
  color: #ff7500;
  padding: .1em .8em ;
  border-bottom: 1px solid #e3f4f4;
}

ul#nav-here a:hover {
  background: purple;
}

/* sub navagation level 1 */
ul.sub-nav1 {
  margin-top: 6px;
  margin-left: 2em;
  padding-left: 0px;
  list-style-type: none;
  display: block;

}

ul.sub-nav1 li {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #e3f4f4;
  padding: 0px;
  margin: 0px;

}

ul.sub-nav1 a {
  display: block;
  text-decoration: none;
  background: #7f7f7f;
  font: 110% verdana,helvetica,arial,sans-serif;
  font-weight: 600;
  color: #fff;
  padding: .1em .8em ;
  border-bottom: 1px solid #e3f4f4;
}

ul.sub-nav1 a:hover {
  background: blue;
}


/* sub navagation level 2 */
ul.sub-nav2 {
  margin-top: 6px;
  margin-left: 2em;
  padding-left: 0px;
  list-style-type: none;
  display: block;
}

ul.sub-nav2 li {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #e3f4f4;
  padding: 0px;
  margin: 0px;
}

ul.sub-nav2 a {
  display: block;
  text-decoration: none;
  background: #7f7f7f;
  font: 110% verdana,helvetica,arial,sans-serif;
  font-weight: 600;
  color: #fff;
  padding: .1em .8em ;
  border-bottom: 1px solid #e3f4f4;
}

ul.sub-nav2 a:hover {
  background: #ff7500;
}

ul.sub-nav2 a:visited {
}

ul.sub-nav2 a:active {
}

/* sub navagation level 3 */
ul.sub-nav3 {
  margin-top: 6px;
  margin-left: 2em;
  padding-left: 0px;
  list-style-type: none;
  display: block;

}

ul.sub-nav3 li {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #e3f4f4;
  padding: 0px;
  margin: 0px;

}

ul.sub-nav3 a {
  display: block;
  text-decoration: none;
  background: #7f7f7f;
  font: 110% verdana,helvetica,arial,sans-serif;
  font-weight: 600;
  color: #fff;
  padding: .1em .8em ;
  border-bottom: 1px solid #e3f4f4;
}

ul.sub-nav3 a:hover {
  background: yellow;
  color: black;
}

#list1 ol {
  margin-left: 2em;
  font-size: 85%;
  list-style-type: decimal;
}

#list1 ul {
  margin-left: 2em;
  font-size: 85%;
  list-style-type: decimal;
}

#list1 ol ul {
  margin-left: 2em;
  padding-bottom: 1em;
  font-size: 100%;
  list-style-type: decimal;
}

#list1 ol ul li {
  margin-left: 4px;
  list-style-type: lower-alpha;
}
