body {
	margin: 0;
	body: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6A7179;
	line-height: 1.5em;
	
	/* added to compensate removed language area : also see #wrap */
	border-top:20px solid #666;
}

/* MISC. */
.hide {
	display: none;
	}
a img {
	border: none;
	}
.divclear {
	clear:both; 
	height:0px; 
	font-size:0px; 
	margin: 0;
	padding: 0;
	margin-top:-1px;
}

/* GENERAL TEXT STYLES */
a, a:link, a:visited {
	color: #0094AF;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	color: #0094AF !important;
	text-decoration: underline;
	}
ul {list-style: square;}
ol {list-style: decimal;}
h1, h2, h4, .red {
	color: #0094AF;
}
h1 {
	font-size: 20px;
	font-weight:normal;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.3em;
	font-weight:bold;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
}
h3, h5, h6 {color: #6A7179;}
h3, h4 {font-size: 1.1em;}
h3 {
	padding-bottom: 0.2em;
	/*border-bottom: 1px solid #6A7179;
	width: 100%;*/
	}

/* TABLES */
table {border-collapse: collapse;width: 100%;border: 1px solid #E9E9E9;}
th, td {padding: 0.2em;}
caption {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0.2em;
	text-align: left;
	display: none;
	}
th {
	font-weight: bold;
	text-align: left;
	background-color: #E9E9E9;
	color: #0094AF;
	font-size: 1.3em;
	font-weight:bold;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
	}
tr {background-color: #FAFAFA;}
tr.odd {background-color: #F5F5F5;}
tr:hover {background-color: #627FA1;color: #FFF9F9;}

#wrap {
	font-size: 0.9em;
	width: 100%;
	
	/* added to compensate removed language area : also see body */
	padding-top:1px;	
}
/* LANGUAGES */
#language-links {
	width: 100%;
	background: #7F7F7F;
	border-bottom: 1px solid #FFF9F9;
	color: #FFF9F9;
	font-size: 0.9em;
}
#language-links a, 
#language-links a:link, 
#language-links a:visited {
	color: #FFF9F9;
	text-decoration: none;
	}
#language-links a:focus, 
#language-links a:hover, 
#language-links a:active {
	color: #FFF9F9 !important;
	text-decoration: underline;
	}
#language-links ul {
	list-style: none;			/* removes list marker */
	padding: 0px;				/* removes left indent */
	margin: 0px;
	text-align: right;
	}
#language-links ul li {
	display: inline;			/* sets list items to display in a row */
	padding: 0px;
	margin: 0px;
}

/* BANNER/HEADER */
#container-header {
	clear: both;
	width: 760px;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#container-brand {
	float: left;
	width: 213px;
}
#container-banner {
	float: left;
}

/* PAGE CONTENT */
#container-body {
	clear: both;
	width: 760px;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#container-menu {
	float: left;
	width: 210px;
}
#container-menu ul {
	list-style: none;			/* removes list marker */
	/* padding: 0px;				removes left indent */
	padding:3px;
	margin: 0px;
	}
#container-menu ul li {
	/* display: inline;			sets list items to display in a row */
	padding: 0px;
	margin: 0px;
}

#container-menu ul li ul li {
	border-bottom:1px solid #ddd;
	padding:3px;
	font-size:10px;
}
#container-menu a, 
#container-menu a:link, 
#container-menu a:visited {
	color: #6A7179 !important;
	text-decoration: none;
	}
#container-menu a:focus, 
#container-menu a:hover, 
#container-menu a:active {
	color: #0094AF !important;
	text-decoration: underline;
	}
#container-content {
	float: left;
	line-height: normal;
	width: 530px;
}
#container-content h1 {
	font-size: 20px;
	font-weight:normal;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
}
#container-content h3 {
	border-top: 1px solid #E9E9E9;
	padding-top: 8px;
	margin-top: 8px;
}
#container-content-form {
	width: 100%;
	margin: 0;
	border: 1px solid #E9E9E9;
	padding: 8px;
	background: #F5F5F5;
}
#container-content img {
	clear: right;
	float: right;
	padding-left: 8px;
	border-bottom: 1px solid #FFF9F9;
}
#container-content #salzburger img {
	float: none;
	padding-right: 8px;
}
#salzburger ul {
	list-style: none;			/* removes list marker */
	padding: 0px;				/* removes left indent */
	margin: 0px;
	text-align: left;
	}
