body {
	text-align: left;
	background-color: #E9E9E9;
	font-family: Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size:0.9em;
	margin:3px 20px 0px 0px;
	padding:0;
	color: #3b3f3f;
}

#themebanner {
	font-size:26px;
	margin-left:auto;
	margin-right:auto;
	width:775px;
	height:95px;
	background: url(/images/themeheader.gif) top center no-repeat;
}

#themebannertext {
	font-family:Tahoma,Times,serif;
	padding:37px 10px 0px 235px;
}

#themestructure {
	border: 6px solid #CEDEEF;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	background: #ffffff;
	padding: 0;
}

#leftnavigation {
	margin: 0px 20px 10px 10px;
	width:220px;
}

#leftcontacts {
	margin: 20px 20px 10px 10px;
	width:220px;
}

#maincopy {
	margin: 0px 10px 10px 0px;
}

li {
	margin-bottom:0.4em;
}

a {
color: #339999;
font-weight: normal;
text-decoration: underline;
}

a:hover {
color: #3b3f3f;
}

a:visited {
color: #3b3f3f;
}

a img {
border:none;
}

td img {
	display:block;
}

h1 {
	margin: 15px 0px 20px 0px;
	font-family: Times, serif;
	font-size:1.8em;
	line-height: 25px;
}

h2 {
	font-size:1.4em;
	margin: 15px 0px 10px 0px;
	line-height: 20px;
}
h3 {
	font-size:1.1em;
	margin: 20px 0px 5px 0px;
}
h4 {
	font-size:1em;
	color:#5F6666;
	padding:0px;
	margin: 10px 0px -3px 0px;
}

h1,h2,h3,h4 {
	font-weight: bold;
}

#footercontent {
	margin-left:auto;
	margin-right:auto;
	width:775px;
	border:1px solid transparent;
}

#footerlogo {
	width:35px;
	text-align:left;
	font-size:0.7em;
	float:left;
	margin:10px 15px 10px 0px;
	border:none;
}

#footer {
	text-align:left;
	font-size:0.7em;
	margin:15px 0px 10px 0px;
	border:none;
}

#footer a {
	color: #3b3f3f;
	text-decoration:underline;
	font-weight: normal;
}

.printonly, .printfooter, #printheaderlogo {
	display:none;
}

@media print {
	
	#themebanner {
		display:none;
	}
	
	body {
		background: #ffffff;
		font-size: 12px;
	}
	
	#themestructure {
		width:100%;
	}
	.printfooter {
		margin-top: 20px;
		border-top: 3px solid #339999;
		padding: 0;
		
		font-size: 0.8em;

	}
	
	#printheaderlogo {
		margin-bottom:25px;
		padding-bottom: 5px;
		border-bottom: 3px solid #339999;
	}
}



