/* Header */
#header a:link {
color: #000000;
text-decoration: none;
}
#header a:visited {
color: #000000;
text-decoration: none;
}
#header a:hover {
color: #FF0000;
text-decoration: underline;
}
#header a:active {
color: #FF0000;
text-decoration: underline;
}

/* Main Body */
a:link {
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #0000FF;
text-decoration: none;
}
a:hover {
color: #FF0000;
text-decoration: underline;
}
a:active {
color: #FF0000;
text-decoration: underline;
}

/* Footer */
#footer a:link {
color: #000000;
text-decoration: none;
}
#footer a:visited {
color: #000000;
text-decoration: none;
}
#footer a:hover {
color: #FF0000;
text-decoration: underline;
}
#footer a:active {
color: #FF0000;
text-decoration: underline;
}

/* Frontpage Icons */
.icon1-out {
background-image:url(/images/icon_world_out.jpg);
width: 75px;
height: 75px;
float: left;
}

.icon1-over {
background-image:url(/images/icon_world.jpg);
width: 75px;
height: 75px;
float: left;
}

.icon2-out {
background-image:url(/images/icon_photo_out.jpg);
width: 75px;
height: 75px;
float: left;
}

.icon2-over {
background-image:url(/images/icon_photo.jpg);
width: 75px;
height: 75px;
float: left;
}

.icon3-out {
background-image:url(/images/icon_reports_out.jpg);
width: 75px;
height: 75px;
float: left;
}

.icon3-over {
background-image:url(/images/icon_reports.jpg);
width: 75px;
height: 75px;
float: left;
}

.icon4-out {
background-image:url(/images/icon_servicelearning_out.jpg);
width: 75px;
height: 75px;
float: left;
}

.icon4-over {
background-image:url(/images/icon_servicelearning.jpg);
width: 75px;
height: 75px;
float: left;
}

.icon5-out {
background-image:url(/images/icon_adventure_out.jpg);
width: 75px;
height: 75px;
float: left;
}

.icon5-over {
background-image:url(/images/icon_adventure.jpg);
width: 75px;
height: 75px;
float: left;
}

.icon6-out {
background-image:url(/images/icon_nv_out.jpg);
width: 75px;
height: 75px;
float: left;
}

.icon6-over {
background-image:url(/images/icon_nv.jpg);
width: 75px;
height: 75px;
float: left;
}
