@charset "UTF-8";/* CSS Document */

/* REMEMBER: any styles you place in the mobile section of this will reflect on desktop unless you overwrite them in the desktop section */

/* Global styles for Desktop, Tablet, and Mobile */

#header, #footer {background-image: url('/images/header201516blue.jpg');}

body {background: #ffffff;
	color: #000000;
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	}


/*		Portrait iPad Tablet & Desktop Layout	*/
@media only screen and (min-width: 768px) {
	
	h2.blueBar {
	height:25px;
	}
h2.orangeBar {
	height:25px;
	}
.cell135 {
	width: 135px;
	}
.cell200 {
	width: 200px;
	}
.cell123 {
	width: 123px;
	}
.cell100 {
	width: 100px;
	}
.cell150 {
	width: 150px;
	}
.cell307 {
	width: 307px;
	}
.cell425 {
	width: 425px;
	}
.cell190 {
	width: 190px;
	}
.cell215 {
	width: 215px;
	}
.cell143 {
	width: 143px;
	}
.cell100w {
	width: 100px;
	}
.cell100y {
	width: 100px;
	background-color: #e5dcb3;
	}
.cellcaly {
background-color: #e5dcb3;
	}
.cell100b {
	width: 100px;
	background-color: #0b2343;
	}
.cellcalb {
	background-color: #0b2343;
	}
.cell415 {
	width: 415px;
	}
.cell315 {
	width: 315px;
	}
.cell315lb {
	width: 315px;
	background-color: #92c6de;
	}
.cell100lb {
	width: 100px;
	background-color: #92c6de;
	}
.cell515 {
	width: 515px;
	}
.floatLeft { 
    float: left; 
    margin: 8px; 
}
.floatRight { 
    float: right; 
    margin: 8px; 
}
h2.blueBar {
	background:#0b2343;
	color:#FFF;
	clear:both;
	height:25px;
	line-height:25px;
	margin:0 0 12px;
	text-align:center;
	width:100%;
	}

} /*DON'T DELETE - CLOSES Portrait iPad Tablet & Desktop Layout MEDIA QUERY*/