/*  Science Grid Web Site
    Updated: March 18, 2002
    Contact: Amanda L. Kissire (amanda.kissire@pnl.gov) */

body 	{	background-color: white;
			margin-left: 10;
		}
		
		
h1	{	font-size: 22pt;
    	font-weight: normal;
		margin-right: 20px;
		margin-left: 7px;
		margin-top: 0px;
	}
	
h2	{	font-size: 18pt;
    	font-weight: bold;
		margin-right: 20px;
		margin-left: 7px;
		margin-top: 0px;
	}
h3	{	font-size: 16pt;
    	font-weight: bold;
		margin-right: 20px;
		margin-left: 7px;
		margin-top: 0px;
	}
h4	{	font-size: 14pt;
    	font-weight: bold;
		margin-right: 20px;
		margin-left: 7px;
		margin-top: 0px;
	}
		
    A:link 		{	color: #006666 }

    A:visited 	{ 	color: #003366 }

    A:active 	{  	color: #FF0000 }

    A:hover 	{	color: #000000;
					background-color: #CAE7E9;
				}

.gridsub 	{	background-color: white;
				background-image: url("images/tile-sub2.gif");
				background-repeat: repeat-x;
			}
		
p		{	margin-top: 7px;
			margin-bottom: 7px;
			margin-left: 10px;
		}
		
ul, li	{	margin-top: 0;
			margin-bottom: 2px;
		}
		
.footer		{	font-size: 9pt;
				color: #333333;
				margin-left: 10px;
				margin-top: 1px;
			}
			
.block		{	display: block;
			}
			
.gray	{	font-size: 9pt;
			color: #000000;
			margin-left: 1px;
			margin-top: 1px;
		}