
		body
		{
			background:			silver url("Images/Backgrounds/bg.gif");
			background-repeat:	repeat;
			margin:				0;
			color:				black;
		}

		.hdr
		{
			margin-top:			20;
			color:				rgb(255,255,255);
			font-family:		arial;
			font:				64;
			background:			rgb(0,0,0) url("bg.gif");
			background-repeat:	repeat;
		}

		.Main
		{
			overflow:			auto;
			top:				160px;
			width:				806px; 
			color:				rgb(0,0,0);
			background-color:	rgb(244,244,244);
			align:				center;
			text-align:			left;
			font:				14;
			font-family:		arial;
			margin:				0;
			
		}

		.Content
		{
			padding: 15;
			padding-top: 0;
			margin-top: -5;
		}

		.Main	a:link			{ color: rgb(204,101,0); }
		.Main	a:visited		{ color: rgb(204,101,0); }
		.Main	a:hover			{ color: black; }

		.Main ul				{ list-style-type: disc; }

		.footer
		{
			width:				100%;
			height:				40px;
			font-family:		arial;
			font:				10;
			background:			silver url("bg.gif");
			background-repeat:	repeat;
			color:				silver;
			padding:			10;
		}


		.menubar
		{
			margin-top:			-15px;
			margin-left:		-300px;
			padding:			0px;
			margin-right:		0px;
		}

		.menubar img			{ padding: 0; margin: 0;} 

		.menu
		{
			position:			absolute;
			display:			none; 
			width:				auto; 
			height:				auto;
			z-index:			20;
			padding:			0px 0px 0px 0px;
			background:			black url("bg.gif");
			background-repeat:	repeat;	 
			margin-top:			5px;
			margin-left:		0px;
		}

		.menuitem
		{
			color:				silver;
			font:				14;
			font-family:		arial;
			padding:			5px 5px 5px 0.5em;
			cursor:				hand;
			text-decoration:	none;
			width:				170px; 
			
			
			/*border-top: 1px solid rgb(255,0,0);
			border-bottom: 1px solid rgb(255,0,0);*/	
		}

		.menu ul  
		{
			list-style:			none;
			align:				left;
			margin-left:		0;
			padding-left:		0;
			text-align;			left;
			width:				170px; 
			font:				14;
		}


		.menu li a:hover 
		{
			background-color:	rgb(100,100,100);
			color:				rgb(255,255,255);
			width:				170px; 
		}
