@charset "utf-8";
/* CSS Document */

body { margin-left: 0px; 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align:justify;
		}
		

img { border:none }

a:link { border: none;
		  text-decoration:none;
		  color: blue; }
a:hover { border:none;
		  text-decoration: none; }
a:visited { text-decoration: none;
			color: blue; }

.navback {  background-image: url("graphics/bck-gradient.png");
		 	background-color: #5288bd;
		 	background-repeat: repeat-x;
		 	width: 260px;
		 	height: 1200px;
		 	border: none;
		 	position: absolute;
		 	top: 0px; left: 0px;
	 }	
	 
.nav {   border: none;
		 position: absolute;
		 top: 70px; left: 20px;
	 }
	 
.vertband { background-color: #d6d6d6;
			position:absolute;
			left: 260px; top:0px;
			width: 3px;
			height: 1200px;
		  }
		  
.heading { font-family: Arial, Helvetica, sans-serif; 
		   font-size: 16px; font-weight: normal;
		   }

