







body {
   background: rgb(255,255,204); 
   font-family: verdana,arial,sans-serif; 
   font-size: 11pt;
   margin: 0px}

h1,h2,p,em,a, q {font-weight: normal;font-style: normal}

p a q {font-size: 1em;}

p em {font-weight: bold}

a {font-weight: bold}


a:link { 
   color: rgb(102,102,51); 
   text-decoration: underline
   }
a:visited { 
   color: rgb(153,153,51); 
   text-decoration: underline
   }
a:hover { 
   color: black;
   background: rgb(204,204,153);
   text-decoration: none
   }
a:active { 
   color: black;
   background: rgb(204,204,153);
   text-decoration: none
   }



q {font-size: 0.75em; font-weight: bold; font-style: italic; color: red}

h1 {
   color: gray; 
   background: rgb(204,204,153);
   font-size: 2.5em;
   padding-left: 15px;
   padding-top: 0px;
   Padding-bottom: 3px;
   margin-top: 0px;
   }

em {color: black}

h2 {font-size: 2em}

h2 em {color: gray}

#menubar {
   width: 175px;
   height: 1000px;
   float: left;
   margin-right: 20px;
   }

#menubar h2 {
   background: rgb(102,102,51);
   color: white;
   font-size: 1.5em;
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 15px;
   }

#menubar span {
   font-size: 0.75em; 
   font-weight: bold; 
   font-style: italic; 
   color: green;
   }


#menubar a {
   padding-left: 15px;
   font-size: 10pt;
   }


#mainbody {
   width: 730px;
   position: absolute; 
   top: 70px; 
   left: 200px; 
   }

#writingmain {
   width: 730px;
   position: absolute; 
   top: 70px; 
   left: 200px; 
   }

#writingmain p, table {
   font-size: 10pt;
   }
   
#imagecaption  {
	font-size: 9pt;
	font-style: italic;
	}


.whiteborder {
   border-style:solid; 
   border-width:30px;
   border-color:white
   }

.blackborder {
   border-style:solid; 
   border-width:5px;
   border-color:black
   }
