body, p, caption, td, li, dd, th
{
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
  font-size: 12pt;
  color: #000000;
}

body
{
  background-color: #003366;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.navbar
{
  position: absolute;
  top: 138px;
  left: 0px;
  width: 200px;
  z-index: 1;
}

.navbutton
{
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}


p {margin: 5px 10px;}

hr
{
  display: block;
  clear: both;
  height: 1px;
  color: #0033CC;
  margin: 0px;
}

ul.none
{
  list-style:none;
}

a
{
  font-size: 12pt;
  font-weight: bold;
  text-decoration: underline;
  color: #0066FF;
}

a:hover
{
  font-weight: bold;
  text-decoration: underline;
  color: #0044DD;
}


/* headers */
h1
{
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
  font-size: 28pt;
  font-weight: bold;
  color: #000000;
}

h2
{
  margin-top: 0px;
  margin-left: 2px;
  margin-bottom: 15px;
  font-size: 20pt;
  font-weight: bold;
  color: #000191;
}

h3
{
  margin-top: 0px;
  margin-left: 4px;
  margin-bottom: 10px;
  font-size: 18pt;
  font-weight: bold;
  color: #0010A0;
}

h4
{
  margin-top: 0px;
  margin-left: 6px;
  margin-bottom: 8px;
  font-size: 16pt;
  font-weight: bold;
  color: #0020B0;
}

h5
{
  margin-top: 0px;
  margin-left: 8px;
  margin-bottom: 6px;
  font-size: 14pt;
  font-weight: bold;
  color: #0030C0;
}

h6
{
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 4px;
  font-size: 12pt;
  font-weight: bold;
  color: #0040D0;
}

form { margin: 0px 0px 5px; }

input
{
  background-color: #FFFAB0;
  border: 1px solid Black;
}

input.button
{
  background-color: #FFFAB0;
  border: 1px solid #000000;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
}


.modified
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

.copyright
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}



.trail
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #000000;
}

.trail a
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: underline;
  color: #000000;
}

.trail a:hover
{
  font-size: 10pt;
  font-weight: normal;
  color: #336699;
}


.error
{
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
  font-size: 14pt;
  color: #770000;
}

.hidden {display:none;}



/* navigation */
a.nav-current
{
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}


a.nav
{
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}

a.nav:hover
{
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #336699;
}

a.sub-nav-current
{
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #3C3C3C;
}

a.sub-nav
{
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #3C3C3C;
}

a.sub-nav:hover
{
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #336699;
}





/* Curved cutout border */
.curved
{
  background: transparent; 
  width: 40%;
}

.curved h1, .curved p
{
  margin: 0 10px;
}

.curved h1
{
  font-size: 2em;
  color: #ffffff;
}

.curved p
{
  padding-bottom: 0.5em;
}

.curved .b1, .curved .b2, .curved .b3, .curved .b4
{
  display: block;
  overflow: hidden;
  height: 1px;
  font-size: 1px;
}

.curved .b2, .curved .b3, .curved .b4
{
  background: #e0cea3;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.curved .b1
{
  margin: 0 4px;
  background: #ffffff;
}

.curved .b2
{
  margin: 0 4px;
  height: 2px;
}

.curved .b3
{
  margin: 0 3px;
}

.curved .b4
{
  margin: 0;
  height: 1px;
  border-width: 0 3px 0 3px;
}

.curved .boxcontent
{
  display: block;
  background: #e0cea3;
  border: 0 solid #ffffff;
  border-width: 0 1px;
}



/* Raised rounded corner border */
.raised
{
  background: transparent;
  width: 40%;
}

.raised h1, .raised p
{
  margin: 0 10px;
}

.raised h1
{
  font-size: 2em;
  color: #ffffff;
}

.raised p
{
  padding-bottom: 0.5em;
}

.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b
{
  display: block;
  overflow: hidden;
  font-size: 1px;
}

.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b
{
  height: 1px;
}

.raised .b2
{
  background: #cccccc;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #eeeeee;
}

.raised .b3
{
  background: #cccccc; 
  border-left: 1px solid #ffffff; 
  border-right: 1px solid #dddddd;
}

.raised .b4
{
  background: #cccccc;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #aaaaaa;
}

.raised .b4b
{
  background: #cccccc; 
  border-left: 1px solid #eeeeee; 
  border-right: 1px solid #999999;
}

.raised .b3b
{
  background: #cccccc; 
  border-left: 1px solid #dddddd; 
  border-right: 1px solid #999999;
}

.raised .b2b
{
  background: #cccccc; 
  border-left: 1px solid #aaaaaa; 
  border-right: 1px solid #999999;
}

.raised .b1
{
  margin: 0 5px;
  background: #ffffff;
}

.raised .b2, .raised .b2b
{
  margin: 0 3px; 
  border-width: 0 2px;
}

.raised .b3, .raised .b3b
{
  margin: 0 2px;
}

.raised .b4, .raised .b4b
{
  height: 2px;
  margin: 0 1px;
}

.raised .b1b
{
  margin: 0 5px;
  background: #999999;
}

.raised .boxcontent
{
  display: block;
  background: #cccccc;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #999999;
}
