/* Standard HTML */

html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
}

a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Site general */

#headertable {
	height: 150px;
	background: bottom right no-repeat;
}

#datetable {
height: 26px;
	background: #7C97A7;
}

#logo {
	position: absolute;
	left: 20px;
	top: 20px;
}

#date {
	padding-right: 20px;
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.phrase {
	padding: 4px 10px;
	color: #6699CC;
	border-bottom: 1px dotted #FF6600;
	border-top: 1px dotted #FF6600;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.titlepage {
	padding: 4px 10px;
	color: #003399;
	border-bottom: 1px dotted #7C97A7;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.texthighlight{
	color: #003399;
	font-weight: bold;
}

.text_form{
	color: #7C97A7;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}


#header {
	padding-right: 20px;
	vertical-align: bottom;
	text-align: right;
	font-size: 11px;
}
#header ul {
	margin: 0;
	padding: 0;
	line-height: 24px;
}
#header li {
	display: inline;
	padding: 0 0 0 10px;
}
#header a {
	color: black;
	font-weight: normal;
}
#header a.active {
	color: #FF6600;
	font-weight: bold;
}
#header a:hover {
	color: #FF6600;
}

#mainleft {
	text-indent: 20px;
	width: 230px;
	font-size: 11px;
	vertical-align: top;
	border-right: 1px dotted #FF6600;
}

#subleft {
	text-indent: 20px;
	width: 230px;
	font-size: 11px;
	vertical-align: top;
	background-color: #FFFFCC;
}

#mainright {
	width: 230px;
	font-size: 11px;
	vertical-align: top;
	border-left: 1px dotted #FF6600;
}

#subright {
	width: 230px;
	clear: both;
	bottom: 0px;
	padding: 4px;
	font-size: 9px;
	vertical-align: top;
	background-color: #FFFFCC;
}

#foot {
	clear: both;
	bottom: 0px;
	padding: 4px;
	font-size: 9px;
	background-color: #FFFFCC;
}

#subfoot {
	height: 26px;
	clear: both;
	bottom: 0px;
	padding: 10px;
	font-size: 9px;
	text-align: center;
}

#subleftfoot {
	height: 26px;
	text-indent: 20px;
	clear: both;
	bottom: 0px;
	padding: 10px;
	font-size: 9px;
}

#subrightfoot {
	height: 26px;
	text-indent: 20px;
	clear: both;
	bottom: 0px;
	padding: 10px;
	font-size: 9px;
}
	
#menu {
	padding-bottom: 20px;
}

#menu a {
	color: #6699CC;
}
#menu a:hover {
	text-decoration: none;
	color: #FF6600
}
#menu a.active {
	color: #FF6600;
}

#menu a.translation {
	color: #FF6600;
	font-weight: normal;
}
#menu ul {
	margin: 0;
	padding: 0 20px 0 0;
	line-height: 1.4em;
	text-align: right;
	list-style-type: none;
}
#menu ul li {
	padding: 3px 0;
}
#menu ul ul {
	background-color: #FFFFCC;
	padding: 5px 15px 5px 0;
	margin: 5px 0 10px 0;
	border-right: solid #FF6600;
}

#menu ul ul a {
	color: #000000;
	font-weight: normal;
}
#menu ul ul a.active {
	color: #FF6600;
	font-weight: bold;
	}
#menu ul ul a:hover {
	color: #FF6600;
	}

#mainbodytable {
	vertical-align: top;
}

#recruitment_table {
background-color: #FFFFCC;
	vertical-align: top;
}

#textcontent {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	padding-bottom: 20px;
}

#textaddress {
	margin-left: 20px;
	margin-right: 20px;
	color: #6699CC;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: baseline;
}

#textfoot {
	margin-left: 20px;
	margin-right: 20px;
	color: #6699CC;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: baseline;
}

#downloadcontent {
	padding: 50px 50px 10px 50px;
	font-size: 12px;
	text-align: left;
	vertical-align: baseline;
}