body{
	padding: 0px;
	color: #000000;
	background-color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
} 
.homeheader {
	display: none;
}
.printheader {
	left: 305px;
	height: 115px
}
.linksbanner {
	display: none;
}
.thislink { /* defines the link of the page you are on */
    display: none;
}
.thislink:hover {
  	display: none;
}
.otherlink { /* other links in banner */
  	display: none;
}
.otherlink:hover {
  	display: none;
}
.content {
	width: 610px;
	top: 175px;
	left: 305px;
	background-color: #FFFFFF;
	font-size: 0.85em;
	line-height: 1.4em;
	text-align: center;
	padding-top: 20px;
}
.content p {
	margin: 20px 20px;
}
.content a { 
  	color: #000000;
  	text-decoration: none;
  	font-weight: bold;
}
.content a:hover {
	display: none;
}
.columncontainer { /* if you want to set up (two equal sized) columns in a page - column container, left and right */
	width: 600px;
	overflow: auto;
	text-align: left;
}
.left {
	width: 290px;
	float: left;
}
.right { 
	width: 290px;
	float: right;
}
.lateralimages { /* for images on the right of text */
	width: 590px;
	overflow: auto;
	text-align: left;
}
.yellowbox {  /* for text in yellow box */
	background-color: #FFFF99;
	padding: 10px;
}
.footer {
	color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #006699;
	text-align: center;
	padding-top: 10px;
	margin-top: 20px;
}
.footer p {
	text-align: center;
	margin: 10px 20px;
}
.footer a {
	color: #000000;
	text-decoration: none;
	font-size: x-small;
	font-weight: normal;
}
.footer a:hover {
	display: none;
}	
.roundbottomyell {
	display: none;
}
img.corner {
	display: none;
}
/* the following defines individual styles for links, headings, italic and bold text */

h1 {
	font-size: 19px;
	font-weight: normal;
	text-align: center;
	color: #006699;
}
.alignleft {
	text-align:left
}
.table {
	width: 500px;
	margin-bottom: 20px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.italicbold {
	font-style: italic;
	font-weight: bold;
}
.smallfont {
	font-size: x-small;
}
.invisilink { 
	display: none;
}