/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: rgb( 238, 238, 238 );
	font-family: Helvetica,Arial,Times;
}
#mainTable {
	margin: 0 auto;
	width: 80%;
	text-align: left;
}
#logo {
	height: 120px;
	background-color: white;
}
p.locinfo {
	margin: 5px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 60%;
}
#mainMenu {
	text-align: center;
	background-color: white;
	border: 0 black;
	padding: 5px 5px 5px 5px;
	font-size: 80%;
}
#mainMenu a {
	margin-right: 20px;
}
#currentTitle {
	text-align: center;
	background-color: white;
	font-size: 120%;
	padding: 5px 5px 5px 5px;
}
#footer {
	text-align: center;
	background-color: white;
	font-size: 70%;
	padding: 5px 5px 5px 5px;
}
td.contents {
	background-color: white;
	padding: 5px 5px 5px 5px;
}
td.sideMenu {
	width: 20%;
	background-color: white;
	padding: 2.5px 2.5px 2.5px 2.5px;
	vertical-align: top;
}
td.separator {
	height: 5px;
}
div.contents {
	background-color: white;
	line-height: 1.5;
}
div.sideMenu {
	background-color: white;
	border: 3px dotted gray;
	line-height: 1.5;
}
.menuList {
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
	list-style: none;
}
.menuList li {
/*	margin: 5px 0 0 0;*/
}
.menuList li {
	border-bottom: 1px dotted;
}
.centered {
	text-align: center;
	margin: 0 auto;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: rgb( 210, 180, 140 ); /*tan;*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: red;
}
a.currentPage {
	text-decoration: none;
	color: black;
}
img {
	border: none;
}
hr {
	width: 80%;
}
.publ {
    margin-top: 0;
    margin-bottom: 0;
}
.details {
	font-size: 80%;
	padding-bottom: 10px;
}
.heading {
	font-size: 110%;
	color: navy;
	margin: 5px 5px 5px 5px;
}
.text {
	margin: 5px 5px 5px 50px;
}
.textBckg {
	margin: 5px 5px 5px 50px;
	background-color: rgb(240,240,240);
}
.textBckgNoIndent {
	background-color: rgb(240,240,240);
}
.indentedSecondLevel {
	margin: 5px 5px 5px 100px;
}
a.text {
	margin-left: auto; 
	margin-right: 20px;
	font-size: 80%;
}
@media print {
	#mainMenu {
		visibility: hidden;
	}
	p.locinfo {
	   visibility: hidden;
	}
	td.sideMenu {
		visibility: hidden;
	}
}

