@charset "UTF-8";

html {
	padding: 0;
	margin: 0;
}

body {
-webkit-print-color-adjust:exact;
padding: 0;
margin: 0;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 11px;
color: #333;
background-color: #22316C;
}

/*  Hides search section */
#formRt {
	display: none;
}
#formRt2 {
	display: none;
}
.contentRtSearch {
	border-bottom: none;
	margin: 10px 0;
	padding: 0;
}

/* FireFox printing fixes */
@-moz-document url-prefix() { 
 	#mainContent3 {
		margin-left: 0;
		padding-top: 20px;
		float: none;
		min-height: 1100px;
   }
}
@-moz-document url-prefix() {
	#contentRt {
		float: none;
		position: absolute;
		left: 809px;
		top: 124px;
	}
}

/*  Print code only for Opera */
x:-o-prefocus, #container3col {
	background-image: url(../images/bkrnd2ColR_opera.png);
	background-repeat: repeat-y;
	background-size: 100% 10px;
}
x:-o-prefocus, #mainContent3 { /* */
	background-image: none;
	width: 720px;
}
x:-o-prefocus, #containerHeader {
	height: auto;
}
x:-o-prefocus, #header {
	min-width: 560px;
	min-height: 110px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/header_1_opera.jpg);	
}
x:-o-prefocus, #nav {
	display: none;
}
x:-o-prefocus, #menu {
	display: none;
}
