
/*normal links in the text*/
a:link {
	background: transparent;
      	color: #0000FF;
     	text-decoration: none;
	       
}

a:visited {
	background: transparent;
	color: #0000FF;
      	text-decoration: none;
       
}

a:hover {
	background: transparent;
	color: #0000FF;
        text-decoration: underline;
    
}

/*now follow the section links in the navigation bar on the left side*/        
a.nav:link {
	background-color: #003399;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.nav:visited {
	background-color: #003399;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	background-color: #003399;
	color: #FF3C14;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

body {	
	margin: 3px 0px 0px 10px; 
	padding-top: 0px; 
        font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
        font-size: 12px;
             
}


P {	
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
        font-size: 12px;
}



#leftcol{
        width:144px; 
        height: 3200px;
        position:absolute; top:0px; left:0px; background-color: #003399; margin: 0px;
        padding: 0;
        font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;

}




.navbox {
	background-color: #003399;
	border-bottom: 2px groove #1463FF;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px; /*some button-like boxes for the left-side navigation*/
	margin: 2px;
	padding: 2px;
        width: 136px;
}

.navbox2 {
	background-color: #003399;
	border-bottom: 2px groove #1463FF;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px; /*some button-like boxes for the left-side navigation*/
	margin: 2px;
	padding: 2px;
        width: 136px;
        height: 28px;
}

.navbox3 {
	background-color: #003399;
	border-bottom: none;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px; /*some button-like boxes for the left-side navigation*/
	margin: 0px;
        width: 138px;
        height: 230px;
}


.navbox4 {
	background-color: #003399;
	border-bottom: none;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px; /*some button-like boxes for the left-side navigation*/
	margin: 0px;
        width: 138px;
        height: 141px;
}

.Navigation {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	left: 2px;
	line-height: 110%; /*line-height set to 110% in order to have the navigation elements better separated*/
	position: absolute; /*The navigation on the left side, positioned absolutely*/
	top: 1px;
	width: 142px;
}

.Navigation2 {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	left: 12px;
	line-height: 110%; /*line-height set to 110% in order to have the navigation elements better separated*/
	position: absolute; /*The navigation on the left side, positioned absolutely*/
	top: 445px;
	width: 142px;
}

.Navigation3 {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	left: 12px;
	line-height: 110%; /*line-height set to 110% in order to have the navigation elements better separated*/
	position: absolute; /*The navigation on the left side, positioned absolutely*/
	top: 570px;
	width: 142px;
}


.box {
	background: #FFFFFF; /*this is a box where the bottom-navigation and the copyright will be placed*/
	border-color: #E6004D;
	border-style: solid;
	border-width: 1px;
	color: #000099;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 0px;
        width: 784px;
        text-align: center;

}

.box2 {
	background: #FFFFFF; /*this is a box where the bottom-navigation and the copyright will be placed*/
	color: #000099;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
        width: 784px;
        text-align: center;

}

.box3 {
	background: #FFFFFF; /*this is a box where the bottom-navigation and the copyright will be placed*/
	color: #000099;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
        width: 784px;
        text-align: center;

}

.box4 {
	background: #FFFFFF; /*this is a box where the bottom-navigation and the copyright will be placed*/
	color: #000099;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
        width: 784px;
        text-align: center;
        height: 20px;

}

h1{font-size:medium;font-family: Arial,Tahoma, Verdana, Helvetica, sans-serif ;
text-align:center;
font-weight:bold;
font-size: 13pt;
color: #E62600;
width: 580px;
height: 30px;
}
