html {
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFF; /* set printed page background to white */
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10pt !important;
	line-height: 1.5em;
	color: #000;
}

#globaltopnav, #homebanner h1 span.hide, #homeleftnav, #t1nav, #pagetitle img, #smallbanner h1 span.hide, #t2nav, .webprob, .backtop {
	display: none;
}

.clear {
	clear: both;
}
#container {
	width: 100%;
	text-align: left;
	background-color: #FFF;
}

#pagetitle h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
	text-transform: capitalize;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
	text-transform: capitalize;
}
ul {
	margin: 0.3em 0 0.3em 1.2em;
	padding: 0;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	border-top: 1px solid #000;
}


.photoonright {
	padding: 0.5em 0.5em 1em 1em;
	float: right;
}
.photoonleft {
	padding: 0.5em 1em 1em 0.5em;
	float: left;
}

#secondary {
	font-size: 10pt;
}
#secondary img {
	display: none;
}
#secondarycontent img {
	display: inline;
}

.photosidebar {
	float: right;
	margin: 0.2em 0.2em 0.2em 1.5em;
	width: 230px;
	font-size: 10pt;
	border: 1px solid #000;
}
.photosidebar h1 {
	margin: 0;
	padding: 0;
}
.photosidebar h3 {
	font-size: 10pt;
	padding: 0.2em 0.2em 0.2em 0.5em;
}
.photosidebar p {
	padding: 0.2em 0.2em 0.2em 0.5em;
}

.calloutbox {
	float: right;
	width: 230px;
	border: 1px solid #666;
	margin: 0.5em 0.5em 0.5em 1em;
}
.calloutbox h3 {
	font-size: 10pt;
	padding: 0.4em 0.6em;
	border-bottom: 1px solid #666;
}
.calloutbox h4 {
	font-size: 10pt;
}
.calloutbox p {
	padding: 0 0.6em;
}

.twocolbox {
	width: 90%;
	border: 1px solid #666;
}
.twocolbox h3 {
	font-size: 10pt;
	padding: 0.4em 0.8em;
	border-bottom: 1px solid #666;
}
.twocolbox h4 {
	font-size: 10pt;
}
.twocolbox .col1 {
	float: left;
	width: 45%;
	padding: 0.4em 0.8em;
}
.twocolbox .col2 {
	float: right;
	width: 45%;
	padding: 0.4em 0.8em;
}



