﻿@charset "utf-8";
/* CSS Document */

body {
	background: #04173c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	link: #04173c;
	vlink: #04173c;
	alink: rgb(255,255,0);
}
DIV.menu{
	position:relative;
	LEFT: 0px;
	WIDTH: 160px;
	TOP: 30px;
	HEIGHT: 300px;
	BACKGROUND-COLOR: transparent;
	overflow:hidden;
}
Div.Filler{
	position: relative;
	left: 340px;
	top: -200px;
	height: 200px;
	width: 330px;
	overflow:hidden;
}
DIV.RightClock{
	position:relative;
	TOP: -5px;
/*	LEFT: 645px; */
	WIDTH: 250px;
	height: 12px;
	BACKGROUND-COLOR: transparent;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: white;
	TEXT-ALIGN: right;
}
.style1 {
	color:#0066cc;
	font-weight: bold;
	text-decoration:underline;
	font-size:larger
}
.style2 {
	color:#333366;
	font-weight: bold;
}
.pointer { cursor: pointer }

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #04173c;
color: #5f7eb4;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */;
	width: 200px;
	background-color: #FFFFFF;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #333366;
color: white;
}

/* ######### class for shadow DIV ######### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}