body {
	background-color: #c0c0c0;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin:10px 0px 0px 0px;
	padding:0;
	text-align:center;
}

img {
	border:none;
}


#container {
	width:820px;
	margin:0px auto;
	text-align:left;
	background-color:#ffffff;
	border:1px solid #e6e5e5;
	padding:0;
	padding:12px;
	padding-top:8px;
	border:2px solid #aaaaaa;
}

#top {
	height:83px;
}

#logolangnavi {
	width:100%;
}

#languagesTable {
	margin-bottom:25px;
	padding-bottom:0;
}

#navigation {
	float:right;
	text-align:right;
	width:100%;
	position:relative;
}

#navigation ul {
	padding:0px;
}

#navigation li {
	white-space: nowrap;
	display:inline;
	padding-right:8px;
	padding-left:7px;
	border-right:1px solid #cacbcc;
}

#navigation a:link {
	text-decoration: none;
	color: #dc2b19;
	font-size:12px;
}

#navigation a:visited {
	text-decoration: none;
	color: #dc2b19;
	font-size:12px;
}

#navigation a:hover {
	text-decoration: underline;
	color: #dc2b19;
	font-size:12px;
}

#navigation a:active {
	text-decoration: none;
	color: #dc2b19;
	font-size:12px;
}

#banner img {
	margin:0;
	padding:0;
}

#banner {
	width:100%;
	padding:0;
	margin-bottom:5px;
	padding:0;
}

#bannerFade {
	width:100%;
	height:25px;	
	background-image:url('templatefiles/fade.gif');
	background-repeat:repeat-x;
}

#title {
	height:36px;
	background-image:url('templatefiles/titlebg.png');
	background-repeat:repeat-x;
	padding-top:13px;
	padding-left:15px;
}

#pageTitle {
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

#contentArea {
	margin:0;
	padding:0;
	margin-bottom:25px;
	margin-top:20px;
	padding-left:15px;
	padding-right:15px;
}

#leftPageTd {
	width:150px;
	padding-right:20px;
	white-space:nowrap;
}

#middlePageTd {
	
}

#rightPageTd {
	width:260px;
	padding-left:20px;	
}

#subPages a:link {
	text-decoration: none;
	color: #074290;
	font-size:12px;
}

#subPages a:visited {
	text-decoration: none;
	color: #074290;
	font-size:12px;
}

#subPages a:hover {
	text-decoration: none;
	color: #dc2b19;
	font-size:12px;
}

#subPages a:active {
	text-decoration: none;
	color: #074290;
	font-size:12px;
}


#footer {
	height:49px;
	background-image:url('templatefiles/bottomfade.png');
	background-repeat:repeat-x;
	color:#ffffff;
}

#footerTable {
	color:#ffffff;
	padding-top:10px;
}

#footerTable td {
	padding-left:10px;
	font-size:12px;
	color:#e0e0e0;
}

