@charset "UTF-8";
/* CSS Document */


	    body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; line-height: 1.8em; -webkit-font-smoothing: antialiased; }
	    .container {
	        width: 50%;
	        margin: 20px 30% auto 30%;
	        background-color: #FFF;
			opacity: 0.96;
			top:120px;
	        padding: 20px;
			position:absolute;

	    }
		
		
		.logo {
	        width: 32%;
			float:left;
			margin-top:20px;
	        background: transparent;
	    }
		
		h1 { font-size:24px; color: #666666; font-weight:lighter; margin-bottom:30px; margin-top:0px; }
		
		p { font-size:13.5px; color: #666666; line-height:1.6em; }
		
		a { color: #142a47; text-decoration:none; font-style:italic; }
		
		.blue { color: #142a47; }
		
		.onecol { width:100%; float:left; }
		
		.threecol { width:30%;  margin-right:3%; float:left; background:inherit;}
		
		.bigcol { width:50%; margin-left:10%; float:left; }
		
		.smallcol { width:25%; margin-right:3%; float:left; }
		
		.tinycol { width:10%; margin-right:3%; float:left; }


 
