@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: url(/images/bg.gif) repeat-x top;
	color: #393839;
}
table tr td {
	vertical-align: top;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 10px;
}
h4 {
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 10px;
}
a {
	color: #1577f0;
	text-decoration: underline;
}
a:visited {
	color: #1577f0;
	text-decoration: underline;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 10px;
	margin-bottom: 10px;
}
ol.alphabet {
	list-style-type: lower-alpha;
	list-style-position: inside;
	margin-left: 20px;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}

#root {
	width: 1004px;
	margin: auto;
}
#header {
	width: 100%;
	height: 140px;
	background: url(/images/header.jpg) no-repeat;
	margin-bottom: 10px;
}
#menuMain {
	width: 585px;
	height: 54px;
	float: right;
	margin-right: 21px;
}
#menuMain img {
	float: left;
}
#headerLogo {
	float: left;
}
#headerLang {
	float: right;
}
#misc {
	width: 100%;
	margin-top: 10px;
}
#themis {
	height: 248px;
	width: 632px;
	float: left;
}
#themisSlides {
	float: left;
	width: 331px;
	height: 248px;
}
#themisWordings {
	float: left;
	width: 276px;
	height: 100%;
	margin-left: 25px;
	font-size: 9pt;
	margin-top: 26px;
}
#miscDots {
	height: 248px;
	width: 1px;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
}
#contact {
	float: left;
	height: 248px;
	width: 310px;
}
#contactWordings {
	margin-top: 18px;
}
#main {
	width: 100%;
	margin-top: 10px;
}
#mainWordings {
	width: 632px;
	float: left;
}
#mainDots {
	height: 263px;
	width: 1px;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
}
#affiliates {
	float: left;
	height: 213px;
	width: 310px;
}
#footer {
	width: 100%;
	background-color: #baddfd;
	height: 20px;
	margin-top: 20px;
}

.clear {
	clear: both;
}
.wDots {
	width: 100%;
	margin-top: 10px;
}
.doth {
	width: 100%;
	height: 1px;
	background: url(/images/dot.gif) repeat-x;
}
.dotv {
	width: 1px;
	height: 100%;
	background: url(/images/dotv.gif) repeat-y;
}