@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial Unicode MS, Arial, sans-serif;
	font-size: small;
	background-repeat: repeat-y;
}
#container {
	width: 902px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menuPlacer {
	padding-top: 20px;
}
#leftBar {
	background-image: url(../graphics/sideBarBG.png);
	background-repeat: repeat-x;
	float: left;
	height: 500px;
	width: 230px;
	margin-top: 2px;
	margin-right: 0px;
}
#mainContent {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 0px;
	background-color: #F1F1F1;
	font-size: 14px;
}
#mainContent a {
	color: black;
}

#mainContent h1 {
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
	background-color: #DF9FA5;
	margin-top: 0px;
	padding: 0px 5px 3px 5px;
}
.floatRight {
	float: right;
	margin-left: 5px;
}
.floatLeft {
	float: left;
	padding-right: 10px;
}
#leftDeco {
	background-image: url(../graphics/verticalWaveLeft.png);
	float: left;
	height: 800px;
	width: 20px;
}
#rightDeco {
	background-image: url(../graphics/verticalWaveRight.png);
	float: right;
	height: 800px;
	width: 20px;
}
#header {
	background-image: url(../graphics/HeaderCenter.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	background-color: #B3BAFE;
	margin: 0px;
	padding: 0px;
}
#enSelectButton {
	background-image: url(../graphics/lanButtonBlue.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#deSelectButton {
	background-image: url(../graphics/lanButtonGrey.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#trSelectButton {
	background-image: url(../graphics/lanButtonRed.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#arrowSelectButton {
	width: 60px;
	background-image: url(../graphics/langArrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 30px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container2 {
	width: 856px;
	margin-left: auto;
	margin-right: auto;
}
#menuBar a {
	text-decoration: none;
	color: black;
}
#menuBar ul a {
	color: white;
}

#menuBar {
	height: 30px;
	background-image: url(../graphics/translucentSquare30_30png32.png);
	background-repeat: repeat-x;
}
#menuBar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float:right;
}
#langSelect {
	width: 110px;
}
#mainMenuList {
	width: 630px;
}

#menuBar li {
	float:right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height:30px;
	color: #FFFFFF;
	margin-right:5px;
	height: 22px;
}
#langSelect li {
	height: 30px;
	width: 30px;
	font-size: 9px;
}
#mainMenuList li {
	margin-top:2px;
	padding:0px 4px 0px 4px;
	line-height:22px;
	border: 1px outset #CCCCCC;
	font-size: 16px;
	font-weight: 500;
}
#subMenuList{
	width: 140px;
	margin: 15px auto 10px auto;
	padding: 0 5px 0 5px;
	list-style-type: none;
}
#subMenuList li {
	padding: 0 5px 0 5px;
	background-image: url(../graphics/sideBarButton.png);
	margin: 2px;
	height: 23px;
	width: 140px;
	background-repeat: no-repeat;
	font-size:12px;
	color: #FFFFFF;
}
#orientationBarList {
	font-size: 10px;
	height: 12px;
	padding-left: 10px;
}
#orientationBarList li {
	font-size: 10px;
	height: 12px;
	display: inline-block;
	padding-right: 5px;
}
#orientationBarList li a {
	background-color:#E4E4E4;
	color: black;
}
.logoSubtext {
	font-size: 24px;
	color: #6B6A78;
	letter-spacing: 6px;
	text-align: center;
	font-weight: bolder;
	padding-top: 122px;
	height: 28px;
}
#logoSubtexttr {
	font-size: 24px;
	color: #6B6A78;
	letter-spacing: 7px;
	text-align: center;
	font-weight: bolder;
	padding-top: 122px;
	height: 28px;
}
#logoSubtextde {
	font-size: 19px;
	color: #6B6A78;
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal;
	padding-top: 122px;
	height: 28px;
}
#logoSubtexten {
	font-size: 21px;
	color: #6B6A78;
	letter-spacing: -1px;
	text-align: center;
	font-weight: normal;
	padding-top: 122px;
	height: 28px;
}
.logoSubtext span {
	color: #460046;
}
.blueFont {
	background-color: #D1D7ED;
}
