body {
	font-family: "Verdana", "Helvetica", sans-serif;
	font-size: 10pt;
	margin: 20px;
	padding: 0px 0px 20px 0px;
	background-color: white;
}

a {
	color: #2e3192;
	text-decoration: none;
}
a:Hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

.error {
	font-weight: bold;
	color: #ff6060;
}

/*********** TITLE ***********/

#titlebar {
	position: relative;
	width: 765px;
	height: 184px;
	margin: 0px auto;
}

#logobox {
	position: absolute;
	left: 0px;
	top: 74px;
	width: 250px;
	height: 110px;
	color: white;
	background-color: #3e3f8f;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}

#visualbox {
	position: absolute;
	left: 251px;
	top: 0px;
	width: 513px;
	height: 184px;
	background-color: #b4c5e9;
}

#langbox {
	position: absolute;
	bottom: 119px;
	right: 20px;
	width: 165px;
	text-align: right;
	font-size: 75%;
}

#searchbox {
	position: absolute;
	top: 74px;
	right: 0px;
	width: 185px;
	height: 110px;
	background: #3e3f8f url(images/searchbox.png) no-repeat bottom right;
	text-align: right;
}

#searchbox form {
	position: relative;
	margin: 43px 15px 0px 15px;
	overflow: visible;
}

#searchbox label {
	position: absolute;
	top: -23px;
	left: 0px;
	color: white;
	font-weight: bold;
}

#searchbox_text {
	width: 100%;
	border: 0px;
	margin-bottom: 7px;
	color: #2e3192;
}

#searchbox_button {
	border: 0px;
	color: #2e3192;
	background-color: #d9daea;
	font-weight: bold;
}


/*********** 3-COL BODY LAYOUT ***********/

#mainblock {
	position: relative;
	width: 765px;
	margin: 0px auto;
}

#bodyBack {
	position: relative;
	top: 0px;
	left: 251px;
	width: 513px;
	color: #666666;
	background: white url(images/centerbg.png) repeat-x left top;
	min-height: 300px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid white;
}

#body {
	text-align: justify;
	margin: 30px;
}

#body h1 {
	color: #2e3192;
	font-weight: normal;
	margin: 0px 0px;
}


/*********** LEFT MENU ***********/

#leftmenu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	border-top: 1px solid white;
	border-bottom: 1px solid #2e3192;
}

#leftmenu img {
	position: absolute;
	right: 27px;
	top: 6px;
}

#leftmenu img:Hover {
	border-bottom: 1px solid #2e3192;
}

#leftmenu div {
	position: relative;
	width: 250px;
	height: 29px;
	border-top: 1px solid #2e3192;
}

#leftmenu .menuitem {
	color: #2E3192;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	margin: 5px 12px 0 5px;
}


/*********** RIGHT MENU ***********/

#rightmenu {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 185px;
	border-top: 1px solid white;
	border-bottom: 1px solid #2e3192;
}

#rightmenu div {
	position: relative;
	border-top: 1px solid #2e3192;
	width: 185px;
	height: 39px;
	overflow: hidden;
}

#rightmenu img {
	position: absolute;
	left: 15px;
	top: 6px;
}

#rightmenu form {
	margin: 39px 15px 15px 55px;
	text-align: right;
}

#rightmenu label {
	display: none;
}

#rightmenu input {
	width: 111px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	color: #2e3192;
	background-color: #d8d9e9;
	border: 2px solid #d8d9e9;
	font-size: 75%;
}

#rightmenu input.rmenuSubmit {
	width: 55px;
	font-weight: bold;
	font-size: 75%;
}


/*********** FOOTER ***********/

#footer {
	position: relative;
	margin: 50px auto 0px auto;
	width: 765px;
	font-size: 75%;
}

#copyright {
	position: absolute;
	top: 0px;
	left: 12px;
}
#textnavbar {
	position: absolute;
	top: 0px;
	right: 12px;
}


/*********** PRINTING ***********/

@media print {
	#visualbox { display: none; }
	#searchbox { display: none; }
	#leftmenu { display: none; }
	#bodyBack { width: 100%; left: 0px; color: black; }
	#rightmenu { display: none; }
	#textnavbar { display: none; }
}


/*********** CONTACTS  TABLE ***********/

table.contacts {
  margin: 10px 0px;
}
table.contacts th  {
  padding-top: 10px;
  padding-right: 15px;
  vertical-align: top;
  text-align: left;
}
table.contacts td  {
  padding-top: 10px;
  vertical-align: top;
  text-align: left;
}


/*********** LOGIN FORM ***********/

#loginform {
	width: 250px;
	margin: 20px auto;
}

#loginform fieldset {
	position: relative;
	border: 1px solid;
	margin: 0px;
	padding: 5px;
}

#loginform input {
	width: 97%;
	color: #2e3192;
	background-color: #d8d9e9;
	border: 2px solid #c8c9d9;
	font-size: 75%;
	vertical-align: middle;
}

#loginform td.loginBox {
	width: 100%;
}

#loginform td.loginError {
	font-weight: bold;
	color: #ff6060;
	text-align: center;
}

#loginform td.loginSubmit {
	text-align: center;
}

#loginform input.loginSubmit {
	width: 70%;
	font-weight: bold;
}


