@charset "utf-8";
body  {
	font-size:12px;
	font-weight:normal;
	background: #333333;
	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;
}
body, h1, h2, h3, h4, h5, h6, .head1, .head2, .head3, .toolTip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
}
h1, h2, h3, h4, h5, h6, .head1, .head2, .head3 {
	font-weight:bold;
}
h1, h2, .head1, .head2, .head3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0;
	text-align:center;
}
h1, h2 {
	font-size: 30px;
	margin-left: 175px;
}
.head1 {
	font-size: 30px;
	margin-bottom: 12pt;
	text-align: left;
}
.head2 {
	font-size: 18px;
	margin-bottom: 12pt;
	text-align: left;
}
.head3 {
	font-size: 14px;
	text-align: left;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 1.25em;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #333399;
}
h4 {
	font-size: 12px;
	font-style: italic;
	margin: 5px 0 0 275px;
	padding: 0 0 10px 0;
}
p {
	padding-top: 1px;
	margin-left: 10px;
}
.thrColFixHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFcc;
	margin: 0 auto;
	text-align: left;
}
.thrColFixHdr #header {
	background-color: #FEFB7A;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 123px;
}
#logo {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
#date {
	float: right;
	width: 49px;
	height: 123px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFCC;
	padding: 0 0 0 5px;
	font-size: 12px;
	color: #5F77CD;
	vertical-align:top;
}
.thrColFixHdr #sidebar1 ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7A89CC;
	padding-left: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5F77CD;
	margin-right:10pt;
}
.thrColFixHdr #sidebar1 li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F7AD5;
	padding-bottom: 5px;
	text-indent: 0px;
	padding-top: 3px;
	padding-right: 5px;
}

.thrColFixHdr #sidebar1, .thrColFixHdr #sidebar1 a:link {
	font-weight: bold;
	text-decoration: none;
	color: #333399;
}
.thrColFixHdr #sidebar1 a:visited {
	text-decoration: none;
	color: #50748F;
}
.thrColFixHdr #sidebar1 a:hover {
	text-decoration: none;
	color: #443F67;
}
.thrColFixHdr #sidebar1 a:active {
	text-decoration: none;
	color: #443F67;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFCC;
	padding-top: 10px;
	margin-top: 65px;
}
.thrColFixHdr #mainContent {
	color: #333333;
	margin: 0 0 0 180px;
	padding-right: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFCC;
} 
.thrColFixHdr #container #mainContent #potter {
	float: right;
	padding-bottom: 10px;
	margin-top: 20px;
	padding-left: 20px;
}
/*Style rules for short and long tables. Short tables are to the left of the artist image, long tables are below. The only difference is the width of the table and caption*/
#mainContent table.longTable {
	width: 700px;
}
#mainContent caption.longTable {
	width: 700px;
}
#mainContent table.shortTable {
	width: 518px;
}
#mainContent caption.shortTable {
	width: 518px;
}
#container #mainContent caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000066;
	margin-top: 15px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 10px;
	margin-right: 50px;
	margin-left: 0px;
}
#mainContent th {
	background-color: #FFFF99;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
#mainContent td {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #443F67;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#container #mainContent .year {
	width: 85px;
}
/* End of table specific styles */
.thrColFixHdr #footer {
	background-color: #6C74BF;
	height: 50px;
	margin-top:12pt;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 0 10px 0 20px;
	font-weight:normal;
	font-size:8pt;
	text-align:left;
}

.thrColFixHdr #footer p {
	color: #FFFFFF;
	margin: 0 0 0 20px;
	margin-left: 210px;
	padding-top: 5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.toolTip {
    font-size: 8pt;        
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    /* comment the above 3 lines if you don't want transparency*/
} 

.debug {
	background-color: orange;
}
