
/* ************************ Defaults ************************ */

body{
	font:0.70em Arial, Helvetica, sans-serif;
	text-align:center;
	color:#010101;
}
body, h1, h2, h3, h4, h5, p, table, table th, form, a img, ul, li {
	border: none;
	margin: 0px;
	padding: 0px;
}
ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

/* ************************ structural ************************ */
#lang {
	padding: 4px 0px 0px 16px;
}

#lang ul li{
	float:left;
	padding:0px 11px 0px 0px;
	text-transform:uppercase;
	font-size:0.78em;
	line-height: 1em;
}
#lang ul li a{
	color:#b2b2b2;
	text-decoration:none;
}
#lang ul li a:hover{
	color:#000;
	text-decoration:none;
}
#main1{
	background:url('/images/main1.jpg') top left repeat-y;
	width:900px;
	margin:0 auto;
	padding:0px;
}
#main2{
	background:url('/images/main2.jpg') top left no-repeat;
}
#main3{
	background:url('/images/main3.jpg') bottom left no-repeat;
	padding:26px 20px 26px 20px;
	width:860px;
}
#page{
	padding:43px 27px 36px 54px;
	width:779px;
	text-align:left;
}
.clear{
	clear:both;
}

/* ************************ header ************************ */

#header{
	width:779px;
}
.header1{
	float:left;
	width:176px;
}
.header2{
	float:left;
	width:400px;
	padding:0px 0px 0px 6px;
}
.header3{
	float:left;
	width:187px;
	padding-left: 6px;
}
.logo{
	padding:0px 0px 15px 0px;
}
.topnav li{
	padding:6px 0px 0px 0px;
	letter-spacing:0px;
	line-height:1.1em;
	font-size:1.1em;
}
.topnav li a{
	display: block;
	color:#000;
	text-decoration:none;
}
.topnav li a:hover, .topnav li a.sel{
	color:#2095c2;
	text-decoration:none;
}

/* ************************ content ************************ */

#content{
	width:779px;
}
#pagetext{
	padding:24px 0px 44px 0px;
}

/* ************************ left panel ************************ */

#leftpanel{
	float:left;
	width:176px;
}
#leftpanel .lefttext{
	padding:3px 3px 0px 13px;
}
#leftpanel .lefttext ul li{
	padding:0px 0px 6px 0px;
	letter-spacing:0px;
	line-height:1.1em;
	font-size:1.1em;
}
#leftpanel .lefttext ul li a{
	color:#000;
	text-decoration:none;
}
#leftpanel .lefttext ul li a:hover, #leftpanel .lefttext ul li a.sel{
	color:#2095c2;
	text-decoration:none;
}

/* ************************ right panel ************************ */

#rightpanel{
	float:left;
	width:602px;
}
#rightpanel .righttext{
	width:314px;
	padding:0px 23px 0px 23px;
}
#rightpanel .righttext h1{
	font-size:1.80em;
	color:#134571;
	line-height:1.40em;
	font-weight:normal;
	padding:0px 0px 10px 0px;
}
#rightpanel .righttext p{
	line-height:1.50em;
	font-size: 1.2em;
	padding:6px 0px 6px 0px;
}
#rightpanel .righttext ul{
	padding:7px 0px 0px 0px;
}
#rightpanel .righttext ul li{
	background:url('/images/rarrow.gif') top left no-repeat;
	padding:0px 0px 8px 18px;
	font-size: 1.2em;
}

#rightpanel .righttext ul li a, #rightpanel .righttext p a{
	color:#134571;
	text-decoration:underline;
}
#rightpanel .righttext ul li a:hover, #rightpanel .righttext p a:hover{
	color:#2095c2;
	text-decoration:underline;
}



/* ************************ footer ************************ */

#footer ul li{
	float:left;
	padding:0px 18px 0px 0px;
	font-size:1em;
}
#footer ul li a{
	color:#787878;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#000;
	text-decoration:none;
}

.formular { height: 18px; border: 1px solid #d0d2d2; background-color: #fff; color: #000; padding: 5px 6px 0px 9px; font-size: 12px;}
