@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 125%;
	text-align: justify;
	color: #333333;
	margin: Auto;
	width: Auto;
	background: url(images/Green_Linen.png);
	padding: 40px;
	}
.kc #container {
	width: 690px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/Cream_Filter.png);
	margin: Auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px groove #BBB;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.kc #header {
	background: #DDDDDD url(images/Cream_Filter.png);
	padding: 0 10px 0 20px;
	width: 650px;
	color: #222;
}
.kc #menu {
	background: url(images/Cream_Filter.png);
	clear: both;
	padding: 20px;
	margin: 20px 20px 20px 10px;
	height: 20px;
	border-bottom: 10px none #DDD;
	border-top: 0px none;
	border-right: 0px none;
	border-left: 0px none;
}
.kc #mainContent {
	padding: 10px 10px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(images/Cream_Filter.png);
	width: 630px;
	margin: 0px 20px;
	border-top: thin groove #DDD;
	border-right: thin none #DDD;
	border-bottom: thin groove #DDD;
	border-left: thin none #DDD;
	float: none;
	clear: both;
	color: #444;
}
.kc #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(images/Cream_Filter.png);
	float: none;
	clear: both;
	border: 0px none #DDD;
}
.kc #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

	
h1 { /* Punctuation Title */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	line-height: 125%;
	text-align: left;
	color: #006699;
	margin-top: 14px;
	margin-bottom: 4px;
	}
	
h2 { /* TITLE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 125%;
	text-align: left;
	color: #006699;
	margin-top: 14px;
	margin-bottom: 4px;
	}
	
h3 { /* SUB-TITLE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 100%;
	text-align: left;
	color: #006699;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
h4 { /* Numbered Paragraphs */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 125%;
	text-align: left;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
}
a{
	color:#80400A;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
a:hover{
	color: #EEE;
	text-decoration: none;
	background: #006699;
}
	
p1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 125%;
	text-align: justify;
	color: #333333;
	margin-right: 20px;
	margin-bottom: 14px;
	}
.heading    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 125%;
	color: #006699;
	text-align: left;
	margin-top: 14px;
	margin-bottom: 4px;
	font-weight: bold;
}
	
plaintxt { /* non-bold font in headings */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 100;
	line-height: 125%;
	text-align: justify;
	color: #333333;
	}
	
li { /* OL & UL line spacing */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 120%;
	text-align: justify;
	color: #333333;
	margin-top: 5px;
	margin-left: 0px;
	}
user1 { /* Tautology table examples */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 100%;
	text-align: left;
	color: #006699;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	}
user0 { /* Tautology table basic*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 100%;
	text-align: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 125%;
	text-align: justify;
	color: #444;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 14px;
	font-weight: normal;
}

p.indent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 125%;
	text-align: justify;
	text-indent: 25px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
}

p.nogap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 125%;
	text-align: justify;
	text-indent: 0px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 0px;
}

p.stdgap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 125%;
	text-align: justify;
	text-indent: 0px;
	color: #333333;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-right: 20px;
	margin-left: 0px;
}

.symbol1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.7em;
	line-height: 125%;
	font-weight: bold;
	color: #800;
	float: none;
	clear: both;
	padding-left: 0.4em;
}
.symbol2 {
	font-style: italic;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: 125%;
	color: #800;
	padding-left: 0.4em;
	font-size: 2.4em;
}
.editorComment {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #990099;
	line-height: inherit;
}
	
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	text-align: center;
	color: #333333;
	background: url(images/Cream_Filter.png);
}
.greenText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #006400;
}
.inlineHeading {
	color: #006699;
}
	
.quote { /* quotation at page top right */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 116%;
	color: #176699;
	}
	
.blueText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
		color: #006699;
}

.itemsTable {
	font-family: ;
	font-size: 0.8em;
	line-height: 100%
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 100%;
}

.sidebarText {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	color: #040;
}

