/* Print Style Sheet */
@media print {

body{
font-family: RotisSansSerif, Arial, Helvetica, sans-serif;
background:white;
color:black;
margin:0
}

img {
border:0px;
}

h1 {
clear: both;
font: 26px/30px "Lucida Grande", Lucida Sans Unicode, "Trebuchet MS", Arial, Sans-Serif;
color: #1B4298;
margin: 0px;
padding: 0px 0px 12px 0px;
}
h2 {
clear: both;
font: 18px/24px "Lucida Grande", Lucida Sans Unicode, "Trebuchet MS", Arial, Sans-Serif;
color: #000000;
margin: 0px;
padding: 0px 0px 12px 0px;
}
h3, h4, h5 {
clear: both;
font: 15px/24px "Lucida Grande", Lucida Sans Unicode, "Trebuchet MS", Arial, Sans-Serif;
color: #1B4298;
text-transform:uppercase;
margin: 0px;
padding: 0px 0px 12px 0px;
}

p {
	font-family: RotisSansSerif, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 20px 0px;
}

.midBody {
	font-family: RotisSansSerif, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}
	.midBody a{
	color: #7078B8;
	text-decoration: none;
	}
	.midBody a:hover{
	color: #1B4298;
	}
	
.smallBody {
display:none;
}

.vertBar{
background-image: url(/blueVerticalBar.jpg);
width: 15px;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
}
.headBanner{
}
.leftNavBar{
display:none;
}

#surround{
}
.content{
}
}
