body {
	background: #ffffff;
	background-image: none;
	color: #000000;
	font-family: "PT Sans", Sans;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: none;
	margin: 0;
	padding: 0px;
	overflow-y: scroll;
}
hr {
	border-top: 1px dotted #000;
	color: #fff;
	background-color: #fff;
	height: 1px;
	width: 50%;
}
#page {
	position: relative;
	width: 1180px;
	margin: 0px auto;
	padding: 10px 0 10px 0;
}
a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
h1 {
	color: #000000;
	font-size: 20px;
	text-align: center;
	margin: 15px 0 10px 0;
	padding: 0;
}
h2 {
	color: #000000;
	font-size: 18px;
	text-align: center;
	margin: 10px 0 5px 0;
	padding: 0;
}
h3 {
	color: #000000;
	font-size: 18px;
	text-align: left;
	margin: 10px 0 5px 0;
	padding: 0;
}
img.photo {
	display: block;	
	text-align: center;
	margin: 5px auto;
	padding: 3px;
	border-color: #B7B7B7;
	border-style: dotted;
	border-width: 1px;
}
img.gal {
	display: block;	
	float: left;
	margin: 8px;
	padding: 0px;
	border-color: #B7B7B7;
	border-style: dotted;
	border-width: 0px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
img.map {
	display: block;	
	text-align: center;
	margin: 10px auto;
	padding: 3px;
	border-color: #B7B7B7;
	border-style: dotted;
	border-width: 1px;
}
#left_col {
	float: left;
	clear: left;
	width: 160px;
	max-height: 790px;
	text-align: left;
	margin: 0;
	padding: 0;
}
table.articles td {
	border: none;
	text-align: left;
	width: 50%;
}
table.articles {
	border: none;
}
table.attest-table {
	font-size: 14px;
	border-style: solid;
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
table.attest-table td {
	border-style: solid;
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.col1 {
	width: 10%;
}
ul#menu_list {
	font-size: 16px; 
	list-style: none;
	text-align: left;
	line-height: 3;
}
ul#menu_list li.cmitem a{
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
	border: none;
}
ul#menu_list li.mitem a:link, ul#menu_list li.mitem a:visited, ul#menu_list li.mitem a:hover{
	color: #000000;
	text-decoration: none;
	border: none;
}
ul#menu_list li.second_level.mitem {
	margin-left: 16px;
	font-size: smaller;
}
ul#menu_list li.second_level.cmitem {
	font-weight: bolder;
	font-size: smaller;
	margin-left: 16px;
}
#drawing {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}
#drawing img {
	float: left;
	display: block;	
	margin-right: 0;
	padding: 0;
	border: none;
}
#textbox {
	float: left;
	width: 505px;
	margin: 20px 40px 0 40px;
	padding: 0;
}
#textbox a {
	color: #000000;
	text-decoration: none;
}
#textbox li {
	color: #000000;
	margin: 10px 0 0 0;
}
#leftc {
	float: left;	
	width: 50%;
	margin: 0 0 10px 0;
}
#rightc {
	float: left;	
	width: 50%;
	margin: 0 0 10px 0;
}
p {
	color: #000000;
	text-align: left;
	margin: 10px 0 0 0;
}
p.regular {
	color: #000000;
	text-align: left;
	margin: 10px 0 0 0;
}
p.italic {
	text-align: justify;
	font-style: italic;
	margin: 10px 0 0 0;
	padding: 0;
}
p.centered {
	text-align: center;
	font-style: normal;
	margin: 15px 0 0 0;
	padding: 0;
}
table {
	text-align: center;
	border-color: #B7B7B7;
	border-style: dotted;
	border-width: 1px;
	margin: 0;
	padding: 0;
}
td {
	text-align: center;
	border-color: #B7B7B7;
	border-style: dotted;
	border-width: 1px;
	margin: 0;
	padding: 5px;
}
#right_col {
	float: left;
	width: 260px;
	letter-spacing: normal;
	text-align: center;
	line-height: 1.2;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
#right_col ul {
	margin: 5px 0 0 0;
	padding: 0;
}
#footer {
	float: left;
	clear: left;
	width: 100%;
	clear: both;
	margin: 10px 0 10px 0;
}
#footer p {
	font-size: 12px;
	text-decoration: none;	
	border: none;
	text-align: center;
}

#divPic.shown {
	opacity: 1;
}
#divFiller.shown {
	opacity: 0.75;
}
#divPic {
	width: 300px;
	height: 300px;
	background: white;
	z-index: 100;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
	opacity: 0;
	transition: opacity 1s, width 0.5s, height 0.5s;
	display: none;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.75);
	cursor: pointer;
	border: 0px;
	border-radius: 15px;
}
#divFiller {
	z-index: 99;
	background: white;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 300px;
	display: none;
	transition: opacity 1s, width 0.5s, height 0.5s;
}
div.CD {
	clear: both;
	float: none!important;
	overflow: hidden;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px!important;
	line-height: 0px;
}
