@charset "utf-8";
body {
	background-color: #0b294b;
	background-image: url(../images/bg-site.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}



/* Site Layout */
td.LeftSide {
	background-color: #ffffff;
	background-image: url(../images/bg-leftside.jpg);
	background-repeat: no-repeat;
	background-position: left 428px;
}
td.RightSide {
	background-image: url(../images/bg-rightside.jpg);
	background-position: left top;
}



/* Left Side */
#LeftSide-Container {
	margin: 20px;
}
div.title, div.LeftSide-Title {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1056a5;
	margin-bottom: 8px;
}
div.content, div.LeftSide-Content {
	font-size: 12px;
	line-height: 20px;
	text-align:justify;
}
img.text {
	float: left;
	margin-right: 14px;
}
div.LeftSide-Content a {
	text-decoration: none;
	color: #000000;
}
div.LeftSide-Content a:hover {
	text-decoration: underline;
	color: #1056a5;
}



/* Right Side */
#LanguageSelect {
	width: 226px;
	height: 46px;
	z-index: 1;
	background-color: #518acb;
}
div.LanguageSelect-Inline {
	clear: both;
	margin: 3px;
}
div.Language-Container {
	font-size: 11px;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.Language-Flag {
	float: left;
	margin-top: 8px;
	margin-left: 11px;
	margin-right: 17px;
}

div.side-divider, div.RightSide-Divider {
	background-image: url(../images/side-divider.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 6px;
}
#RightSide-Inner {
	width: 232px;
	margin-top: 10px;
	margin-right: 26px;
	margin-bottom: 10px;
	margin-left: 14px;
}
div.side-content, div.RightSide-Content {
	font-size: 11px;
	line-height: 20px;
	text-align: justify;
}
div.side-content a, div.RightSide-Content a {
	text-decoration: none;
}

#Bottom-Container {
	clear: both;
	background-image: url(../images/slice-bottom.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 605px;
}
div.BottomSlice {
	float: left;
	margin-top: 12px;
	margin-left: 16px;
	margin-right: 16px;
	color: #ffffff;
	font-size: 12px;
}
div.BottomDivider {
	float: left;
}