body {background-color: ffffff;
	color: 000000;
	background-position: left;
	background-repeat: no-repeat;
	font-family: lucida console, arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	scrollbar-track-color: ffffff;
	scrollbar-face-color: ffffff;
	scrollbar-highlight-color: ffffff;
	scrollbar-base-color: silver;
	scrollbar-DarkShadow-color: silver;
	scrollbar-Shadow-color: ffffff;
	scrollbar-arrow-color: 000000;}

a {font-family: lucida console, arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: 069af2;
	text-decoration: none;}

a:link a:visited a:active {color: 069af2;}

a:hover {background: 069af2;
	color: ffffff;
	text-decoration: none;
	font-weight: normal;}

#menu {background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 25px;
	padding: 5px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	z-index: 50;}

#navigation, #navigation ul { padding: 0; margin: 0; list-style: none; }
#navigation a { display: block; background-color: transparent;}
#navigation a:hover, #navigation a:hover li {background: 069af2;
	color: ffffff;
	text-decoration: none;
	font-weight: normal;}
#navigation li { float: left; padding-right: 15px;}
#navigation li ul { position: absolute; width: 50px; left: -999px;}
#navigation li ul li{width: 150px; background-color: #ffffff; border: 1px solid silver; padding: 4px;}
#navigation li:hover ul { left: auto; }
#navigation li:hover ul, #navigation li.sfhover ul { left: auto; }

#pageTitle {background-color: 069af2;
	position: absolute;
	top: 0px;
	left: 600px;
	width: 300px;
	height: 25px;
	text-align: right;
	padding: 5px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	font-family: lucida console, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: ffffff;}