﻿/* spacers are sometimes needed so that the containing box doesn't end before the end of the floats */
div.spacer {
	margin: 0px; padding: 0px; border: 0px;
	clear: both;
	font-size: 1px; line-height: 1px;
}
.accessibilityItems {
	display: none;
}
.centered {
	text-align: center; /* 1st part of IE5-5.5 centering hack */
}

/* *****************
 * the content box *
 ***************** */
.contentWrapper {
	margin-top: 5px; margin-bottom: 5px;
	margin-left: 10px; margin-right: 10px;
	padding: 0px;
	border: 0px;
}
.contentWrapper1 {
	position: fixed;
	top: 70px;
	left: 10px;
	width: 100px;
	margin-top: 0px; margin-bottom: 10px;
	margin-left: 0px; margin-right: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
}
.contentWrapper2 {
	position: absolute;
	top: 70px;
	right: 10px;
	width: 100px;
	margin-top: 0px; margin-bottom: 30px;
	margin-left: 0px; margin-right: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
}
.contentWrapper3 {
	width: 300px;
	margin-top: 120px; margin-bottom: 30px;
	margin-left: auto; margin-right: auto;	/* Opera 4 doesn't like the 'margin' shorthand when using auto */
	padding: 0px;
	border: 0px;
	text-align: left; /* 2nd part of IE5-5.5 centering hack */
}
.contentWrapper4 {
	position: relative;
	z-index: 99;
	top: 10px;
	right: 30px;
	width: 100px;
	margin-top: 10px; margin-bottom: 10px;
	margin-left: 0px; margin-right: 10px;
	padding: 0px;
	border: 0px;
}
.contentWrapper5 {
	float: left;
	width: 100px;
	margin-top: 0px; margin-bottom: 10px;
	margin-left: 10px; margin-right: 10px;
	padding: 0px;
	border: 0px;
}
.contentWrapper6 {
	float: right;
	width: 100px;
	margin-top: 0px; margin-bottom: 10px;
	margin-left: 10px; margin-right: 10px;
	padding: 0px;
	border: 0px;
}
.contentWrapper7 {
	position: relative; /* without this, IE/win will clip the div's contents at the border of the parent element */
	z-index: 99;
	float: left;
	width: 100px;
	margin-top: 0px; margin-bottom: 14px;
	margin-left: -30px; margin-right: 10px;
	padding: 0px;
	border: 0px;
}

.content, .content1, .content2, .content3, .content4, .content5, .content6, .content7
{
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
}
.content p {
	margin-top: 4px;
	margin-bottom: 4px;
}
.content1 h1, .content1 h2, .content1 p,
.content2 h1, .content2 h2, .content2 p, .content3 h1, .content3 h2, .content3 p,
.content4 h1, .content4 h2, .content4 p, .content5 h1, .content5 h2, .content5 p,
.content6 h1, .content6 h2, .content6 p, .content7 h1, .content7 h2, .content7 p
{
	margin-left: 10px; margin-right: 10px;
}


/* ************************************
 * classes needed for rounded corners *
 ************************************ */
.roundedCornerSpacer {
	margin: 0px; padding: 0px; border: 0px;
	clear: both;
	font-size: 1px; line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR {
	width: 14px; height: 14px;
	padding: 0px; border: 0px;
	z-index: 99;
}
.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:  -1px  0px  0px -1px; }
.borderTR { margin:  -1px -1px  0px  0px; }
.borderBL { margin: -14px  0px  0px  0px; }
.borderBR { margin: -14px  0px  0px  0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px!   Why?  */
.borderTL {
	margin-left: -4px;
	/*margin-left: -1px;*/
}
html>body .borderTL  {
	margin-left: -1px;
}
.borderTR {
	margin-right: -4px;
	/*margin-right: -1px;*/
}
html>body .borderTR  {
	margin-right: -1px;
}
.borderBL {
	margin-left: -3px;
	/*margin-left: 0px;*/
}
html>body .borderBL {
	margin-left: 0px;
}
.borderBR {
	margin-right: -3px;
	/*margin-right: 0px;*/
}
html>body .borderBR {
	margin-right: 0px;
}




/* *****************
 * standard footer *
 ***************** */
#footer {
	width: 598px;
	margin-top: 30px; margin-bottom: 0px;
	margin-left: auto; margin-right: auto;	/* Opera 4 doesn't like the 'margin' shorthand */
	text-align: left; /* 2nd part of IE5-5.5 centering hack */
	padding: 0px 0px 30px 0px;	/* Net6 will collapse a margin that is adjacent to the bottom of the canvas (if the block has no border) */
	border: 0px;
	font-family: Arial, sans-serif;
	font-size: .8em;
}
#footer * {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: bottom;
}
#footer address {
	width: 388px;	/* 598-200 -10(fudge factor) = 388px */
	float: left;
}
#footer p {
	width: 200px;
	float: right;
	text-align: right;
	line-height: 31px; /* height of img */
}
#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #cccccc;
}
#footer a:hover {
	color: #336699;
	background-color: #ffffff;
}
#footer a.imgHref {
	background-color: transparent;
}
#footer a.imgHref:hover {
	color: #336699;
	background-color: transparent;
}
