/* GENERAL STYLES */
/* Print Layout */
	
#globalNav, #sub, #banner, #breadcrumb, .crossLink, .supporting, #footer {
	display:none;
}

body {
	margin:2em;
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	color:black;
}

img {
	border:none;
}
	
h1 {
	font-size:16pt
}

h2 {
	font-size:12pt
}

h3 {
	font-size:11pt;
}

a {
	text-decoration:none;
	}
	
#container {
	width:90%;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}

#content {
	margin-top:60px;
	
}

#header .phoneline {
	float:left;
}

#header .logo {
	float:right;
}

/* EDITOR PROPERTIES */
