* {
   margin: 0px;
   padding: 0px;
}

body {
   background-image: url(write013.jpg);
   background-repeat: repeat;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
   max-width: 1200px;
   margin-left: auto;
   margin-right: auto;
   padding-left: 20px;
   padding-right: 20px;
}

/* HEADER */

#hdr {
   background-color: #e6e6e6;
   height: 100px;
   margin: 20px 0 50px 0;
   border: solid 2px #9f9f9f;
   text-align: center;
}

#hdr h1 {
   padding-top: 10px;
   color: #000080;
   font-size: 2em;
}

#hdr h2 {
   color: #800000;
   font-size: 1.4em;
}

/* -------------------- NAVIGATION MENU ------------------------------*/

#navcontainer { 
   float: left; 
   width: 15em;
   font-size: 1em;
}

#navcontainer h2 {
   background-color: #000;
   color: #fff;
   text-align: center;
   padding: .25em 0;
   font-size: 1.4em;
   border-bottom: solid 2px #e6e6e6;
}

#navmenu, #navmenu ul {
   list-style-type: none;
}

#navmenu {margin-bottom: 1em;}

#navmenu li {
   cursor: pointer;
   background-color: #036;
   border-bottom: 2px solid #e6e6e6;
}

#navmenu li a {
   text-decoration: none;
   display: block;
}

#navmenu li a.top {
   padding: .5em 20px .5em 10px; 
   font-weight: bold;
   color: #fff;
}

#navmenu li.expand a.top {
   background: #036 url('downArrow.png') no-repeat 98% 50%;
}

#navmenu li li {
   cursor: auto;
   border: 0;
   padding: 2px 0;
   background-color: #fff;
}

#navmenu li li a, #navmenu li li a:visited{
   color: #000080;
   padding: 0 0 0 1em;
}

#navmenu li.u_r_here a.top {
   color: #00ffff;
}

#navmenu li a.top:hover { 
   background-color: #0082ff;
}

#navmenu li li a:hover { 
   background-color: #87cefa;
}


/* -------------------- CONTENT --------------------------------------*/

#content {
   margin: 0 0 0 20em; 
   font-size:1.1em;
} 

#content h2 {
   margin: 0;
   background-color: #000;
   color: #fff;
   padding: 0.25em 0 0.25em 1.75em;
   text-align: left;
   font-size: 1.4em;
}

#content ul { 
   list-style-type: none; 
   margin: 0; 
   padding: 0; 
}

#content li { 
   padding: .5em 0; 
   margin: 0; 
   color: #000;
 }

#content .section {
   background-color: #fff;
   color: #000;
   margin-bottom: 3em;
   padding: 1em 2em;
   border: solid 1px #808080;
}

#content .section .to_top {
   text-align: center;
}

#content .section .to_top a {
   color:#ff0000;
}

#content .section ul#bullet {
   list-style-type: disc;
   padding: 0.5em 0 0.5em 3em;
   margin: 0;
}

#content a:link {color: #0000cc;}

#content a:visited {color: #0000cc;}

#content a:hover {color: #6699ff;}

#content a:active {color: #ff00cc;}

#content h2.toc {
   text-align:center;
   background-color: white;
   color: black;
   padding: 0;
   font-size: 1.4em;
   margin-top: 3em;
}

#content ul.dot {
   list-style-type: disc;
   margin-left: 5em;
   margin-bottom: 20px;
}

p,blockquote {
   line-height: 150%;
   color: #000;
   margin-bottom: 1em;
}

blockquote {
   margin-left: 20px;
   font-style: italic;
}

/* -------------------- MISCELLANEOUS --------------------------------*/

#adobe{
   text-align: center;
}

.photo {
   float: left;
   margin-right: 20px;
   padding-top: 10px;
}

img {
   border: 0;
}

.imageBorder {
   border: 2px solid #000;
}

.padright { padding-right: 2em; }

.center {
   text-align: center;
   border: none;
   line-height: normal;
   margin: 20px;
}

.underline { text-decoration: underline; }

a .alt { display: none; }

a.heading {
   font-size: 1.2em;
}

a { text-decoration: none; font-weight: bold;}


.red {
   color:red;
}

table {
   text-align: left;
}

td {
   vertical-align: top;
}

td.one {
   font-weight: bold;
   color:red;
}

td.three {
   padding-left: 2em;
   font-weight: bold;
   color:red
}

td.ctr {
   text-align:center;
   font-weight: bold;   
}


.ib {
   text-align: center;
   display: inline-block;
}

a .alt { display: none; }

a.heading {
   font-size: 1.2em;
}

.spacer {
   margin-left: 10em;
}

.nml {
   margin-left: 5em;
   margin-bottom: 20px;
}

.LgWord {
   float: left; 
   font-size: xx-large; 
   font-weight: bold; 
   margin-right: 15px;
}

