body {
	font-family: Verdana, sans-serif;
	background-color: #f0f8fc;
	color: #1f1a00;/*#4D4D41;*/
	font-size: small;
	line-height: 125%;
	padding: 0px;
	margin: 0px;
}
#menu {
	position: absolute;
	left: -1px;
	top: 135px;
	width: 735px;
	border-top: 1px solid #94a5ad;
	border-bottom: 1px solid #94a5ad;
	background-color: #fff;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 15px;	
	font-size: 13px;
	height: 36px;
}
#menu a {
	display: inline-block;
	text-decoration: none;
	color: navy;
	padding-left: 5px;
	padding-right: 7px;
	border-right: 1px solid #94a5ad;
	font-weight: bold;
	}
#menu a:hover {
	text-decoration: underline;
	background-position: 6px 4px;
}
#menu #active {
	text-decoration: none;
	background: none;
	color: #94a5ad;
	border-right: 1px solid #94a5ad;
	padding-left: 5px;
	padding-right: 7px;
	border-right: 1px solid #94a5ad;
	font-weight: bold;
	}
#lang {
	position: absolute;
	right: 15px;
}
#lang a {
	display: inline;
	border: none;
	padding: 0;
}
#content {
	padding: 15px 15px;
	background-color: #fff;
	width: auto;
	border-left: 1px dashed #94a5ad;
	border-right: 1px dashed #94a5ad;
	}

#popup_content {
	padding: 15px 15px;
	background-color: #fff;
}

	
#container {
	margin-top: 0;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header {
	height: 190px;
	width: auto;
	background-image: url(../images/pen1.jpg);
	background-repeat: no-repeat;
	position: relative;
	border: 1px solid #94a5ad; 
	margin-top: 1em;
}
#footer {
	height: 20px;
	width: auto;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	border: 1px solid #94a5ad; 
}
p {
	text-align: justify;
}
p, table, ul {
	margin-bottom: 20px;
}
p.indent {
	text-indent: 1.5em;
}
a {
	color: navy;
	/*font-weight: bold;*/
}
a:visited {
	color: /*#660066;/*#003366;*/#86815b;
}
img {
	border: 0px;
}
h1 {
	color: #5F493A;
	position: absolute;
	right: -1px;
	top: 15px;
	margin: 0px;
	width: 500px;
	padding: 10px;
	border: 1px solid #94a5ad;
	border-right: none;
	background-color: #fff;
	font-size: 24px;
}
h1 span {
	position: relative;
	left: 3px;
	top: 5px;
	font-size: 50%;
	color: #83A4BB;
	text-align: right;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
h2 span {
	font-size: 70%;
	color: #94a5ad;
}
#copyright {
	text-align: center;
	font-size: 0.8em;
	}
#copyright a {
	font-weight: normal;
}
.left-col {
	width: 480px;
	float: left;
}
.right-col {
	margin-left: 501px;
	border-left: 1px dashed #94a5ad;
	padding-left: 15px;
	padding-bottom: 15px;
}
hr.cleaner {
	border: medium none;
	margin: -1px 0pt 0pt;
	padding: 0pt;
	clear: both;
	height: 1px;
	visibility: hidden;
}
.top {
	margin-top: 0;
}
.photo {
	float: left;
	margin-right: 20px;
	border: 1px solid silver;
}

.leftpicture {
	float: left;
	margin-right: 20px;
	border: 1px solid silver;
}
.rightpicture {
	float: right;
	margin-left: 20px;
	border: 1px solid silver;
}

.frame {
	/*border-top: 1px dashed #94a5ad;
	border-bottom: 1px dashed #94a5ad;
	padding: 20px 0;*/
	margin-bottom: 20px;
	margin-left: 160px;
}

hr {
	border-top: 1px dashed #94a5ad;
	border-bottom: none;
	color: #94a5ad;
	height: 1px;
	margin: 20px 0;
}
table td {
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

#hypo-icon {
	position: absolute;
	top: 33px;
	left: 33px;
}
table#reference td {
	border-top: 1px dashed #94a5ad;
}
.hide {
	display: none;
}
.center {
	text-align: center;
}
.big {
	font-weight: bold;
	font-size: 110%;
}
form.label200 label {
float: left;
width: 200px;
text-align: right;
margin-right: 5px;
}

form.label200 input, form.label200 textarea {
margin-bottom: 3px;
}

form.label200 input.submit {
margin-left: 205px;
}
