@charset "utf-8";
/* CSS Document */
/* -------------------------------- */
/* Structure of site				*/ 
/* -------------------------------- */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(img/page_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #a9cfc1;
	background-repeat: repeat-x;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#myslidemenu {
	background-image: url(img/menu_bg.gif);
	height: 40px;
	background-repeat: no-repeat;
}
#lang{
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
}
#submenu {
	width: 210px;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 60px;
	float: left;
}
#mainContent {
	width: 640px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 20px;
	float: right;
}
div#mainContent {
	min-height:350px;
height:expression(this.scrollHeight > 350 ? "auto":"350px"); 
}

#footer {
	width: 840px;
	height: 60px;
	text-align: left;
	padding-left: 120px;
	padding-top: 20px;
	margin:0;
}

/* -------------------------------- */
/* All paragraphs			*/ 
/* -------------------------------- */
p, pre{
padding:0px;
margin:0px;
}

/* -------------------------------- */
/* TEXT				*/ 
/* -------------------------------- */


h2 {
	font-size:14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	color:#a6f0f4;
	font-family: Arial, Helvetica, sans-serif;	
}

h3 {
	font-size:12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;	
}

.sm {
font-size: 9px;
font-family: Arial, Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#1b797e;
padding:0;
margin:0;
}

.formtext {
font-size: 12px;
font-family: Arial, Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:0;
margin:0;
}

.formtextB {
	font-size: 12px;
	font-family: Arial, Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	padding:0;
	margin:0;
	font-weight: bold;
}

.formTitle {
	font-size:12px;
	font-weight: bold;
	color:#1a8090;
	font-family: Arial, Helvetica, sans-serif;
}

.formTitle a {
	font-size:12px;
	font-weight: bold;
	color:#1a8090;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.formTitle a:hover {
	font-size:12px;
	font-weight: bold;
	color:#a6f0f4;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.formTitle a:visited {
	font-size:12px;
	font-weight: bold;
	color:#1a8090;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


#lang {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 8px;
}
#lang a {color: #ffffff; text-decoration: none;}
#lang :visited {color: #ffffff;}
#lang :hover {color: #ffffff;}
#lang :active { color:#ffffff;}

#submenu {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-image: url(img/bullet.gif);
	vertical-align: text-middle;
	font-weight: bold;
	margin: 0;
padding: 0;
}

#submenu li{ 	
margin: 0;
padding: 0;
vertical-align: text-middle;
list-style-image: url(img/bullet.gif);
}

#submenu a {
	color: #ffffff;
	text-decoration: none;
	list-style-image: url(img/bullet.gif);
	vertical-align: text-middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}
#submenu :visited {
	color: #ffffff;
	list-style-image: url(img/bullet.gif);
	vertical-align: text-middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#submenu :hover {
	color: #ffffff;
	list-style-image: url(img/bullet.gif);
	vertical-align: text-middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#submenu :active {
	color:#ffffff;
	list-style-image: url(img/bullet.gif);
	vertical-align: text-middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

#myslidemenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#myslidemenu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6cadb7;
	text-decoration: none;
}
#myslidemenu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.image {
	border: 3px solid #FFFFFF;
	}
