body {
    background-color: none;
    background-image: url('../images/background.jpg');
    background-repeat: repeat;
    text-align: center;
    color: #234877;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: small;
	font-weight: bold;
	width: 100%;
	height: 100%;
}

a:link {
border-style: none;
text-decoration: none;
color: #3682e0;
opacity: 1.0;
-moz-opacity: 1.0;
filter: alpha(opacity=100);
}

a:visited {
border-style: none;
text-decoration: none;
color: #1d3d64;
opacity: 0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80);
}

a:hover {
border-style: none;
text-decoration: none;
color: #7495bd;
opacity: 1.0;
-moz-opacity: 1.0;
filter: alpha(opacity=100);
}

.nav {
color: #3682e0;
text-align: right;
font-size: small;
font-weight: bold;
opacity: 1.0;
-moz-opacity: 1.0;
filter: alpha(opacity=100);
}

.currentNav {
color: #ffa317;
text-align: right;
font-size: medium;
font-weight: bold;
opacity: 1.0;
-moz-opacity: 1.0;
filter: alpha(opacity=100);
}


.footer {
color: #234877;
text-align: right;
font-size: x-small;
font-weight: bold;
opacity: 1.0;
-moz-opacity: 1.0;
filter: alpha(opacity=100);
}

img {
border-style: none;
}

#navigation {
position: absolute;
right: 15px;
top: 5px;
padding: 0em;
z-index: 1;
}

#copyrightsFooter {
position: absolute;
right: 5px;
bottom: 5px;
padding: 0em;
z-index: 1;
}

#background {
position: absolute;
left: 0px;
bottom: 0px;
padding: 0em;
z-index: 0;
}

div#tooltip {
font-size: x-small;
font-weight: normal;
background-color: transparent;
position: absolute;
visibility: hidden;
}


