html, body {
	font-size:small;
	font-family:"Times New Roman", Times, serif;
}

.noprint{
	visibility: hidden;
}

#banner, #left, #topnav-container, #footer{
	visibility: hidden;
	position: absolute;
}
#content{
	padding-top:2em;
	display:inline;
	line-height:normal;
	overflow:visible;
}
#header{
	clear:both;
}
#right-header{
	float:right;
}

#leftheader{
	float:left;
}

#right-column{
	float:right;
	width:130px;
	margin-left:15px;
	margin-right:6px;
	margin-bottom:15px;
}

img{
	border: 0;
}

div#breadcrumb{
	font-size:90%;
	height: 8px;
	margin: 8px 4px 4px 0;
}

/* INFOBOXES */
table.infobox{
	border: 1px black solid;
	margin-bottom:15px;
	border-collapse:collapse;
}
.infobox p, .infobox li, .infobox h1, .infobox h2, .infobox h3, .infobox h4{
	text-align:left !important;
}

#content a {
	text-decoration:underline;
}

#content a:hover{
	background:#EEEEEE;
}

/* Adds URL to inline links (doesn't work in IE)*/
#content a:after{
    content: " [" attr(href) "] ";
}

/* Stops inline links appearing in right column (which isn't wide enough to display them)*/
#right-column a:after{
    content: "";
}
*/