/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #000;}


	html	{height: 100%; width: 1000px; margin: 0 auto; padding: 10px 0 10px 0;
		 /* change the box model to exclude the padding from the calculation of 100% height (IE8+) */
		 -webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		         box-sizing: border-box;
		 background: #fff;}
	body	{position: relative; min-height: 100%;
		 margin: 0 0 30px; padding: 30px 30px 30px 30px;
		 font-family:"Trebuchet MS", Helvetica, sans-serif;
		 font-size: 16px;
		 }
	
	
	p	{margin: 20px 0 0 0; padding: 0;}
	h2 {font-family:"Trebuchet MS", Helvetica, sans-serif;
		 font-size: 26px;
		 color:#0558b4;}

	div:target	{display: block;}
	
	
	table {
		border: 4px solid white;
	}
	
	a {
		color:#0558b4;
		text-decoration:none;
	} 
	a:hover {
		color:#0aafe8;
		text-shadow:
    		-1px -1px 4px #fff,
    		1px -1px 4px #fff,
    		-1px 1px 4px #fff,
    		1px 1px 4px #fff;
	} 
	th {
		padding:3px;
		border-bottom: 1px solid;
		color:#fff;
		vertical-align:middle;
	}
	td {
		padding:5px;
		vertical-align:middle;
	}
	tr:nth-child(odd) {
    	background-color: #efecf8;
	}
	
	#bannerContainer
	{
		position:relative;
	}
	
	.banner-image
	{
		position:absolute;
		top:0px; left:0px;
		height:187px;
		background-size: cover;
	}
	
/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	
		
}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}