﻿@import url("layout.css");

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #f5f5f5;
}

#langbar {
	width: 790px;
	text-align: right;
	background-color: #f5f5f5;
}
#langbar a 
{
	font-family: Arial;
	font-size: 0.8em;
	text-decoration: none;
}
#container {
	width: 790px;
	margin: 0 auto;
	background-color: #ffffff;
}
#masthead {
	text-align: right;
	width: 790px;
	height: 220px;
	overflow: hidden;
	background-color: #ffffff;
}
#sidebar {
	float: left;
	width: 220px;
	background-color: #ffffff;
	position: relative;
	clear: both;
	display: inline;
	border-right: 1px #41b4d4 solid;
}
#content {
	float: left;
	width: 539px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 790px;
	background-color: #f5f5f5;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.9em;
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 199px;
	display: block;
	margin: 0;
	padding: 10px;
}
#sidebar li {
	display: inline;
	border: 0;
	font-family: Tahoma;
	font-size: 0.85em;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px 5px 5px 25px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}

/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}

/* General Styles */
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 12pt;
	margin-bottom: 0;
	padding-bottom: 0;
}
p {
	margin-top: 0.5em;
}
input, textarea {
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #04b;
	text-decoration: underline;
}
a img {
	border: 0;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_underline {
	text-decoration: underline;
}
.button {
	font-family: Verdana;
	font-size: 1em;
	height: 24px;
}
.form_required {
	color: #ff0000;
	font-weight: bold;
}



#txtInfo {
	display: none;
}