body {
	font-family: Arial;
	font-size: 12px;
	margin: 0;
}
h1, h2 {
	color: #673513;
	height: 27px;
	font-size: 20px;
	background-color: #F5EFE0;
	background-image: url('indent.gif');
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 3px;
	border: 3px #F5EFE0 solid;
}
h1 { margin-top: 3px; }
h3 { font-size: 14px; } 
h4 { font-size: 12px; }
p { margin: 0px 0px 0px 0px; }
table {
	width: 100%;
	border-collapse: collapse;
	border: 3px black solid;
	margin-top: 6px;
	margin-bottom: 6px;
}
table.simple { 
	border: 0;
	width: 160px;
}
table.simple td { border: 0; }
td {
	border: 1px black solid;
	padding: 3px 3px 3px 3px;
}
address {
	width: 250px;
	background-color: #FADD93;
	border: 1px #673513 solid;
	padding: 3px 3px 3px 3px;
	margin: 5px 0px 5px 0px;
	text-align: left;  
}
hr {
	border-bottom: 1px #673513 solid;
	height: 0;
}

/* Formating of images in document */
img { border: 0; }
div#main img, img#map { border: 1px black solid; }
img.logo { border: 0 !important; float: right; margin-left: 10px; margin-bottom: 10px; }
img.thumbnail { margin: 5px 8px 5px 8px; }
/* Structure of document */
div#content, div#header, div#footer {
	display: block;
	/* width: 775px;*/ 
	width: 820px;
	border: 1px black solid;
	text-align: justify;
	padding: 6px 6px 6px 6px;
	margin-left: auto;
	margin-right: auto;
}
/* Header */
div#header {
	background-color: #E3CCB2;
	background-image: url('bg-top.jpg');
	background-repeat: no-repeat;
	border-bottom-width: 0px;
	padding: 0;
	height: 94px;
}
div#header_content {
	margin: 0;
	margin-left: 201px;
	height: 100%;
	background-color: red;
	border-left-width: 1px;
	border-left-color: black;
	border-left-style: solid;
	background-color: #E3CCB2;
}
p#header_navigation {
	height: 23px;
	background-color: #673513;
	padding: 3px 3px 3px 3px;
	border-bottom-width: 14px;
	border-bottom-style: solid;
	border-bottom-color: #B6A184;
	text-align: right;
	color: #F3E7D3;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}
p.header_info {
	margin: 5px 8px 5px 8px;
}	
h1#header_caption{
	border: 0;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: black;
	background-color: #E3CCB2;
	background-image: none;
}
/* Footer */
div#footer {
	border: 0;
}
/* Content */
div#content {
	padding: 0;
	border-bottom-width: 3px;
	background: url('bg-content.gif') top left repeat-y;
}
/* Sidebar */
div#sidebar {
	float: left;
	width: 201px;
	margin: 0;
	padding: 0;
	background: url('bg-left.jpg') top left no-repeat;
}

div#main { 
	width: 602px;
	margin: 0 0 0 203px;
	padding: 5px 5px 5px 5px;
}
hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}
p#copyright {
	padding: 0;
	margin: 0;
	text-align: right;
	font-size: 10px;
	margin-bottom: 6px;
}
p#certificate {
	text-align: center;
}
ul.menu {
	width: 186px;
	display: block;
	border: 2px #673513 solid;
	color: #67351;
	background-color: #FADD93;
	padding: 0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
ul.menu li {
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 25px;
	_margin-left: 20px;
	padding-left: 3px;
	list-style-image: url('pu1.gif');
	/* 
	list-style-type: square;
	list-style-position: inside;
	*/	
	font-size: 11px;
	color: #673513 ;
}
/* Submenu */
ul.menu li ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* border: 1px red solid; */
}
ul.menu li ul li {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: -35px;
	_margin-left: 10px;	
}
ul.menu li.open { list-style-image: url('mu1.gif'); }
ul.menu ul li.open { list-style-image: url('eq.gif'); }
ul.menu li a {
	text-decoration: none;
	color: black;
}
p.menu_header {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	display: block;
	padding: 2px 6px 0px 6px;
	width: 178px;
	color: white;
	font-weight: bold;
	background-color: #673513;
}

