/* CSS Document */
/**-*-*-*- redefined HTML tags **-*-*-*-*/

body {
	line-height: 150%;
    background: #ffffff;
    color: #000000; 
    font-family: "Times New Roman", Times, serif;
    font-size: 100%;
    margin: 0 0 0 0;
}

.logo {
    position: absolute;
    top: 4px;
    left: 20px;
    width: 180px;
    height: 160px;
    }
	
	
.navigation {
    position: absolute;
    top: 163px;
    left: 18px;
    width: 180px;
    height: auto;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 150%;/*line-height set to 110% in order to*/
    }                  /*have the navigation elements better separated*/
	
.titlewide {
	position: absolute;
	top: 25px;
	margin-left: 200px;
	width: 575px;
	padding: 20px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 153px;
	  }			
	
	
.titlelow {
	position: absolute;
	top: 25px;
	margin-left: 200px;
	width: 500px;
	padding: 20px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 153px;
	  }	  	
	
.titlehigh {
	position: absolute;
	top: 5px;
	margin-left: 200px;
	width: 500px;
	padding: 20px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 153px;
	left: 5px;
	  }	
	  
	
.contentverylow {
	position: absolute;
	top: 250px;
	margin-left: 200px;
	width: 500px;
	height: auto;
	padding: 20px;
	background: #FFFFFF;
	font-family: Times New Roman, serif;
	left: 4px;
    }		  
	
.contentlow {
	position: absolute;
	top: 140px;
	margin-left: 200px;
	width: 500px;
	height: auto;
	padding: 20px;
	background: #FFFFFF;
	font-family: Times New Roman, serif;
	left: -3px;
    }	
	
.contenthigh {
	position: absolute;
	top: 100px;
	margin-left: 200px;
	width: 500px;
	height: auto;
	padding: 20px;
	background: #FFFFFF;
	font-family: Times New Roman, serif;
	left: -3px;
    }	
	 
p { 
	color: black;
	font-family: Times New Roman;
	font-size: 100%;
	line-height:150%;
}


h1,h2,h3,h4,h5,h6 {
    font-family: Verdana,Helvetica,Arial;
	color: #0099FF;
	font-weight: bold;
}

h1 {
	padding-top: 10px;
	font-size: 180%;
}    

h2 {
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 160%;
}
    
h3 {
	padding-top: 0px;
	padding-bottom: 3px;
    font-size: 125%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 80%;
} 

img {
    border-width: 0;
}   

li {
	line-height: 150%;
	padding-bottom: 14px;
}

strong {
    font-weight: bold;
}  

table, td, th {
	padding: .5cm .5cm .5cm .5cm;
	margin: 5px;	
}

table p { 
	line-height: 110%; 
}	

th {
    background: #ffdead;
    font-weight: bold;
}

td {
	vertical-align: top;	
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

/* *-*-*-*- Tag specific class implementations  *-*-* * */
p.caption { 
	color: black;
	font-family:  Verdana, Helvetica, Arial;
	font-size: 80%;
	font-style: italic;
}

p.footer {
	text-align:center; 
	color: black;
	font-family: Verdana, Helvetica, Arial;
	font-size: 80%;
}

img.toTop {
	margin-left: 350px;
}

/* *-*-*-*- Specialized Classes  *-*-* * */

.class1 A:link {
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold; 
	font-size: 90%; 
	text-decoration: none
}


.class1 A:visited {
	font-family: Verdana, Helvetica, Arial;
	font-size: 90%; 
	text-decoration: none
 }
 
.class1 A:active {
	font-family: Verdana, Helvetica, Arial; 
	font-size: 90%; 
	text-decoration: none
}

.class1 A:hover {
	font-family: Verdana, Helvetica, Arial; 
	font-size: 90%; 
	text-decoration: underline
}

.nolink  {
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal; 
	font-size: 90%; 
	text-decoration: none
}


.styleborder{
	border-right-color: #0066CC;
}
