@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	src: local("Lato Regular"), local("Lato-Regular"), url("http://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2") format("woff2"), url("http://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff") format("woff");
}

@font-face {
	font-family: "webdings";
	font-style: normal;
	font-weight: 400;
	src: local("Webdings");
}

@font-face {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 400;
	src: local("Oswald Regular"), local("Oswald-Regular"), url("http://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.woff2") format("woff2"), url("http://fonts.gstatic.com/s/oswald/v10/-g5pDUSRgvxvOl5u-a_WHw.woff") format("woff");
}

html {height:100%}
body {
	margin:0
	height:100%;
	overflow:hidden
	background: #fff;
}

#content {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 100% !important;
	line-height: 18px !important;
	  font-family: Arial,sans-serif!important;
	  color: #666;
}

#content h1 {
    color: #0C4497;
    font-family: "Oswald",sans-serif;
    font-size: 1.7em !important;
    font-weight: 400;
    line-height: 120% !important;
    text-align: left;
    text-shadow: rgba(35, 31, 32, 0.4) 0px 0px 1px ;
    font-weight: normal;
    text-transform: uppercase;
}


form fieldset {
	border: 1px solid #777;
	width: 20em;		
}

form fieldset legend {
	background-color:#fff;	
	font-weight: bold;
}

#content table {
	border-collapse:collapse;
    padding: 0.1em;
}

td, th {
	text-align:left;
	padding: .1em .5em;
}

th {
	border-bottom:1px solid #777 !important;
}

.nowrap {
	white-space: nowrap;
}

#content .tableData {
	font-size: 100%;
	xline-height: 1.1em;
	background-color:#fff;
	border-top:1px solid #777 !important;
	border-collapse:collapse;
    padding: 0.1em;
	clear: both;
	width:100%;
}	


#content .tableData th {
	font-size: 90%;
	background-color: #ccc;
	border-right: 2px solid #fff;
	border-top: 1px solid #CCC !important;
	text-align: left;
	vertical-align: middle;
}	


#content .tableData th a {
	color: #ffffff;
}

#content .tableData tr:hover {	
	background: #ede7ca;
}
*/

#banner .search {
	width:22em;
}

.printonly {
	display: none;
}

@media print {
	.printonly {
		display: block;
	}
}