#salzburger ul li {
	display: inline;			/* sets list items to display in a row */
	padding: 0px;
	margin: 0px;
}

/* FOOTER */
#container-footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	border-top: 1px solid #7F7F7F;
	
	background-color:#FFF9F9;
}
#footer-copyright {
	float: left;
	width: 183px;
	line-height: normal;
}
#footer-contact {
	float: left;
	line-height: normal;
}

/* PADDING */
#container-menu-inner, #container-content-inner, #footer-copyright, #footer-contact {
	padding: 15px;
}

#container-content-inner h1.sml {
 	font-size: 1.1em; 
	font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #E9E9E9;
	padding-top: 8px;
	margin-top: 8px;
}

/* CSS Play Menu
#showcase {
	background:#6f9c6f;
}
dl.menus_list dt {
	background:#6f9c6f;
	font-size:1.5em;
	margin:3px 0;
}
#foot {
	background:#8fbc8f;
}
dl.menus_list dd.nil {
	padding:0; 
	margin:0;
} */


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/vertical_slide.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
ul.menu1, ul ul {
	padding: 0; 
	margin: 0; 
	border: 0; 
	list-style-type: none; 
	/*height: 22.0em; 
	overflow: hidden; 
	background: #F8F8F8; 
	width: 14.0em; 
	text-align: left; 
	color: #FFF9F9; 
	border: 1px solid #660066;*/
	padding-top: -0.5em;
}
ul.menu1 table {
	border-collapse: collapse;
	padding: 0; 
	margin: 0; 
	font-size: 1.0em;
}
ul.menu1 ul {
	margin-left: 1.0em;
}
ul.menu1 li {
	/*text-indent: 0.5em;*/
}
ul.menu1 li.drop {
	margin-bottom: -2px;
}
ul.menu1 li a, 
ul.menu1 li a:visited {
	display: block;
	line-height: normal;
	/*display: block; 
	width: 14.0em; 
	height: 2.0em; 
	line-height: 1.9em; 
	text-decoration: none; 
	color: #660066;*/
	padding-bottom: 0.5em;
}
ul.menu1 li a.last, 
ul.menu1 li a.last:visited {
	/*display: block;
	width: 14.0em;
	height: 14.0em;
	line-height: 2.0em;*/
}
ul.menu1 li ul {
	display: none;
}

ul.menu1 li:hover a, 
ul.menu1 li a:hover {
	border: 0; 
	color: #0000CC; 
	font-weight: bold;
}
ul.menu1 li:hover ul, 
ul.menu1 li a:hover ul {
	display: block;
	height: auto;
	width: 100%;
	/*display: block;
	height: 12.0em;
	width: 12.0em;
	background: #DDEEFF;
	border: 1px solid #000000;*/
	margin-top: -1px;
	
	padding: 0.5em;
}
ul.menu1 li:hover ul li a, 
ul.menu1 li a:hover ul li a {
	/*height: 2.0em;*/
	/*background: #DDEEFF;*/
	color: #0000CC;
	font-weight: normal;
	/*padding-bottom: 0.5em;*/
}
ul.menu1 li:hover ul li:hover a, 
ul.menu1 li a:hover ul li a:hover {
	/*background: #0000CC;*/
	color: #FFF9F9;
}


.menu1 table {
	border-collapse: collapse;
	width: 100%;
	/*border: 1px solid #E9E9E9;*/
	border: none;
}
.menu1 td {
	padding: 0;
}
.menu1 tr {
	/*background-color: #FAFAFA;*/
	background-color: #FFF9F9;
}
.menu1 tr:hover {
	/*background-color: #FAFAFA;*/
	background-color: #FFF9F9;
	color: #6A7179;
}
