﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #585858;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #CCD1D3;
	float: inherit;
}
#masthead {
	text-align: right;
	width: 1000px;
	overflow: auto;
	border-width: 0px;
	background-position: right top;
	height: 110px;
	background-color: #046C98;
	font-family: Arial;
	font-size: xx-large;
}
#sidebar {
	float: left;
	width: 170px;
	background-color: #FFFFFF;
	position: relative;
	clear: both;
	display: inline;
}
#sidebarvacancy {
	float: left;
	width: 170px;
	background-color: #006666;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: inherit;
	width: 794px;
	padding: 16px;
	padding-bottom: 50px;
	overflow: auto;
	background-color: #ECE9CC;
	margin: 0px;
	position: relative;
	border-bottom-color: #A4A4A4;
	font-family: Arial;
	color: #585858;
	font-size: 12pt;
	text-align: justify;
}
#content p {
	font-size: 12pt;
	font-family: Arial;
	letter-spacing: 0.2pt;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 1000px;
	height: 75px;
	background-color: #046C98;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
	alt="international Translating";
	width: 150px;
	height: 135px;
	margin-left: 20px;
	border-width: 0px;
}
#masthead a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	color: #FFFFFF;
	font-size: xx-large;
	font-family: Arial;	
}
#masthead h2 {
	
	font-size: 20pt;
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
}
#masthead h3 {
	
	font-size:14pt;
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;	
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #CCD1D3;
}
#sidebar li {
	display: block;
	border-bottom: 2px solid #035274;
}
#sidebar a {
	font-weight: bold;
	font-size: 10.5pt;
	text-decoration: none;
	color: #035274;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:active {
	font-weight: bold;
	text-decoration: none;
	color: blue;
	border-bottom: 1px solid #f9f9f9;
	background-color: white;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: blue;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
#sidebarvacancy ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #006666;
}
#sidebarvacancy li {
	display: block;
	border-bottom: 2px solid #035274;
}
#sidebarvacancy a {
	font-weight: bold;
	font-size: 10.5pt;
	text-decoration: none;
	color: #CCD1D3;
	display: block;
	padding: 5px;
}
#sidebarvacancy span {
	padding: 5px;
}
#sidebarvacancy b {
	padding: 5px;
}
#sidebarvacancy a:active {
	font-weight: bold;
	text-decoration: none;
	color: white;
	border-bottom: 1px solid #f9f9f9;
	background-color: white;
}
#sidebarvacancy a:hover {
	font-weight: bold;
	text-decoration: none;
	color: blue;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}

/* Styles for Footer */
#footer p {
	font-size: 11pt;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color:white; 
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: silver;
	text-decoration: none;
}
.TopBar a:link {
	color: white;
	text-decoration: underline;
}
.TopBar a:visited {
	color: white; 
	text-decoration: underline;
}
.TopBar a:hover {
	color: silver;
	text-decoration: overline;
}
.TopBar a:active {
	color: #FFCC33;
	text-decoration: overline;
}
a {
	color: white;
	text-decoration: underline;
}
a:link {
	color: #585858;
	text-decoration: underline;
}
a:visited {
	color: #585858;
	text-decoration: underline;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
a:active{
	color: blue;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}