
/* Layout Stylesheet */ 

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

#bar-top {
 width: 100%; 
 height: 20px; 
 background: #666600;
 color: #000000;
 border: solid #666600;
 border-width: 3px 0; 
 margin: 0;
}

#bar-bottom {
 width: 100%; 
 height: 20px;
 position:relative; 
 background: #666600; 
 color: #ffffff;
 border: solid #666600; 
 border-width: 3px 0;
 }

#content { 
 height: 450px; 
 position:relative;
 border: solid #990000; 
 border-width: 0px 2px; 
 background: #ffffff;
 color: #000000;
 overflow: auto;
 margin:0 22% 0 22%;
 }
 
 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: #990000;}