/* Main sections */
#wrapper  {
	margin: 0em 5em 0em 5em;
	padding: 0em;
	background-color: #fff;
}

#container {
	margin: 0em;
	padding: 0em;
	background-color: #fff;
	background: url('graphics/thinline80cc.jpg') 0em 0em repeat-x;
}

#cleardiv {
	clear: both;
	}

#content {	
	line-height: 1.2;
	padding:0em 1em;
	border-left: 1px solid #ccf;
	border-right: 1px solid #fcc;
	margin: 0em 6em 0em 8em;
	background: #fff;
}

#content .pdf {
	background: url(graphics/pdf.gif) no-repeat right;
}

/* Header area definitions */
#header {
	line-height: 1.2;
	top: 0em;
	left: 0em;
	height: 9em;
	width: 100%;
	margin: 0em;
	padding: 0em;
	background: url(graphics/IFMXSquares10t.gif) transparent no-repeat 4px 4px;
	border-bottom: 1px solid #ccf;
}
		
#header h2 {
	padding: 3.5em 1em 1em 0px;
	text-align: right;
}

/*Left panel */	
#left {
 	float: left;
	/*position:relative;
	left: 0;*/
	line-height: 1.2;
	width: 7em;
	height: 100%;
	padding: 1em 0 0 1em;
  	font-family : Verdana, Arial, Lucida, Geneva, Helvetica, sans-serif;
   	font-size : smaller;
   	font-weight : bold;
	background:#fff;
	}
	
#left h4, #left li {
	margin: 0;
	padding: 0.25em;
	}	

#left ul  {
	list-style: none;
	margin: 0em;
	padding: 0em;
	}
	
#left li a  {
	padding: 0.25em;
	color: #66f;
	text-decoration: none;
}

#left li a:hover  {
	color: #fff; /*	background-color : #ccf;*/
	background-color: #66F;
}
	
/* Navigation block */
#nav	{
	position: relative;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: x-small;
	margin: 0 0 0 11em;
	padding: 0em;
	z-index: 10;
}
	
#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li { 
	float: left; /**/
	}
			
#nav ul li	{
	display: inline;
	position:relative;
	padding-left: 6px;
	padding-right: 6px;
	} 

#nav ul li:hover ul {
	display : block;
	position: absolute;
	top: 1.2em;
	left: 3px; 
	width: 8em;
	padding: 0px;
	border: 1px solid #ccf;
	background:#fff;
}

#nav ul ul {
	display: none;
	/*position: relative;*/
	} 
      
#nav li li {
	display: block;
	text-align: left;
	padding: 0px 2px;
	background-color: #fff;
	line-height: 150%;
	float: none;
}
      
#nav li a  {
   	color : #66f;
   	text-decoration : none;
    }

#nav li a:hover, #nav li li:hover  {
   	color : #fff;
	background-color : #66f;
	}
	
/* Common tag definitions */
Body	{
	margin: 1em;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	background: #bbb url('graphics/thinlines.gif') repeat 0em 0em;
	 /*	background: #036 url('graphics/thinlines.gif') repeat 0em 0em;*/
}

td, th {font-size:90%;}

H1	{font-size: large;}

H2	{font-size: medium;}

H3	{font-size: small;}

H4	{font-size: x-small;}

a:link	{
    COLOR:#0033cc;
    TEXT-DECORATION:none;
}

a:visited {
	color: #9900cc;
    TEXT-DECORATION:none;
}

a:hover	{
    COLOR:#0033cc;
    TEXT-DECORATION:underline;
}

a:active {color: #c00}

.pdf {
	background-image: url(graphics/pdf.gif) 1px 1px no-repeat;
	}

abbr, acronym, .help {
  border-bottom: 1px dotted #f33;
  cursor: help;
  }

code {
	font-family: monospace;
	font-size: medium;
}

/* Table definitions */
#infotable table, #apptable table {
	color: #333;
	border-collapse: separate;
	/*width: 100%;*/
}

#infotable th, #apptable th {
	font-weight:bold;
	background: #E3EEFD;
	}

#infotable th, #infotable td   {
	padding: 2px 5px 3px;
	border-top: 1px dotted #ccc;
	text-align: center;
	font-size: 12px;
	vertical-align: top;
}
	
#apptable th, #apptable td {
	padding:2px 5px 3px;
	border-top:1px dotted #ccc;
	text-align:left;
	font-size:12px;}

#infotable .rowheader {
	font-style:italic;
	text-align:left;}
	
#infotable .alt, #apptable .alt { background:#eeeee4;}
	  
/* Right special box definitions */
#special {
	float: right;
	width: 20em;
	margin: 1em -2em 1em 1em;
	padding: 1em;
	font-family: Verdana, Arial, Lucida, Geneva, Helvetica, sans-serif;
	font-size: smaller;
	background-color: #eee;
	border: 1px solid #fcc;
}
#special dt {
	font-weight: bold;
	margin-top: 0.5em;
	padding-left: 15px;
	background-image: url(graphics/red_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}
#special h3 {
	text-decoration: underline;
	font-variant: small-caps;
	margin-top: 0em;
}
#special p {
	color: #000;
	font-weight: normal;
	}
	
#footer {
	background: #eee;
	text-align: center;
	font-size: 0.85em;
	}

#footer p	{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	}

#footer ul {
	margin: 0;
	padding: 0;
	background: #eee;
	border: 1px solid #eee;
	}
		
#footer li	{
	display: inline;
	position:relative;
	margin: 0;
	padding: 0 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #eef #666 #999 #eef;
	} 

#graphic, #graphic h3 {
	text-align: center;
	font-color: blue;
	}
