/* Layout Stylesheet */ 

/* default settings */
body{
 margin: 0;
 padding: 0;     
 background-image:  url(GrayPaper.jpg);
 color: #003333;
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 }

/* for unvisited links */
a:link { color: #006633; text-decoration: underline; }
  
/* for visited links */
a:visited { color: #330033; text-decoration: underline; }

/* when mouse is over link */
a:hover { color: #330066; text-decoration: none; }

/* to remover borders from link images */
a img {border: none; }

P { color: #003333; align: left }

UL { color: #003333; align: left}
 
/* for site navigation header */	 
#hdr{
 width: 100%;
 height: 20px;
 margin: 0;
 border: solid #003300;
 border-width: 0 0 2px 0;
 background: U#ffffff;
 background-image:  url(GrayPaper.jpg);
 color: #003333;
 font-size: 80%;
 text-align: center;
 vertical-align: middle;
 padding: 15px;
 }
 
/* for section navigation column */
#navcol{
 float: left;
 width: 150px;
 position: absolute; left: 0; top: 35;
 border: solid #003300;
 border-width: 0 1px 0 0;
 background:  url(GrayPaper.jpg);
 color: #003333;
 background-image: none;
 margin: 0;
 padding: 10px;
 border: 0;
 text-align: center;
 font-size: 80%;
 }
 
 /* for page text when navigation sidebar is used */
 #textcol{
 width: auto;
 float: right;
 position: absolute; left: 170; top: 45;
 background: #ffffff;
 background-image:  url(GrayPaper.jpg);
 color: #000000;
 text-align: left;
 margin: 8px;
 padding: 10px;
 }
 
  /* for page text without navigation sidebar */
 #nonav {
 width: auto;
 border: solid #003300;
 background: #ffffff;
 color: #000000;
 background-image:  url(GrayPaper.jpg);
 margin: 0;
 padding: 50px;
 border: 0;
 text-align: left;
 }
 
  /* for centered page text when navigation sidebar is used */
 #centertext{
 width: auto;
 float: right;
 position: absolute; left: 170; top: 45;
 background: #ffffff;
 background-image:  url(GrayPaper.jpg);
 color: #000000;
 text-align: center;
 margin: 8px;
 padding: 10px;
 }
