body {
	font-family: arial, helvetica, sans-serif;
	background-color: #fff;
	font-size: 11pt;
	margin-left: 50px;
	width: 80%;
	}

* {margin:0; padding:0;}


div#header  { 
width: 100%; 
}

div#printheader {
display: block;
font-size: 16pt;
font-weight: bold;
border: 1px solid #000;
padding: 5pt;
}


div#centercol {
width: 80%;
margin: 10px 10px 30px 25px;
}

div#content {
width: 100%;
}

div#footer {
width: 100%;
font-size: 10pt;
border-top: 1px solid black;
padding-top: 10px;
margin-left: 25px;
}

div#footer span.links {
display: none;
}

div#leftcol {
display: none;
}

/*general formatting elements follow*/

img {
	display: none;
	}
	
p {
margin: 10px 0;
}

p.caption1 {
display: none;
}
	
p.urlprint {
display: block;
font-size: 10pt;
margin: 20px 0 0 25px;
}

ul {
padding: 10px 0;
}

ul li {
list-style: disc inside;
}

ul li ul {
text-indent: 20px;
}

ul li ul li {
list-style: none;
}

span.trail {
display: none;
}

h1 {
	font-size: 15pt;
font-weight: bold;
margin: 10px 0 20px 0;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
	}

h1.screenhide { /*heading included as alternative text version as h1 headings are graphics*/
display: block;
font-size: 15pt;
font-weight: bold;
margin: 10px 0 20px 0;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}

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

h3 {
	font-size: 13pt;
font-weight: bold;
margin: 20px 0 10px 0;
	}


h4 {
	font-size: 12pt;
font-weight: bold;
margin: 10px 0 10px 0;
}

.credit {
font-style: italic;
}

div.clear {
display: none;
}


/*site map page columns*/
div#sitemap {
width: 100%;
}

div#sitemap div.left {
width: 50%;
}

div#sitemap div.right {
width: 40%;
}

/*link styles*/
a:link {
	background-color : transparent;
	color : #000;
	text-decoration: none;
	
}

a:visited {
	background-color : transparent;
	color : #000;
	text-decoration: none;
}

/*form formatting*/

form {
	margin:0 0 10px 0;
	font-size: 10pt;
}

form.indent {
	margin:10px 0 10px 20px;
}

div.formrow {
	clear: both;
	margin: 10px;
	}

div.formrow span.label {
	float: left;
	width: 30%;
	text-align: right;
	padding:5px;
}

div.formrow span.input {
	float: right;
	width: 60%;
	text-align: left;
}

fieldset {
	margin: 10px 20px 20px 20px;
	padding: 10px;
	line-height: 160%;
	}

.formbuttons {
	text-align: center;
}

/*fees page tables*/
table td {
text-align: left;
}

td p {
margin: 0; padding: 0 5px;
}

table caption {
text-align: left;
font-weight: bold;
background-color: transparent;
	color: #000;
margin: 0; 
padding: 8px 5px;
border-bottom: 1px solid #ccc;
}

table th {
text-align: left;
font-weight: bold;
background-color: transparent;
	color: #000;
margin: 0; 	
padding: 6px 5px;
}
