@media screen, print {

	body{
		padding: 0px;
		margin: 0px;
	}
	img {
		border:0;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-family: Arial, Helvetica, sans-serif;
		color: #3F4926;
		line-height: 200%;
	}
	h1{
		font-size: 16px;
	    margin: 0;
	    padding: 0px;
	}
	
	h2.nav{
		font: bold 18px Arial, sans serif; 
		color: #fff; 
		text-align: center;
	}
	.topnav {
		padding-top: 0px;
		padding-right: 15px;
		padding-bottom: 0px;
		padding-left: 15px;
	}
	.poll {
		background-color: B2C6CF;
		border-top-width: 0px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: 0;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-color: 014761;
		border-bottom-color: 014761;
		border-left-color: #014761;
		padding: 7px;
	}
	.scroll {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #014761;	
	}
	
	.green10 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
		color: #3F4926;
	}
	.green12, td, body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 15px;
		color: #3F4926;
	}
	.green12 a, .green12 a:visited{
		color: #3f4926;
	}
	.greenContentHeader {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 17px;	
		color: #3F4926;
	}
	.white12 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 16px;
		color: #FFFFFF;
	}
	.white10 {
		font: normal 10px/14px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		letter-spacing: -0.3;
	}
	.leftnav {
		font: bold 11px/20px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
	}
	.leftnav a:link, .leftnav a:visited, a.leftnav:link, a.leftnav:visited{
		font: normal 11px/20px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: underline;
	}
	.leftnav a:hover, a.leftnav:hover{
		text-decoration: none;
	}
	.input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #014761;
	}
	.teal10 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
		color: #014761;
	}
	.teal10 a, .teal10 a:visited{
		color: #3f4926;
	}
	.teal12 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 15px;
		color: #014761;
	}
	.black12 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 15px;
		color: #000000;
	}
	/* DROPDOWN MENUS*/
	#dropmenudiv{
	position:absolute;
	border:none;
	line-height:18px;
	z-index:100;
	}
	
	#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 0px;
	}
	
	#dropmenudiv a:hover{ /*hover background color*/
	background-color: none;
	}
	.ServiceIcons{
		text-align: right;
		font-size: 90%;
	}

}
@media print{

	body{
		padding: 0px;
		margin: 0px;
		background: #fff;
	}
	
	.white10 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 14px;
		color: #FFFFFF;
	}
	
	.SubNavTD, .TopNav, .PageImg, .MainNav{
		display: none;
	}
	.ContentTD{
		width: 600px;
		background: #edf1e4;
	}
	.header{
		width: 600px;
	}

}