
.container  { height:100%; margin:0; padding:0; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; color: #000000;  }
.container.wide {}
.container a:link { color: black; text-decoration: underline }
.container a:active { color: black; text-decoration: none }
.container a:visited { color: black; text-decoration: underline }
.container a:hover { color: green; text-decoration: underline }

.roundedcorners {border-top-left-radius:3px;
				border-top-right-radius:3px;
				border-bottom-left-radius:3px;
				border-bottom-right-radius:3px;
				color:white; font-weight:bold; font-size:small;
				text-align:center; font-family:Verdana;}

.heading {font-family:MyriadPro-Bold;}
.title	{font-size:x-large; color:#1E1A79; margin-left:20px;}
.logo	{position:absolute; height:120px; left:30px; top:15px; z-index:10}
.headright {position:relative; float:right; font-size:small; top:0px; width:695px; height:30px; right:0px; text-align:right; z-index:2; background-color:#F26C47}
.headright a:link {text-decoration:none}
.headright a:visited {text-decoration:none}
.headright a:hover {text-decoration:underline}
.triangle 	{width: 0; height: 0; position:absolute; left:-30px; border-left: 30px solid transparent; border-right: 30px solid transparent;  border-top: 30px solid #F26C47}
.menucontainer {z-index:2; position:relative; width:100%; right:20px; margin-top:0px; padding-top:0px; margin-bottom:73px; height:20px; }
.menu2 {float:right; margin-left:15px; margin-right:10px; text-align:right; font-family:MyriadPro-Bold; height:10px;  }
.menu2 p {margin:0; margin-top:6px; font-size:small; letter-spacing:2px; }
.menu2 a {color:blue; text-decoration:none; padding:7px; margin:-7px;} //padding and margin make hit targets bigger without affecting layout
.menu2 a:visited {text-decoration:none}
.menu2 a:hover {text-decoration:underline;}
.yellowbar {z-index:-1; position:relative; width:100%; height:15px; background-color:#AADC56;}


@font-face { font-family: MyriadPro-Bold; src: url('myriadwebpro-bold.ttf'); font-display: fallback; }

@font-face { font-family: MyriadPro-Light; src: url('MyriadPro-Light.ttf'); font-display: fallback; }




@media print {
     body{
        visibility: hidden;
     }
     .to-print{
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
     }
	 img {
        width: 100% !important;
	 }
 }
@page { margin: 0; size: landscape; }