﻿/* change control
02/25/08	srw	mks 10525: created site from html pages
05/21/09	srw	mks 13039: added .tableVolumes
							modified border color for .tableIssues
*/


/* Styles for page/layout */
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
	margin: 0;
	padding: 0;
	border: 0;
}
.commonwealth {
	text-align: center;
	font-family: "Times New Roman";
	font-size: small;
	font-weight: normal;
	font-variant: small-caps;
	color: #0099CC;
}
.commonwealth2 {
	text-align: center;
	font-family: "Times New Roman";
	font-size: small;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #000000;
}
#borders {
	width: 720px;
	margin: 0 auto;
	background-color: #eef;
}
#container {
	width: 700px;
}
#masthead {
	text-align: right;
	width: 700px;
	padding: 0;
	background-color: #cde;
	overflow: auto;
}
#navigation {
	background-color: #d3d3d3;
	overflow: hidden;
}
/* left (15 + 463 + 15) + right (7 + 192 + 7) = 699 */
#column_l {
	width: 463px;
	margin: 0;
	padding: 0 15px 10px 15px;
	background-color: #fff;
	float: left;
	position: relative;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	padding-right: 7px;
	padding-left: 7px;
}
#footer {
	text-align: center;
	background-color: #89a;
	overflow: hidden;
	padding: 2px;
	position: relative;
	clear: both;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}

#navSelected li {
	background-color: #f2f2f2;
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #f2f2f2;
}
#navHighlighted li {
	background-color: #f2f2f2;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #f2f2f2;
}
#navHighlighted a {
	border: none;
}
#navHighlighted a:hover {
	border: none;
}

/* Styles for Content */
h1, legend {
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin: 0;
	padding: 5px 0;
	color: #000000;
	font-style: italic;
	font-family: 'Times New Roman', Times, serif;
	text-indent: 5px;
	padding-right: 5px;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin: 0;
	padding: 5px 0;
	color: #000000;
	font-style: italic;
	font-family: 'Times New Roman', Times, serif;
	text-indent: 5px;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin: 0;
	padding: 5px 0;
	color: #000000;
	font-style: italic;
	font-family: 'Times New Roman', Times, serif;
	text-indent: 5px;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin: 0;
	padding: 5px 0;
	color: #000000;
	font-style: italic;
	font-family: 'Times New Roman', Times, serif;
	text-indent: 5px;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin: 0;
	padding: 5px 0;
	color: #000000;
	font-style: italic;
	font-family: 'Times New Roman', Times, serif;
	text-indent: 5px;
}
h6 {
	font-size: 1.05em;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin: 0;
	padding: 5px 0;
	color: #000000;
	font-style: italic;
	font-family: 'Times New Roman', Times, serif;
	text-indent: 5px;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
.tableIssues {
	border: #666666 double 4px;
}
.tableIssues td {
	vertical-align: top;
}
.tableVolumes {
	border: solid 1px #888888;
	background-color: #EEEEEE;
}
.highlight
{
	background-color: #FFFF00;
}
.pIndent {
	text-indent: 3em;
	text-align: justify;
}
.bold {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}

/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
