<!-- ----------------------------------------------------------------------------------- -->
<!--           the css                                                                   -->
<!-- ----------------------------------------------------------------------------------- -->

<style type="text/css">

/*--------------------------------------------------------------------------------*/
/*        general                                                                 */
/*--------------------------------------------------------------------------------*/
<!--

body {

	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../webimages/background-maze.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #70562e;
}


p {
text-align: justify
}


h2 {
	
	font-size: 22px;
}

#container {
	width: 969px;
	margin-right: auto;
	margin-left: auto;
        margin-bottom: auto;
}



/*--------------------------------------------------------------------------------*/
/*        header                                                                  */
/*--------------------------------------------------------------------------------*/

#header {
	background-image: url(../webimages/ist_header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 190px;
	text-align: right;
	padding-right: 50px;
	padding-top: 10px;
	color: #ef9f00;
}

#header a {

	color: #ef9f00;
	text-decoration: underline;
	font-weight: bold;
        font-size: 11px;
}

#header a:hover {

	color: #FDBD15;
	text-decoration: none;

}


#sides
{
       background-image: url(../webimages/content_back.gif);
        background-repeat: repeat-y;
        padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 40px; 


}

#main {
        padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 40px;
	
       
}


#contents td {

	text-align: left;
	vertical-align: top;
}




.mainContentSpace {
        font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #70562e;
	padding-right: 40px;
	padding-top: 20px;
        text-align: justify
}


.mainContentSpace a {
        color: #ef9f00;
	text-decoration: underline;
	font-weight: bold;
       
}


.mainContentSpace a:hover {

	color: #FDBD15;
	text-decoration: none;

}


.mainImageSpace {

	padding-top: 20px;

}






/*--------------------------------------------------------------------------------*/
/*        menu                                                                    */
/*--------------------------------------------------------------------------------*/



#navcontainer {
width: 180px;
padding: 0px;
padding-top: 20px;
padding-left: 0px;
background-color: #FFFFFF;
text-color:#EC9F01;

}


#navcontainer ul
{
margin:  0px;
padding-left: 20px;
list-style-type: none;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
background-color: white;
}

#navcontainer li 
{ 
margin: 0;
color:#EC9F01;
padding: 3px 0px;
font-weight: bold;
text-decoration: none;
background-position: 0 0;
background-color: white;
}

#navcontainer a     /* first degree elements */
{
display: block;
padding: 4px 0px;
color: #ec9f01;
font-weight: bold;
text-decoration: none;
background-position: 0 0;
background-color: white;
}

#navcontainer a:hover
{
color: #FDD017;
background-color: none;
background-position: 0 0;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0;
}


#navcontainer ul ul a   /**  2nd degree element */
{
display: block;
padding: 2px 2px 0px 0px;
color: #feb711;
font-size: 12.5px;
font-weight: bold;
text-decoration: none;
font-weight: normal;
background-color: white;
}

#navcontainer ul ul a:hover /* level 2 elements -- hover */
{
color: #FDD017;
font-weight: normal;
text-decoration: none;
}


/*--------------------------------------------------------------------------------*/
/*        footer                                                                  */
/*--------------------------------------------------------------------------------*/


#footer {

	background-image: url(../webimages/footer_back.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 11px;
text-align: right;
        color: #70562e;
	margin-bottom: 30px;

}

-->


</style>
