﻿@import url('layout.css');
body {
	color: black;
	//font-size: 13px;
	font-size: 95%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#tophead {
	text-align: right;
	background-color: #d3d9d6;
	width: 810px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	overflow: hidden;
}

#container {
	background-color: #fff;
	width: 810px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #01545C;
	width: 810px;
}
/* Not Used
#navigation {
	background-color: #3d3b3c;
	overflow: hidden;
}
*/
#column_l {
	//width: 761px;
	width: 95%;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}

/* Not Used
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
*/
#footer {
	//width: 795px;
	text-align: center;
	background-color: #4DA9A4;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for tophead */
#tophead ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#tophead li {
	float: right;
}
#tophead a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	//border: 1px solid #c9c9c9;
}
#tophead a:hover {
	color: #FFFFFF!important;
	text-decoration: none;
	//border: 1px solid #a9a9a9;
	background-color:#505050;
}

/* Styles for Masthead */

#masthead img { 
	float: left; 
	padding-left: 20px;
}
#masthead p {
	font-size: 38px;
	//color: #cccccc;
	color: #fff;
	margin: 45px 20px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
/* Not Used
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
*/

/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Meeting Footer */
#meetingfooter p {
	font-size: 12px;
	line-height: 14px;
	margin: 0,8px;
	padding: 1px;
}
#meetingfooter a {
	text-decoration: underline;
}
#meetingfooter a:hover {
	text-decoration: none;
}

/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.footnote {
	font-size: x-small;
}
.modified {
	font-size: x-small;
	font-style: italic;
	text-align: right;
	float: right;
}

.numList {
	padding-bottom: 10px;
}
ul.artList {
	list-style:square;
margin-left: .5em;
padding-left: .5em;
}
.Year {
	font-weight: bold;
	font-size: 24px;
	/*color: #cc6600;
	margin-bottom: 2px;*/
}