

body {
	background-color: #4185a8;
	background-image: url(bgstrip.png);
	background-repeat: repeat-y;
}

/*
div.site {
	background-image: url(logo-tmp.png);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	height: auto;
	bottom: 0px;
}
*/

div.header-struct {
	position: relative;
	background-image: url(logo-tmp.png);
	background-repeat: no-repeat;
	height: 119px;
	width: 585px;
	left: 5px;
	margin-bottom: 0px;
	padding-left: 130px;
}

div.section-struct {
	position: relative;
	left: 120px;
	width: 600px;
	margin: 10px 0px 20px 0px;
}

div.menu-struct {
	position: absolute;
	top: 140px;
	left: 8px;
	height: auto;
	width: 140px;
	border: 0;
}

div.main-struct {
	position: relative;
	left: 150px;
	width: 580px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #c1b423;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	border: black 1px solid;
	
	font-family: serif;
	font-size: 12pt;
	color: #000000;
}

div.footer-struct {
	position: relative;
	background-color: #00008b;
	left: 150px;
	width: 605px;
	margin-top: 30px;
	border: #add8e6 1px solid;
}

div.headline {
	position: relative;
	display: none;
	width: auto;
	color: #d5bee0;
}

div.skip {
	height: 10pt;
}


span.hid {
	display: none;
	visibility: hidden;
}

/********** content for main-struct *************/

div.main-struct h2 {
	font-family: sans-serif;
	font-size: 16pt;
	padding: 0px;
	margin: 20pt 0pt 0pt 0pt;
	border-bottom: black 1px solid; 
}

div.main-struct h3 {
	font-family: sans-serif;
	font-size: 14pt;
	padding: 0px;
	margin: 20pt 0pt 0pt 0pt;
}

div.main-struct h4 {
	font-family: sans-serif;
	font-size: 13pt;
	padding: 0px;
	margin: 20pt 0pt 0pt 0pt;
}

div.main-struct p {
	padding: 0px;
	margin: 2pt 5pt 2pt 5pt;
	text-align: justify;
	font-size: 12pt;
}

div.main-struct p + p {
	text-indent: 2em;
	font-size: 12pt;
}

div.main-struct li {
	text-align: justify;
	font-size: 12pt;
}

div.main-struct a {
	color: #5d452c;
	text-decoration: underline;
}

div.main-struct a:hover {
	color: #5d452c;
	text-decoration: none;
}


div.main-struct div.cite {
	margin: 10pt 26pt 10pt 26pt;
	padding: 2pt;
	background-color: #e7dd6a;
	border: #f0b959 1px solid;
	font-style: italic;
}

div.main-struct div.cite div.author {
	margin-left: 50pt;
}

div.main-struct div.warning {
	margin: 10pt 26pt 10pt 26pt;
	padding: 2pt;
	background-color: #e7dd6a;
	border: red 3px solid;
	font-size: 12pt;
}

div.main-struct div.warning div.warning-note{
	margin: 1pt 1pt 1pt 1pt;
	padding: 2pt 2pt 2pt 10pt;
	background-color: #f0b959;
	font-size: 14pt;
	font-weight: bold;
}

div.main-struct table {
	border-collapse: collapse;
	margin-top: 10pt;
	margin-bottom: 10pt;
	margin-left: 10pt;
	margin-right: 10pt;
	padding: 30pt;

}

div.main-struct th {
	margin: 0;
	border-style: solid;
	border-width: 1px;
	padding-left: 5pt;
	padding-right: 5pt;
	text-align: center;
	background-color: #e7dd6a;
}

div.main-struct td {
	margin: 0;
	border-style: solid;
	border-width: 1px;
	padding-left: 5pt;
	padding-right: 5pt;
	text-align: left;
}

div.main-struct td.odd {
	background-color: #b9a122;
}

div.main-struct div.article-list {
	margin: 10pt 10pt 10pt 10pt;
	padding: 2pt;
	background-color: #c1b423;
	border: black 1px solid;
}

div.main-struct div.article-list div.article-header {
	margin: 1pt 1pt 1pt 1pt;
	padding: 2pt 2pt 2pt 10pt;
	border: #f0b959 1px solid;
	background-color: #e7dd6a;
}

div.main-struct div.article-list div.article-header h3 {
	padding: 0px;
	margin: 0pt 0pt 0pt 0pt;
}

div.main-struct img.img-thumb {
	margin: 2px;
}

/************ content of menu-struct *************/

div.menu-struct .navitype {
	font-size: 14pt;
	font-weight: bold;
	color: #f0f0ff;
	padding-left: 5px;
}

div.menu-struct a {
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #d5bee0;
	display: block;
	padding: 2px 4px 2px 2px;
	background: url(linkbg.png);
	border-right: 2px solid;
	margin: 2px 0px 2px 0px;
}

div.menu-struct a:hover {
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
	background: #d5bee0;
	color: black;
	padding: 2px 4px 2px 2px;
	margin: 2px 0px 2px 0px;
}

div.menu-struct form.login {
	color: #d5eef0;
	font-size: 10pt;
	padding: 2px 4px 2px 2px;
	background: url(linkbg.png);
	border-right: 2px solid #d5eef0;;
	margin: 20px 0px 2px 0px;
}

div.menu-struct form.login input {
	color: #d5eef0;;
	background: url(linkbg.png);
	border: 1px solid #d5bee0;
	width: 100px;
	font-size: 9pt;
	margin-bottom: 2px;
}

div.menu-struct form.login a {
	text-align: center;
	font-size: 9pt;
	padding: 2px 4px 2px 2px;
	border: 0;
}


/************ content of sections-struct *************/

div.section-struct a {
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
	/*color: #cc5500;*/
	color: #ffffc0;
	padding: 2px 4px 0px 4px;
	border-bottom: #ffffc0 3px solid;
	margin: 0;
}

div.section-struct a:hover {
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
	color: #cc5500;
	background: #ffffc0;
	padding: 2px 4px 0px 4px;
	border-bottom: #ffffc0 3px solid;
	margin: 0;
	
}


/************ content of footer-struct **************/

div.footer-struct p {
	font-size: 9pt;
	padding: 0;
	margin: 3px;
	color: #add8e6;
}
