/*
body
{
   background-color: #ffffff;
   background-image: none; 
   font-size: 100%;
}
*/
body
{
  background: url(images/shadeup.jpg) repeat-x top left #FFFFFF;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

ul
{
  list-style: none outside url(images/bullet.gif);
}

blockquote
{
  margin-left: 0;
  padding-top: 0.5em;
  padding-left: 30px;
  background: url(images/qleft.png) top left transparent no-repeat;
}

blockquote > p
{
  background: url(images/qright.png) bottom right transparent no-repeat;
  padding-right: 30px;
  padding-bottom: 0.5em;
}

a
{
  color: #005599;
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:visited
{
  color: #5588bb;
}

a:hover
{
  color: #ff8800;
  border-bottom: 1px dotted;
  text-decoration: none;
}

img
{
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

a img
{
	text-decoration: none; 
}

table
{
  margin-bottom: 1em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 4px;
}

#pictures
{
  width: 70%;

}


h1, h2, h3, h4, h5, h6
{
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-family: verdana, "Trebuchet MS", helvetica, sans-serif;
  font-weight: normal;
  line-height: 130%;
}

h1
{
  font-size: 200%;
  font-size: 30px;
  border-bottom: 1px solid #000000;
}

h2
{ 
  font-size: 160%;
  font-size: 24px;
}

h3
{
  font-size: 140%;
  font-size: 21px;
}

h4
{
  font-size: 120%;
  font-size: 18px;
  background-color: #ffffff;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 16pt;
  font-weight: bold; 
  color: #000000
}

hr
{
  color: #333366
}

li
{
  font-family: georgia, serif;
} 

#border
{
  margin: 10px; 
  padding: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 94%;
  max-width: 1000px;
  min-width: 760px;
  border: 3px #000000 solid;
  overflow: visible;
}

/* header  Section */

#header
{
  height: 180px;
  position: relative;
  color: #7896a5;
}

#header div
{
  margin: 0;
  padding: 0;
  height: 180px;
}

#header p
{
  position: absolute;
  left: 10px;
  font-size: 18pt;
  bottom: 4px;
  font-family: verdana, "trebuchet ms", sans-serif;
  margin: 0;
  padding: 0;
}

#header img
{
  border: 0px #000000 solid;
   
}

#pad
{
  padding-left: 60px;
   
}




/* Menu Items */

#menu
{
  font-family: verdana, "trebuchet ms", helvetica, sans-serif;
  padding: 0;
  height: 1.8em;
  font-size: 9pt;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #CC0000;
  font-weight: bold;

}

#menu a
{
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
  padding-bottom: 3px;
  color: #000000;
  text-decoration: none;
  background-color: #CC0000;
  border-bottom: none;
}

#menu a:hover
{
  cursor: hand;
  text-decoration: none;
  padding-bottom: 0px;
  border-bottom: 3px solid #ff9900;
  color: #ffffff;
}

/* main menu */

#menu ul
{
  position: relative;
  list-style: none;
  margin: 0;
  padding: 4px;
  z-index: 30;
}

#menu ul li 
{
  float: left;
  position: relative;
  font-family: verdana, "trebuchet ms", sans-serif;
  padding: 0px 2px;
  margin: 0 5px;
  height: 1.8em;
}

#menu ul > li
{
  height: 2em;
  margin: 0 10px;
}

#menu .self
{
  /*color: #ff9900;*/
}

/* pulldown menu */
#menu ul li ul 
{
  visibility: hidden;
  position: absolute;
  top: 1.2em;
  left: 2px;
  width: 15em;
  border: 1px solid #000000;
  z-index: 50;
  margin-left: -5px;
  margin-top: 3px;
  overflow: hidden; 
  background-color: #CC0000;
  padding: 2px;
}
#nav ul li > ul
{
  margin-top: 0;
}

/* pulldown menu item */
#menu ul li ul li
{
  background-color: transparent;
  height: 1.6em;
  padding: 2px;
  margin: 0;
}

/* link in pulldown menu item */
#menu ul li ul li a
{
  width: 14em;
  display: block;
}

/* hover link in pulldown menu item */
#nav ul li ul li a:hover
{
  cursor: hand;
  padding-bottom: 0px;
}

/* make pulldown menu visible if hovering over main menu item */
/* li.over is created by .js code, in onmouseover(), for ie */
#menu li:hover ul, #menu li.over ul
{
  visibility: visible;
}  

#main
{
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #f0fff0 url(images/sishade.jpg) repeat-x 0 2px; /* honeydew */
}

#horizon > #main
{
  position: relative;
  top: 0;
  left: 0;
}

#maintext, #helppage
{
  margin: 0; 
  margin-right: 170px;
  background: #ffffff url(images/bgshade.jpg) repeat-x 0 2px; 
  padding: 0;
  border-right: 1px solid #e0f0e0; 
}

#maintext
{
  min-height: 40em;
}

#helppage
{
  padding: 10px;
  margin: 0;
}

#helppage a
{
  text-decoration: underline;
}

#maintext td, #maintext th, #helppage td, #helppage th
{
  font-size: 90%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #f7fcfd;
  vertical-align: top;
  color: #000000;
  text-align: left;
  padding: 4px;
}

#maintext th, #helppage th
{
  font-size: 110%;
  font-family: verdana, "trebuchet ms", sans-serif;
  background-color: #ddf2f7;
  font-weight: normal;
}

#maintextcontents
{
  margin: 0;
  padding: 10px;
}

#maintextcontents p
{
  line-height: 1.2em;
  font-stretch: semi-expanded;
}

#helppage h1 img
{
  margin: 0;
  border: 1px solid #487886;
  background-color: #e1ecef;
  padding: 0;
}

#copyright
{
  position: absolute;
  bottom: 250px;
  right: 10px;
  width: 150px;
  font-family: georgia, serif;
  text-align: left; 
  font-size: 70%;
  text-align: center;
}

#copyright img
{
  display: inline;
}

#main > #copyright
{ 
  bottom: 10px;
}

#footer
{
  display: block;
  margin: 0;
  padding: 0;
  background: url(images/menubg.jpg);
  color: #ffffff;
  height: 23px;
}

#footer p
{
  color: #000000;
  font-family: arial, sans-serif;
  font-size: xx-small;
  text-decoration: none
  margin: 0;
}

#footer a:hover
{
  border-bottom: none;
}

.nowrap
{
  white-space: nowrap;
}

.picleft
{
  float: left; 
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0; 
  position: relative;
}

.picright
{
  float: right; 
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0; 
  position: relative;
}

