
/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
 background: #ffffff;
 color: #ffffff;
 }

#bar-top {
 width: 100%; 
 height: 30px; 
 background: #663300;
 color: #000000;
 border: solid #336633;
 border-width: 2px 0; 
 margin: 0;
}

#bar-bottom {
 width: 100%; 
 height: 30px;
 position:relative; 
 background: #663300; 
 color: #ffffff;
 border: solid #336633; 
 border-width: 2px 0;
 }

#content { 
 height: 450px; 
 position:relative;
 border: solid #336633; 
 border-width: 0px 2px; 
 background: #ffffff;
 color: #000000;
 overflow: auto;
 margin:0 15% 0 15%;
 }
 
 p		{font-family: verdana;}
		
a		{font-family: verdana;
		text-decoration: none;}

a:link		{color: #ffffff;}
a:visited	{color: #ffffff;}
a:active	{color: #000000;}
a:hover		{color: #ff9900;}
a.gray:link {color: #666666; background: #ffffff;}
a.gray:visited {color: #666666; background: #ffffff;}
a.gray:hover {color: #663300; background: #ffffff;}