/* Layout Stylesheet */ 

body {
 margin:1px;
 background-image:url(images/bg.gif);
 text-align:center;
 color: white;
 text-align:center; 
 font-family:verdana, arial, sans-serif; 
 font-size:100%; 
 
 padding:0; 
 border:0; 


 }

.centre	{text-align: left}

h1, h2, h3, h4, h5, h6		{font-family: sans-serif;
				 color: blue}

#outer {
 float:right;
 font-weight: bold;
 }

#hdr {
 height:60px;
 background:#eeeeee;
 color: #333333;
 }

#bar1 {
 height:10px;
 color: #333333;
 width:750px;
 text-align: left;
 font-size: 10;
 font-weight: bold;
 font-style:Helvetica;	
 }

#copy {
 height:10px;
 text-align: centre;
 font-size: 10;
 font-weight: bold;
 font-style:Helvetica;	
 }
#bodyblock {
 position:relative;
 
 color: #333333;
 width:850px;
 padding:0;
 }

#links {
 width:150px;
 margin-right: 5px;
 padding: 5px;
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:100px;
 }

#links	a {
	   display: block;
	   font-family: sans-serif;
	   color: blue;
	   font-size: 14pt;
	   width: 150px;
	   padding: 44px 2px 3px 1px}

#links a:link	{text-decoration: none}
#links a:visited{text-decoration: none}
#links a:hover	{color: red; 
		 text-decoration: underline}
#links a:active	{text-decoration: none}

#img {
 width:90px;
 float:left;
 margin-right: 10px;
 }

#mainnav
{
	background-color: #9FA41D;
	color: #272900;
	padding: 2px 0;
	margin-bottom: 22px;
