body{
  font-size: 12px;
  font-family: Helvetica,Arial,sans-serif; 
}


a:link {
  font-family: Helvetica,Arial,sans-serif; 
	font-size: 12px;
}

a:visited {
  font-family: Helvetica,Arial,sans-serif; 
	font-size: 12px;
}

a:hover {
  font-family: Helvetica,Arial,sans-serif; 
	font-size: 12px;
}

a:active {
  font-family: Helvetica,Arial,sans-serif; 
	font-size: 12px;
}

.pathway a:link {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
}

.pathway a:visited {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
}

.pathway a:hover {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
}

.pathway a:active {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
}



/*not in use*/
#Part1{ /*header*/
    float: left;
    border: 2px dotted green;
}

/*not in use*/
#Part2{ /*main*/
	float: left;
    border: 2px dotted yellow;
}

/*not in use*/
#Part3{ /*footer*/
	clear:all;
    border: 2px dotted red;
}

#Section1{ /*left menu*/
    width: 155px;
	padding: ;
    margin: 10px; 
    border: ;
}

#Section2{ /*right menu*/
	width: 165px;
    margin: 10px; 
}

#Section3{ /*breadcrumbs*/
    border: ;
	background-color: ;
	margin: 4px 0px 0px 10px;
}

/*not in use*/
#Section4{ /*left side*/
    float: left; width: 15em;
    margin: 0 0 1.2em; 
    border: 1px dashed silver;
}

#Section5{ /*content*/
    margin:;
    padding: 10px;
    border:;
}

/*not in use*/
#Section6{  /*right side*/
    float: right; width: 12em;
    margin: 0 0 1.1em; 
    background-color: #eee; border: 1px dashed silver;
}

/*not in use*/
#Section7{  /*footer*/
    margin: 0 0 1.1em; 
	background-color: #eee; border: 1px dashed silver;
}