/* CSS Document */

/*------------------------------Reset All Styles--------------------------------*/

body, blockquote, div, p, em {
	padding: 0;
	margin: 0;
}
a img, iframe { border: none; }

/* Lists
覧覧覧覧覧*/
ul, ol, dl, li, dt, dd {
margin: 0;
padding: 0;
}
/* Forms
覧覧覧覧覧*/
form, fieldset {
margin: 0;
padding: 0;
}
input, textarea, select {
margin: 0;
padding: 1px;
font-size: 100%;
font-family: inherit;
}
select {
padding: 0;
}
	
/*------------------------------End Reset All Styles--------------------------------*/
/*--- Print Styles ---*/
#header, #rightcol, #footer, #intro, #top, #bot, #headspace, #endspace, form, fieldset, .box4, .box5, .box6, .sociable, #respond, #slideshow, #staff, img {
	display: none;
	}
	
body {
	background-color: #ffffff;
	color: #000000;
	background-image: none;
	font-family: "Times New Roman", serif;
	font-size: 10pt;
	line-height: normal;
	width: auto;
	margin: 5%;
	}

p {
	margin: 0 0 20px 0;
	padding: 0;
	}

h1 {
	font-size: 12pt;
	font-weight: bold;
	} 

h2 {
	font-size: 11pt;
	font-weight: bold;
	}

h3 {
	font-size: 10pt;
	font-weight: bold;
	}

a:link, a:visited {
	background: none;
	color: #424343;
	text-decoration: underline;
	}
	
blockquote {	
	margin:0; 
	padding:0;
	display: block;
	border: none;
}
ul, ol{
	padding: 0 0 1.2em 2em;
}
ul li{
	padding: 0 0 0 20px;
}
ol li{
	list-style-type: decimal;
	margin: 0 0 0 20px;
}

/*--- Handheld Header is hidden from screen ---*/
#handheld-header{
	display:none;
}

/*--- Hides Handheld link to top of page ---*/
#totop{
	display:none;
}

/*----This adds copyright notice to printouts---*/
#copyright {
	display:block;
	font-size:10pt;
	padding:15px 0 0 0;
	}

/* End Print Styles */