@media screen, print {

@charset "utf-8";
/* CSS Document */
.page-header {position:relative;}
#banner {margin-bottom:1em;}
        #banner {
            position: relative;
            height: 110px;
            width: 960px;
            top:0;
            left: 0;
        }
            #banner a {
                background: url(/images/banner-order-screen.png) 0 0 no-repeat;
                display: block;
                overflow: hidden;
                height: 90px;
                width: 960px;
                text-indent: -9999px;
            }

h1 {
	color:#870100;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
}

h1 .stateDistrict {
	color:#8a5a2a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
        color: #555555;
        font: normal 18px/24px Georgia, serif;
/*        margin: 35px 0 14px;*/
        padding-top: 8px;
}

h3.leaveText 
{
    font-size:21.5px;
}
legend {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#8a5a2a;
	border-color:#a7835f;
	margin-bottom: 12px;
}
div#ushouse {
	background: #a00200 url(../images/ushousebg.png) no-repeat;
	height:30px;
	text-align: center;
}
	div#ushouse img {
		margin-top: 8px;
	}
div#pageTitle { 
	background: #021f48 url(../images/congressbg.png) no-repeat;
	border-bottom: 3px solid #edc284; 
	height:30px; 
	text-align:center;
}
	div#pageTitle p {
		font:1/1em Arial,sans-serif; 
		color:#fff; 
		margin: 0;
		padding-top:4px;
		text-shadow: 0 1px 0 #FFFFFF;
	}
	
.page-header {
	border-color: #A7835F;
}

.summary 
{
    font-weight:bold;
}
.form-actions {
	overflow:hidden;}
}

@media print {
#banner {position:static}
#banner a {
	background-image:none;
	text-indent:0;}
BODY,H1,H2,H3,P,DIV,LEGEND, span.stateDistrict {color:#000000;}
.btn {display:none;}
}