/* Layout Stylesheet */ 


body {
	margin-top: 0px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom: 0px;
	background-color: #ff6600;
}

a:link { color: black; text-decoration: underline; }

a:link.email { color: #336600; text-decoration: underline; }
 
a:visited { color: black; text-decoration: underline; }

a:hover { color: pink; text-decoration: none; }

a:active { color: purple; text-decoration: none; }

a.menu:link {color: black; text-decoration: none; }

a.menu:visited {color: black; text-decoration: none; }

img.thumb { border: 3px solid white; }



#mid-col{
 width: 90%;
 border: 1px solid #336600;
 background-color: white;
 padding: 5px;
 position: absolute;
 font-family: 1em "Georgia",serif;
 right: 5%;
 z-index: 1;
 }
 
 #top-nav {
 width: 100%; 
 background-color: #FF3366;
 padding: 0px;
 float: center;
 z-index: 2;
 color: #00000;
 font: bold 1.2em "Georgia",serif; 
}
 
 #lh-nav{
  width: 25%;
  float: left;
  border: none;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  z-index: 2;
  }
 
 #rh-content{
  width: 65%;
  float: right;
  border-style: none;
  border-color: #cccccc;
  background-color: #ffffff;
  padding: 10px;
  z-index: 2;
  }
 
 #footer{
   clear: both;
   width: 100%;
   border: none;
   background-color: #FF3366;
   color: #cccccc;
   padding: 0px;
   z-index: 2;
   text-align: center;
 }


