/* Print style sheet */
#pagewrap {
    font-family: Times New Roman, Times, serif;
	font-size: 12pt;
}

#toplinks {
	display: none;
}

#banner {
	display: none; /* hides image */
}

#banner_text {
    font-family: Times New Roman, Times, serif;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 20pt;
}
	
#banner_print {
    font-family: Times New Roman, Times, serif;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 20pt;
}

/* homepage */
#main_img {
	display: none;
}

.skip {
    display: none; 
}
	

#bread {
	display: none;
}

#leftcol {
	display: none;
}

#globalnav {
	display: none;
}
	
#bread {
    font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 12pt;
}


#int_header {
	display: none;
}

h1	{
    font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 17pt;
}
	
h2	{
    font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 15pt;
}
	
h3	{
    font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 14pt;
}
	
#footer {
	display: none;
}

/* Laws Research answers */
.answer {
	display: none;
}

#title {
    font-family: Times New Roman, Times, serif;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 18pt;
}

p {
	font-size: 12pt;
	line-height: 1.2em;
}

/* Removes right-hand images etc */
.rightfloat {
    display: none;
}

/* Being used to display right-hand image for Institutions directory */
.rightfloat2	{
	float: right; 
	margin: 0 8px 0 10px;
	padding-left: 10px;
	width: 170px;
	border-left: 1px dotted #ccc;
	margin-bottom: 20px;
	text-align: left;
}

.vidfloat	{
	display: none;
}

a {
    text-decoration:none;
}

/*fieldset {
    display:none;
}*/
