@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-repeat: repeat;
	background-image: url(../2010/bkgd-swirls-2_01.gif);
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #963;
}
a:active {
	color: #963
}
#header p {
}

a img {
	border: none
}
.oneColFixCtrHdr #container {
	width: 300px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	text-align: center;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 31px;
	background-color: #CCCCCC;
	border: 6px double #FFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	background-color: #000;
	color: #FFF;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 21px;
	padding-bottom: 0;
	padding-left: 21px;
	background-color: #FFF;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
#mainContent h3 {
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
.seriesSubhead {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
}
.inside {
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

.oneColFixCtrHdr #footer {
	text-align: center;
	border: 6px double #FFF;
	background-color: #CCC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.currentPage {
	color: #633;
}
#footer p {
	font-size: 10px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#header p {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	width: 227px;
	padding-top: 6px;
	padding-bottom: 10px;
	margin: 0px;
	background-color: #FFF;
}
.type2 {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}
.type3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.type4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#header h2 {
	font-size: 12px;
	font-weight: bold;
	background-color: #963;
	width: 227px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFF;
	margin: 0px;
}
#header h3 {
	font-size: 10px;
	font-weight: normal;
	background-color: #963;
	width: 227px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFF;
	margin: 0px;
}
.photoBorder {
	border: 1px solid #000;
}
#mainContent h2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.type4Current {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #963;
}
.type3Current {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #963;
}
.type2Current {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #963;
}
.Current {
	color: #963;
}
