@import "style_user.css";
	#mast
	{
		display:none;
	
	}
	
		#container
	{
		background-color: floralwhite;
		margin: 0 auto;
		align: center;
		width: 780px;
		border : 0px solid #000000;
		text-align : left;
		padding: 0px;
		position: relative;
                 margin-top:8px;
	}

	#top
	{
		background: url(header.jpg);
                  height:112px;
		width: 780px;
		margin:0px;
		padding:0px;
	}

	#menu1
	{
		text-align:center;
		width: 770px;
		top:113px;
                  height: 20px;
		left:0px;
                  padding-left: 10px;
		position: absolute;
		background-color: white;
		color:white;
		text-decoration:none;
			
	}
	#menu1 a:link {color: black; text-decoration:none; font-weight: bold; font-size: small;}     /* unvisited link */
	#menu1 a:active {color: black; text-decoration:none; font-weight: bold; font-size: small;}     /* unvisited link */
	
	

	#menu3
	{
		text-align:center;
		width: 770px;
		top:0px;
		left:0px;
						
	}
	
	
	#content
	{
                  margin-left: 0px;
                  margin-top: 20px;
                  width:770px;
		background-color: White;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 0px;
		padding-left: 10px;
		height: auto;	
           }
	

	
	#footer
	{
		width: 780px;
                  clear: both;
                 	height:25px;
                  	margin: 0px;
		line-height: 1.2;
		min-height:25px;
		height: auto;
		_height:25px;
                  padding-bottom:0px;
                  background-color: #9999ff;
                 border: 0px solid black;	
	} 

         #footer a:link {color: #000099; font-size:  x-small;}     /* unvisited link */
	#footer a:active {color: #000099; font-size:  x-small;}     /* unvisited link */
	
	

	#footernav	
{
	width:780px;
         height: 25px;
	height: auto;
	_height:25px;
	padding-top:0px;
         background-color: #9999ff;	
        

}


#footernav a:link {color: #000099; font-size:  small;}     /* unvisited link */
#footernav a:active {color: #000099; font-size:  small;}     /* unvisited link */











































