body		{
			color: #b60000;
			/* background-image:url('images/background.jpg'); */
			/* background-attachment:fixed; */
			padding: 10px 10px 10px 10px;
			font-size: 12px;
			font-family: arial;
			line-height: 1.6em;
			text-align: left;
			width: 950px;
			min-width:950px;
			margin:0px auto;

			padding: 0 0px;
		}
#menubar {
			font-weight: bold;
			width: 924px;
			background-image: url(images/headerbkg.jpg);
			padding-left: 10px;
			margin: 1px 0px 0px 0px;
			text-align:left;
			}
	
		
h1, h2	{
			color: #b60000;
		}
					
p		{
			color: #b60000;
			font-size: 12px;
			text-align:justify;
		}

a 
{
	text-decoration: none;
	color: #b60000;
	font-weight: bold;
}

img
   {
   display:block;
   margin:0 auto; 
   text-align:center;
   border-style: none;
   }
   
td
	{
	text-align:justify;
	
	}
		
a:hover 
{
	text-decoration: underline;
	color: navy;
	font-weight: bold;
}		

#header	{
			width: 930px;
			height: 140px;
			background-color: white;
			padding: 2px;
		}
			
		
#mainbody {
			width: 540px;
			height: 1000px;
			background-color: white;
			padding: 5px;
			float: left;
			margin: 1px 0px 0px 0px;
		 }
		 
	 
#mainright
		{
		width: 373px;
		height: 1000px;
		background-color: white;
		padding: 5px;
		float: left;
		margin: 1px 0px 0px 1px;
		}
#footer	  {
			width: 924px;
			height: 55px;
			background-color: white;
			padding: 5px;
			float: left;
			margin: 1px 0px 1px 0px;
			font-size: 10px;
		 }


