/* form.import.css */

#container {
		width: 98%;
			}
			/*border: 4px solid black;*/
#container_smaller {
		width: 80%;
			}
#headerblock {width: 600px;
	margin: 0px auto;}
 
#mainblock {
	margin-left: 210px;
	margin-right: 350px; 
	
}
	/*border: 2px solid blue;*/
	
	
#secondary {
	float: right;
	width: 300px;
}
/*border: 2px solid #F00;*/
#sidebar {
	float: left;
	width: 160px;
	margin-top: 10px;
}

#news {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/* font-size: 1.2em; */
/*	border-top: 1px dashed #294E56;
	border-right: 1px dashed #294E56; */
}
#news li {
	display: inline;
}
#news .title {
	/*font-weight: bold; */
	display: block;
	color: #666666;
}
#news a {
	/* text-decoration: none; */
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #294E56;
	color: #800000;
	line-height: 110%;
	background: #FFFFFF url(images/bg/bg_link.png) no-repeat right top;
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#news a:hover {
	color: #000000;
	background-image: url(images/bg/bg_link_h.png);
}
	
#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:red}
           */
           
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,h4,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;
}
