/* THIS IS graypage.CSS for gray backgrounds. Style comes from bspagex.html
*/



body 	{
				background-color: #666666; 
				font-family: arial; 
				font-size: small; 
				margin-top:  0px;
				height:  100%;
					
				 }

			#container  

				{

				height:  100%;	

				width: 800px;

				margin-bottom:  0px;
				margin-right:  auto ;
				margin-left:  auto ;

				background-color:  #666666;

				
				
				padding-top:  20px;
				padding-bottom:  20px;
				padding-right:  20px; 
				padding-left:  20px;
				

				




				}

			#photo

				{
				margin-top:  4%;

				
				
				float:  right;
				
				
				
				}
/*
			#text

				{

				}
*/
			
			
			h1	{font-family: palatino-linotype, "Times New Roman", serif; font-size: 240%; 
				
				color:  #ffffff;

				text-align: left;  font-weight: normal; 
				line-height: .5em; 
								
 				}

			h2	{font-family: palatino-linotype, "Times New Roman", serif;  font-size: 140%; 
						
				color: #ffffff;


				font-weight: normal;


				line-height:  .05em;
				
				 }


			h3	{font-family:  palatino-linotype, "Times New Roman", serif; font-size:  140%;				
				color:  #000000;
 

				font-weight:  normal;
				
				line-height:  2.5em;
				}



			h4	{font-family:  Arial, sans-serif; font-size:  100%;				 

				color:  #000000;

				font-weight:  normal;
				 				
				}


		p, a, li {font-family: Arial, sans-serif; font-size: 100%; color: #ffffcc;}



			ul.nav	{

				list-style-type:  none;

				padding-left:  0;

				margin-left:  0;

				line-height:  3em;

				
				}


			a	{
					
					font-size:  100%;
					color:  #ffffcc;
				}


			a:link	{
					text-decoration:  none;
					color:  #ffffcc;

				}

			a:visited {
					text-decoration:  none;
					color:  #ffffcc; 

				}


			a:hover	{				
				
					text-decoration:  underline;
				}


		
		#footer	{	font-family: Arial, sans-serif; font-size: 80%; color: #000000;
				
			}			