@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	color: #666666;
	font-size:16px;
	line-height:21px;
	margin-bottom: 6px;
}

img {
	border:none;
}

#maincont {
	margin:auto;
	width: 900px;
	height:auto;
}

#header {
	width:auto;
	height:128px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#logolink {
	float:left;
}

#langsel {
	padding-top: 16px;
	margin-left: 583px;
	color: #ffffff;
	font-size:12px;
}

#langsel a {
	color: #ffffff;
	text-decoration:none;
}

#langsel a:hover {
	color: #ffffff;
	text-decoration:underline;
}

#langsel .active {
	color: #f8c434;
	text-decoration:none;
}

#navitems {
	margin-top: 60px;
	margin-left: 260px;
	color: #ffffff;
	font-size:16px;
}

#navitems a {
	color: #ffffff;
	text-decoration:none;
}

#navitems a:hover {
	color: #f8c434;
}

#leftcol {
	float:left;
	width: 649px;
	height: auto;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#leftcol a {
	color: #069;
	text-decoration:none;
}

#leftcol a:hover {
	color: #C60;
}

#leftcont {
	margin-top: 16px;
	margin-left: 42px;
	font-size:14px;
	line-height: 16px;
	padding-right: 76px;
}

#rightcol {
	float:right;
	width: auto;
	height: auto;
	border-top: 1px solid #ffffff;
	background-color: #e5e5e5;
}

#rightcont {
	margin-top: 20px;
	margin-left: 23px;
	font-size:12px;
	line-height: 14px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 200px;
}

#rightcont a {
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
}

#rightcont a:hover {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

#bottomcopy {
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	width: 900px;
	height:auto;
	border-top: 1px solid #e5e5e5;
	font-size:10px;
	padding-top:6px;
}

.imagewrap {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

.leftcol {
	float:left;
	width: 170px;
}

.rightcol {
	float:left;
	width:auto;
}

.leftcol_sfont {
	float:left;
	width: 280px;
	font-size:12px;
}

.rightcol_sfont {
	float:left;
	width:auto;
	font-size:12px;
}

.rightalign {
	text-align:right;
	width:auto;
}
