/* this stylesheet is used for the nav frame */

BODY {
	background: url(images/back1.gif);
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	line-height: 1.1;
	margin-left: 1.5em;
	margin-top: 1.5em;
	scrollbar-face-color: #666666;
    scrollbar-shadow-color: #404040;
    scrollbar-highlight-color: #AAAAAA;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #202020;
    scrollbar-track-color: #1C5370;
    scrollbar-arrow-color: #EEEEEE }

A:link {
	background-color: transparent;
	COLOR: #808080;
	font-weight: bold;
	font-size: 80%}

A:visited {
	background-color: transparent;
	color: #808080;
	font-weight: bold;
	font-size: 80%}

A:active {
	background-color: transparent;
	color: #808080;
	font-weight: bold;
	font-size: 80%}

A:hover {
	text-transform: none;
	background-color: #006699;
	color: #ffffff}
	
.logo {
	position: absolute;
	top: 16px;
	left: 10px;
	}

.earth {
	position: absolute;
	top: 16px;
	right: 0px;
	}

.nav {
	position: absolute;
	top: 82px;
	left: 20px;
	}
