/*Add with ids, classes that should be invisible when printing*/
#mainNavContainer,
#subNavContainer,
#imageContainer,
#extraNavigationContainer,
#subLogoContent,
#searchContent{
	display: none !important;
}

*{
	font-family: "trebuchet ms", sans-serif;
	color: #000;
	margin:0;
	padding:0;
}
html,body{
	font-size: 86%;
	line-height: 86%;
}

div,p,h1,h2,h3,h4,h5,a,ul,li,input,select,textarea,a{
	font-size: 1em;
	line-height: 1.4em;
}
a{
	background: transparent;
}
body,ul,h1,h2,h3,h4,h5,p{
	margin:0;
	padding:0;	
}

a:hover{
	text-decoration: underline;
}

h1,h2,h3,h4, h5,  h1 *,h2 *,h3 *,h4 *, h5 *{
	font-size: 130%;
	line-height:110%;
	font-weight: bold;
	color: #073770;
}

h1, h1 *{	
	padding-top: 0;
	padding-bottom: 0;
}
h2, h2 *{
	font-size:120%;
	line-height: 110%;
}

h3, h3 *{
	font-size:110%;
	line-height: 110%;
}
h4, h4 *{
	font-size:100%;
	line-height:110%;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
}
h5, h5 *{
	font-size:100%;
	line-height:100%;	
}

#logoContent, #logoContent img {
	border: 0;
	margin-bottom: 20px;
}
img a{
	border: 0;
}

#footerContainer{
	margin-top: 10px;
}


#footer
{
	float: left;
	margin:0;
	padding:0;
}

#footer li{
	padding:2px;
	float:right;
}



