/*Sets basic style of webpage*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
/*Sets width of webpage*/
#mainTable {
	width: auto;
 }
 
 /*Style for content area of webpage*/
#maincontent {
	text-align: left;
 }
 
 .noprint {
 display:none;
}

/* sets colors for links on webpage*/
a:link {
	color: #000000;
	text-decoration: none;

}
a:visited {
	color: #000000;
	text-decoration: none;
}
 
/*Style for top navigation buttons*/
#navlist {
display:none;
}

/*Style for 2nd top navigation*/
#navlist2 {
	display:none;
	}

/*Style for left sidebar*/
#sidebar-left {
	background: #ffffff;
	color:#000000;
 }
 
 #sidebar-leftred {
	background: #ffffff;
	color:#000000;
 }
 
 #sidebar-leftblue {
	background: #ffffff;
	color:#000000;
 }
 
 #sidebar-leftorange {
	background: #ffffff;
	color:#000000;
 }
 
 #sidebar-leftpurple {
	background: #ffffff;
	color:#000000;
 }
 
 /*Style for right sidebar buttons*/
#sidebar-rightgreen {
	display:none;
 }
 
  /*Style for right sidebar buttons*/
#sidebar-rightred {
	display:none;
	}

  /*Style for right sidebar buttons*/
#sidebar-rightblue {
	display:none;
	}
	
  /*Style for right sidebar buttons*/
#sidebar-rightorange {
	display:none;
	}
	
  /*Style for right sidebar buttons*/
#sidebar-rightpurple {
	display:none;
	}
 
/*Style for content*/ 
#content {
margin: 5%;
}

/*Style for top banner*/ 
 #header {
 	display:none;
 }
 
/*Style for bottom footer*/ 
 #footer {
	display:none;
 }

/*Sets font type for paragraphs, lists and tables*/
 td, p, ul, ol {
 	font-family: Arial, Helvetica, sans-serif;
 }
 
 /*Styles for the header text*/
 h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 
 h1 { font-size: 160%;
 	text-transform:uppercase;
	margin-bottom: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
 }
 
 h2 { font-size: 140%; 
	margin-bottom: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
 }
 
h3 { font-size: 120%;
	margin-bottom: 0px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
 }
 
 /* sets font style for photo caption */
.caption {
	font-size: 12pt;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

/* smaller type style */
.small {font-size: 10pt;}

/* sets font style for photo credit */
.credit {font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
color:#000000;
}
	
.wrapper2 {
	margin: 5%
	}
	
.wrapper {
	margin: 0;
	}
