body {
	margin: 0px; 
	padding: 0px;
	color: #034DA0; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg1.jpg); background-repeat: repeat-y;
	background-color: #C5E4E6;
}
.clr {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
img { border: none; }
a {
	color: #034DA0;
	text-decoration: none;
}
a:hover {color: #6DBEB3; }
form {
	padding: 0px;
	margin: 0px;
}
/* ==  == */
.mainout {
	height: 630px;
	background-image: url(../images/bg.jpg); background-repeat: no-repeat;
}
.logo { float: left; }
.header { 
	padding-top: 28px;
	margin-bottom: 7px;
}
.lang {
	line-height: 15px;
	padding-left: 740px;
	margin-bottom: 15px;
	color: #EFF8FD;
	font-size: 11px; 
	background-color: #1B9387;
}
.lang a {
	margin: 0px 3px 0px 3px;
	color: #EFF8FD;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
}
.lang a:hover { color: #6DBEB3; }

.content { }
.lefttab { width: 192px; }
.lefttab img {
	margin-bottom: 9px;
	border-left: 14px solid #C5E4E6;
}

.righttab { width: 644px; }
.menu {
	margin-bottom: 30px;
	border-bottom: 1px solid #1B9387;
}
.menu a {
	margin-right: 15px;
	color: #1B9387;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
}
.menu a:hover { color: #034DA0; }
.menu .current { color: #034DA0; }
.text {
	padding: 0px 20px 0px 0px;
}
ul { 
	padding: 5px 0px 5px 10px;
	margin: 5px 0px 5px 0px;
}
ul ul { padding: 5px 0px 5px 20px; }
ul ul li { list-style-type: disc; }
.arrow {
	list-style: none;
	padding-left: 10px;
	background-image: url(../images/arrow.gif); background-repeat: no-repeat; background-position: left 4px;
}
.footer { padding: 5px 0px 0px 0px; }
.footerlogo { 
	float: left;
	margin-top: 3px;
}
.footertitle {
	line-height: 19px;
	padding: 0px 0px 3px 213px;
	border-bottom: 3px solid #1B9387;
}
.footercopy { padding: 3px 0px 0px 213px; }
.footercopy a { text-decoration: underline; }