/* Layout Stylesheet */ 

/* default settings */
body{
 margin: 0;
 padding: 0;     
 background-image:  url(beige102.jpg);
 color: #660000;
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 }

/* for unvisited links */
a:link { color: #660000; text-decoration: underline; }
  
/* for visited links */
a:visited { color: #660000; text-decoration: underline; }

/* when mouse is over link */
a:hover { color: #660000; text-decoration: none; }

/* to remover borders from link images */
a img {border: none; }

P { color: #660000; align: left }

UL { color: #660000; align: left}
 
/* for site navigation header */	 
#hdr{
 width: 100%;
 height: 20px;
 margin: 0;
 border: solid #7F3432;
 border-width: 0 0 2px 0;
 background: #FFDEAD;
 background-image:  url(beige102.jpg);
 color: #660000;
 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 #7F3432;
 border-width: 0 1px 0 0;
 background:  url(beige102.jpg);
 color: #660000;
 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: #FFDEAD;
 background-image:  url(beige102.jpg);
 color: #660000;
 text-align: left;
 margin: 8px;
 padding: 10px;
 }
 
  /* for page text without navigation sidebar */
 #nonav {
 width: auto;
 border: solid #003300;
 background: #FFDEAD;
 color: #660000;
 background-image:  url(beige102.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: #FFDEAD;
 background-image:  url(beige102.jpg);
 color: #660000;
 text-align: center;
 margin: 8px;
 padding: 10px;
 }
