@charset "utf-8";
body {
	font: 11px Tahoma, Verdana, Arial;
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 60px 0px 10px;
}
div {
	margin: 0px;
	padding: 0px;
	position: static;
}
img {
	border-style: none;
}
table {
	margin: 15px 0px 0px;
	padding: 0px;
	font-size: 11px;
	background: #999999;
}
td {
	margin: 0px;
	padding: 3px;
	background: #EDE7DC;
}
ul, ol {
	margin: 0px;
	padding: 15px 0px 0px 30px;
}
li {
	line-height: 140%;
	list-style: url(/images/list.png);
}
ol li {
	line-height: 140%;
	list-style: decimal;
	padding: 0px 0px 10px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 35px;
}
address {
	line-height: 140%;
	font-style: normal;
	margin: 0px;
	padding: 35px 0px 0px 290px;
}
p {
	line-height: 140%;
	margin: 0px;
	padding: 15px 0px 0px;
	text-align: justify;
}
a, a:Hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:Hover {
	color: #000000;
}
#mother {
	height: 376px;
	background: #E7E0D5 url(/images/bg-mother.png);
}
#motherIn {
	padding: 14px 0px;
}
#leftSide {
	float: left;
	height: 348px;
	width: 444px;
	background: #F9F6EE url(/images/bg-left.jpg);
	border-right: 1px solid #999999;
}
#logo {
	display: block;
	position: absolute;
	margin: 15px 0px 0px 15px;
}
#leftSide ul {
	padding: 95px 0px 0px 290px;
}
#leftSide ul li {
	line-height: normal;
	list-style: none;
	display: inline;
}
#leftSide ul li a {
	font-size: 12px;
	display: block;
	padding: 5px 0px 0px;
}
#leftSide p {
	padding: 15px 0px 0px 290px;
}
#rightSide {
	float: left;
	width: 550px;
	border-right: 1px solid #999999;
	background: #FAF8F5;
	height: 348px;
}
#rightSideIn {
	padding: 10px;
}
#content {
	height: 265px;
	overflow: auto;
	padding: 0px 10px 0px 0px;
}
#footer {
	padding: 10px 0px 0px;
	text-align: right;
	color: #999999;
	width: 995px;
	font-size: 10px;
	line-height: 140%;
}
#footer a, #footer a:Hover {
	font-weight: normal;
	color: #999999;
}
#footer a:Hover {
	color: #000000;
}
.firstElement {
	padding-top: 0px;
	margin-top: 0px;
}
