/* Prowriter CMS Stylesheet */
/* Version: 1.0 | 14/02/2004 */
/* BASIC FRONTEND VERSION */
/* TEMPLATE STYLE 1 (logo - top | nav | body)*/

/* - - - - 1. MAIN SETTINGS FOR THE WEBSITE- - - - */
body,html {
    font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: black;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #F8E4CB;
    margin-top: 0px;
	 height: 100%;
	 width:100%;
	  line-height: 170%;
	 /*background-image: url(../images/bg6.jpg);
	background-position: inherit;
	background-repeat: no-repeat;*/
}

* { margin: 0px; padding: 0px; font-family: Georgia, Verdana, Arial, Helvetica, 'Sans Serif';font-size: 9pt; line-height: 170%; }

/* default font and font size */
p, h1, h2, h3, h4, h5, h6, h7, td, tr, th, li, span, div, table
{ font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; margin: 0px; text-align: left; font-size: 9pt; line-height: 170%; }

/* most imporant color settings */
h1,h2,h3,h4,h5,h6 {color:#000000; font-weight: bold;}
p {color:#000000;font-size: 9pt; line-height: 170%;}
li {	color: #000000; }

a:link { color: #000000;  text-decoration: underline; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000;}

/* - - - -  2. GENERAL TEXT SETTINGS - - - - */
h1, .maintitle { font-size: 140%; font-weight: bold; }
h2, .subtitle { font-size: 130%;  font-weight: bold;}
h3, .sectiontitle { font-size: 130%; font-weight: bold;  }
h4, .introduction { font-size: 130%; font-weight: bold;  }
h5, .description { font-size: 100%; font-weight: bold; }
h6, .summary { font-size: 90%; font-weight: bold; }
h7 { font-size: 100%; }
p { font-size: 100%; }
span { font-size: 100%;}
li { font-size: 100%;}
ul {  margin-bottom: 10px; margin-left: 15px;}

/* CONTAINER SETTINGS - Site Specific Text Settings*/


#page {
	 z-index: 2;
    margin:auto;
    width:848px;
	 position: relative;
/*  width: 1000px; */	 
}

/* HEADER */
#header  { width: 848px;padding-top:25px; }

#header h1 {
	width: 848px;
	background-repeat: no-repeat;
	height:25px;
}
#header h1 span {    display: none;}
#header h2 span {    display: none;}
#header p span {    display: none;}

/* NAVIGATION: SUBPAGE MENU */
#header .navigation { margin-left: 0px; width: 767px; background-color:transparent; height: 28px; }
#header .navigation ul { list-style-type: none; margin: 0px; }
#header .navigation li { font-size: 8pt; line-height:1.4; float: left;  border-left: Solid 0px white;font-family:georgia,verdana;font-weight:bold; }

/* passive */
#header .navigation li a,
#header .navigation li a:link,
#header .navigation li a:visited
#header .navigation li.passive a,
#header .navigation li.passive a:link,
#header .navigation li.passive a:visited { color: black;margin-right:7px;  display: block; padding-top: 5px; padding-bottom: 5px;background-color: #bbc9e3;padding-left:14px;padding-right:14px; text-align: center; text-decoration: none; }
#header .navigation li.a:hover,
#header .navigation li.passive a:hover { background-color: #000000; color: white; }

/* active en parent */
#header .navigation li.active a,
#header .navigation li.parent a,
#header .navigation li.active a:link,
#header .navigation li.parent a:link,
#header .navigation li.active a:visited,
#header .navigation li.parent a:visited { background-color: #000000; color: white;}
#header .navigation li.active a:hover { background-color: #000000; color: white; }

/* child passive */
#header .navigation li.passive-child a,
#header .navigation li.passive-child a:link,
#header .navigation li.passive-child a:visited { }
#header .navigation li.passive-child a:hover { }

/* child active */
#header .navigation li.active-child a,
#header .navigation li.active-child a:link,
#header .navigation li.active-child a:visited { }
#header .navigation li.active-child a:hover { }

/* FLASHHOMEPAGE */

#flashhome { width: 731px; height:200px;	position:absolute; top:0px;left:30px;
}





/* MAIN BODY */
.main {
	width:848px;margin-top:20px;

}
.main .left { padding: 0px;width: 580px;padding:20px; float: left;background-color:white;border:7px solid #bbc9e3;height:550px;overflow:auto;opacity:0.75;filter:alpha(opacity=75);

scrollbar-3dlight-color:#c0c0c0;
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#f0f3f9;
scrollbar-darkshadow-color:#808080;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#c0c0c0;
scrollbar-shadow-color:#c7c7c7;

}
.main .left h4{
	font-size: 12pt; color: #000000; font-weight: bold;
}

.main .right {padding-top: 0px; width: 184px; float: left;background-color:transparent;margin-left:30px;}
#language {	position: absolute; z-index: 1; top: 0px; left: 490px; text-decoration: none;width:145px;background-color:transparent;margin-top:28px;}
#language li { list-style: none;float:left;}
#language img {	border:0px;}
#language a:link { text-decoration: none;
}
.breaker {    clear: both; height:0px; line-height:0px; overflow:hidden; }
.foorter {	width: 781px;}
.footer p { font-size: 8pt;}

/* FIX FOR TRANSPARANT PNG IE6 */
img {
   behavior: url("pngbehavior.htc");
}

