@CHARSET "UTF-8";

body {
	color: #203240;
	background-color: white;
	
	margin: 0px 0px 0px 6px;
	padding: 0px;
	
	font-family: Arial, sans;
	font-size: 12px;
	font-weight: normal;
}

img {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}

div {
	padding: 0px;
	margin: 0px;
}

div.cleardiv_left {
	clear: left;
}

a {
	color: #AAAAAA;
	text-decoration: none;
}

a:hover {
	color: #1ABEE1;
	text-decoration: underline;
}

.link {
	color: #AAAAAA;
	text-decoration: none;
}

.link:hover {
	color: #1ABEE1;
	text-decoration: underline;
}

.link_hover {
	color: #1ABEE1;
	text-decoration: underline;
}

.top {
	height: 102px;
	margin-left: 7px;
}

.left {
	float:left;
	background: url(left.png) repeat-y;
	height: 500px;
	width: 3px;
	margin-left: 8px; /* IE6 margin-left: 4px; */
}

.right {
	background: url(right.png) repeat-y;
	height: 500px;
	width: 3px;
	margin-left: 811px; /* IE6 margin-left: 808px; */
}

.domain {
	margin-left: 45px;
	margin-top: 45px;
	position: absolute;
	z-index: 2;
	float: left;
	width: 222px;
}

.map {
	position: absolute;
	padding: 5px 0px 0px 175px;
}