/* CSS Document */


		#head_main
		{
			background: url('images/stoutlogo.jpg') no-repeat top center;
			height: 160px;
			font-family: arial black;
			font-weight: normal;
			font-size: 14px;
			color: #666666;
			text-align: center;
			padding: 0px 0px 8px 0px;
		}
		
		#head_sub
		{
			background: white url('images/header.gif') repeat-x top center;
			height: 25px;
			font-family: arial;
			font-weight: bold;
			font-size: 12px;
			color: #666666;
			text-align: center;
			padding: 4px 0px 0px 0px;
		}
		
		#content
		{
			text-align: center;
		}
		
		#mainbody
		{
			margin: 10px 0px 0px 0px;
			width: 700px;
			padding: 0px 0px 10px 10px;
			background-color:#FFFFFF;
		}
		
		body
		{
			margin: 0px 0px 0px 0px;
			background-color:#666666;
		}
		
			
		.menu_main
		{
			font-family: arial;
			font-weight: bold;
			font-size: 14px;
			color: #000000;
			text-decoration: none;
		}
		
		.menu_main:hover
		{
			font-family: arial;
			font-weight: bold;
			font-size: 14px;
			color: #666666;
			text-decoration: underline;
		}
		
		.menu_sub
		{
			font-family: arial;
			font-weight: bold;
			font-size: 14px;
			color: #FFFFFF;
			text-decoration: none;
		}

		.menu_sub:hover
		{
			font-family: arial;
			font-weight: bold;
			font-size: 14px;
			color: #000000;
			text-decoration: underline;
		}
		
		.smallcopy
		{
			color: #333333;
		    font-weight: normal;
		    font-size: 12px;
		    font-family: Arial, Helvetica,  Verdana, sans-serif;
		}
		
		.smallcopylight
		{
			color: #666666;
		    font-weight: normal;
		    font-size: 11px;
		    font-family: Arial, Helvetica,  Verdana, sans-serif;
		}
		.bigcopy
		{
			color: #333333;
		    font-weight: bold;
		    font-size: 18px;
		    font-family: Arial, Helvetica,  Verdana, sans-serif;
		}
		


	
