BODY {
	background-color: F4E4B8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: 0F036B;
	margin: 10px;
	text-align: justify;
}

.Header {
		  }  

.Picture {
	position: absolute;
	bottom: 3px;
	right: 5%;
}
			  
.Title {
	position: relative;
	top: -80px;
	left: 279px;
	z-index: 1;
	color: Black;
	font: small-caps bold 36px/0px Verdana, Geneva, Arial, Helvetica, sans-serif;
	visibility: visible;

}
		
.Navigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: auto;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
    }                  /*have the navigation elements better separated*/
	
.navbox {
	font-size: 15px; /*readability for the links*/
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: transparent;
	padding: 5px;
	margin: 20px 5px 5;
	font-weight: bolder;
}
	
p.First:first-letter {
	font-size: xx-large;
	float: left;
	font: "Courier New", Courier, monospace;
	font-weight: bold;
}
.H1 {font-size: 22pt;
	margin: 20px 20px 20px 20px;
}
.H2 {font-size: 18pt;}
.H3 {font-size: 14pt;}

.H4 {font-size: 18pt;
	margin: 20px 20px 20px 20px;
	padding: 5px;}
	
.H5 {font-size: 14pt;
	margin: 20px 20px 20px 20px;
	padding: 5px;}

.H6 {font-size: 10pt;
	padding: 5px;
	margin: 20px 20px 20px 120px;}

.H7 {
	font-size: 14pt;
	padding: 5px;
	margin: 0px 20px 0px 120px;}
	
.he {
	font-size: 10pt;
	padding: 5px;
	margin: 0px 20px 0px 120px;
	background-color: #F7EFD7;
	color: 000197;
}
	
.d1 {
	background: transparent;
	color: 0F036B;
	margin: 10px 10px 20px 10px;
	padding: 2px;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	width: auto;
	padding: 1px;
	font-size: 14px;
	clear: both;
}
	
.d1 img.l {
	background: Black;
	float: left;
	margin: 10px 10px 5px 10px;
	padding: 3px;
}

.d1 img.r {
	background: Black;
	float: right;
	margin: 10px 10px 5px 10px;
	padding: 3px;
}

.d1 img.c {
	background: Black;
	margin: 10px 10px 5px 10px;
	padding: 3px;
}	

.d2 {
	background: transparent;
	color: 0F036B;
	margin: 10px 23px 20px 50px;
	padding: 5px;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	width: auto;
	padding: 2px;
	font-size: 14px;
	clear: both;
	list-style-type: circle;
}

P, OL, UL, DL {font-size: 14px;}
/*font-family is already defined, here I only set the font-size*/
P OL, P UL, P DL, OL UL {font-size: 13px;}
/*and here the I prevent the incredible shrinking text*/
        
a:link {
	/*normal links in the text*/
	color: 0313AB;
	text-decoration: underline;
	background: transparent;
	font-weight: 800;
}
a:visited {
	color: 0313AB;
	text-decoration: underline;
	font-weight: 800;
	background: transparent;
}
a:hover { 
  color: #999999; 
  text-decoration : underline; 
  background: transparent;
  font-weight: 800;
  }

/*now follow the section links in the navigation bar on the left side*/        
a.nav:link {
	color: Black;
	text-decoration: none;
	font-weight: 800;
	font-size: 16px;
	background: transparent;
}
a.nav:visited {
	color: Black;
	text-decoration: none;
	font-weight: 800;
	font-size: 16px;
	background: transparent;
}
a.nav:hover {
	color: Maroon;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	background: transparent;
}
a.navtot {/*the style for the actual page*/
  color: #CDCDCD; 
  text-decoration: none; 
  font-weight: 600; 
  font-size: 16px; 
  background: transparent;}
  

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: Black;
}


#menu {
	position: static;
	top: 0;
	left: 0;
}
#menu {
	width: 130px;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	border: 1px solid gray;
	background: #ccc;
	font-size: 0.9em;
}
#menu dd {
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #fff;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	font-weight: normal;
	border: 0 none;
	height: 100%;
	font-size: 0.8em;
}

#menu li a:hover, #menu dt a:hover {
	background: #eee;
}
hr {
	visibility: hidden;
	height: 0;
	clear: both;
}

#list {
	position: static;
	top: 0;
	left: 0;
	width: 250px;
}
#list dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	border: 1px solid gray;
	background: #ccc;
	font-size: 0.9em;
}
#list dd {
	border: 1px solid gray;
}
#list li {
	text-align: center;
	background: #fff;
}
#list li a, #list dt a {
	color: #000;
	text-decoration: none;
	display: block;
	font-weight: normal;
	border: 0 none;
	height: 100%;
	font-size: 0.8em;
}

#list li a:hover, #list dt a:hover {
	background: #eee;
}

#step {
	top: 0;
	left: 0;
	width: 130px;
}
#step dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	border: 1px solid gray;
	background: #ccc;
	font-size: 0.9em;
	position: fixed;
	bottom: 5px;
}

.step1 {
	width: 130px;
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	border: 1px solid gray;
	background: Gray;
	font-size: 0.7em;
	position: fixed;
	bottom: 5px;
	left: 0;
	color: Black;
}
.step2 {
	width: 130px;
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	border: 1px solid gray;
	background: Gray;
	font-size: 0.7em;
	position: fixed;
	bottom: 30px;
	left: 0;
	color: Black;
}
.step3 {
	width: 130px;
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	border: 1px solid gray;
	background: Gray;
	font-size: 0.7em;
	position: fixed;
	bottom: 55px;
	left: 0;
	color: Black;
}
* html {
    overflow-y: hidden;
    }
* html body {
    overflow-y: auto;
    }
* html div.step1 {
	position: absolute;
}
* html div.step2 {
	position: absolute;
}
* html div.step3 {
	position: absolute;
}

