/* Global Styles */
html,body{margin:0;padding:0}
body{font: 76% Arial, Verdana, serif, sans-serif; background-color:#000;}

/* TEXT STYLES */
p {padding:0 5px 0px; font-size: 1em; line-height: 1.3em; letter-spacing: 1px;}
h1 { font-size: 2.5em; margin-top: 0; letter-spacing: 1px;}
h2 { font-size: 2em; color: #0B79B3; line-height: 1.3em; letter-spacing: -1px;}
h3 { font-size: 1.5em; color: #00A03C;}
h4 { font-size: 1.25em; color: #245;}
h5 {font-size: 1em; font-weight:bold;}
h1,h2,h3,h4,h5 {padding:0 5px 0px;}
#navigation p, #extra p {color:#fff;}
a:link { color: #245; text-decoration:none; border-bottom: 1px solid #1b7; padding:1px;}
a:visited {color: #245; text-decoration:none; border-bottom: 1px solid #1b7; }
a:hover {background-color: #0B79B3; color:#fff; }
acronym {border-bottom: 1px dotted #1b7; cursor:help; } 
label.header {font-size:larger; color: #1b7; font-weight:bold; text-transform:uppercase; margin-bottom: 0; padding-bottom:0; } 
   /* label.header is the label for the search box but can be used for other forms by using class="header" in a label */
form,submit { padding:0; margin:0; } /* removes extraneous padding around the form */
code { border: 1px dotted #1b7; border-left: 3px solid #1b7; background-color: #add; padding: 1em; margin-left: 3ex; color:#274;}
blockquote { border: 1px solid #1b7; background-color: #add; margin: 3ex; font-style:italic; width: 90%;}

/* HEADER SECTION */
div#header {margin:0; padding:0; background: transparent url(http://d2108j026051x9.cloudfront.net/globe.png) no-repeat right center; height:8em;}
div#header h1 a { height: 3em; min-height:8em; line-height:80px;margin:0; color: #fff; border-bottom: none; padding:0;}
div#header h1 a:hover {background-color: transparent; border-bottom: none; color: #0B79B3}
div#header p#skip{position: absolute; top: 3px; right: 3px; margin:0; padding: 0;}
#skip a,#skip a:visited {color:#fff; border-bottom: 1px solid #00A03C;}

/* CONTENT SECTION */
div#wrapper{float:left;width:100%;}
div#content{margin: 0 0 0 200px; padding-bottom: 2em; background-color: #fff; color: #000;}
div#content p{line-height:1.4;}
div#content h2#topper {background:#add; color:#274; margin-top:0; padding-top:0;}
div#content a:visited {color: #245; text-decoration:none; border-bottom: 1px solid #00A03C; }

/* VERTICAL NAVIGATION */
div#navigation{float:left; width:200px;margin-left:-100%; color:#fff;}
.navcontainer { width: 198px; border-right: 1px solid #000; padding:0; margin-bottom: 1em; 
background-color: transparent;}
.navcontainer ul { list-style: none; margin: 0; padding: 0; border: none; width: 198px; min-width:198px; }
.navcontainer li { margin: 0; }
html>body .navcontainer li a { width: auto;}
.navcontainer li a,.navcontainer li a:visited { 
          display: block; padding: 5px 5px 5px 0.5em; border-left: 10px solid #245;
          border-right: 10px solid #245; background-color: #247; 
          text-decoration: none; font-weight:bold; width: 167px; min-width:165px; 
          color: #fff; border-bottom: 1px solid #0B79B3;
}
.navcontainer li a:hover,.navcontainer li#active a,.navcontainer li#lastactive a { 
          border-left: 10px solid #fff; border-right: 10px solid #fff; 
          background-color: #0B79B3; color: #fff; font-weight:bold;
}
.navcontainer li.menutitle {border-left: 10px solid #0B79B3 ; border-right:10px solid #0B79B3;  font-size:larger;
text-align:center; color: #17b; font-weight:bold; padding-bottom:1ex; border-bottom:none; text-transform:uppercase;}
.navcontainer li#last a { border-bottom:none;}  /* the last one in the list should get the id of 'last' in the list to remove the bottom border */
.navcontainer li#lastactive a { border-bottom:none;}  /* the last one in the list should get the id of 'last' in the list to remove the bottom border */

/* --- These are the subnavigation for sublinks. --- */
.navcontainer li ul li { display:none;} /* this hides all sublinks if it is not the currently active link */
.navcontainer li#active ul li { display: block;} /* this expands all sublinks if it is the currently active link */
.navcontainer li#active ul li a:link, .navcontainer li#active ul li a:visited { border-left-color:#245; border-right-color: #245; background-color: #000; padding: 5px 0 5px 11px;}
.navcontainer li#active ul li a:hover { background-color:#fff; color:#00A03C;}

/* FOOTER SECTION */
div#footer{clear:left;width:100%; background-color: #245;color: #FFF}
div#footer a:link, div#footer a:visited { color:#fff; }
div#footer ul {list-style-type:none; margin:0; padding:.8em 0; text-align:center;}
div#footer ul li {display:inline; padding: 0 4px;}

/* General Image Stuff */
img.sm { width: 160px; }

/* TABLES */ 
table {border: 2px solid #245; border-collapse:collapse; width:90%; margin-left: 3ex; }
td {background-color: #fff; padding:3px; border: 1px solid #fff}
th {text-align:left;border: 1px solid #fff}
thead th {color:#fff; font-size:1.5em; background-color: #247 ; padding: 10px 6px}
tbody th {color:#fff; font-size:1.15em; background-color: #0B79B3 ; padding: 6px}
tbody th.sub {font-size: .90em; color:#000; background-color: #add; padding: 6px}
