/* form.import.css */

#container {
		
		width: 95%;
	}

#headerblock {width: 600px;
	margin: 0px auto;}

#mainblock {
	width: 35em;
	margin-left: auto;
	margin-right: auto;
	list-style-type: lower-alpha;
	padding: 5px;
	}

	
#links {
	position: absolute;
	top: 300px;
	right: 30px;  /* places it against the right edge of the window */
	width: 200px;   /* 150 minus 16 px total padding */
	padding: 0 8px;  /* 8 px padding left and right */
	background: #FFCC66;
}



a:link {text-decoration: none;
        color:#052254}
a:visited {text-decoration: none;
           color:#597DBD}
a:focus, a:hover, a:active {text-decoration:underline}

a:hover.current {text-decoration:none}

	
#team {
	position: absolute;
	top: 500px;
	left: -50;
	width: 435px;
	background-color: #FFBC53;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 10px
	}
	
/* {float:left;} */

	
p.mainblock {
	width: auto;
	margin: 10px;
	padding: 5px; 
	}
	
	
h1,h2,h3,li,a{
font-family: "Arial";
}

p{
font-family: "Trebuchet MS","Bookman Old Style",Arial;	
}	
.emph {font-style: italic;
font-size: 11px;}


.continued {text-align:right;
 			 font-size:75%;
    	     font-style:italic;}

	

li{	
	font-size: 12px;
}

	
#progress {
	position: absolute;
	top: 600px;
	right: 30px;  /* places it against the right edge of the window */
	width: 200px;   /* 150 minus 16 px total padding */
	padding: 0 8px;  /* 8 px padding left and right */
	background: #CCFFCC;
}