/***********************************************/
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Geneva, sans-serif;
	color: rgb(255,255,255);
	line-height: 20pt;
	margin: 0px;
	padding: 5px;
	background-color: rgb(0,51,102);
	text-align: left;
	margin-bottom: 5px;
	width: Auto;
	position: absolute;
	vertical-align: auto;
	overflow: visible;
	clip: auto;
}


a{
	color: rgb(0,51,102);
	font-family: Verdana, Geneva, sans-serif;
}

a:link{
	color: rgb(255,204,0);
	font-style: inherit;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

a:visited{
	color: rgb(0,153,204);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: inherit;
	font-weight: bold;
}

a:hover{
	color: rgb(0,255,51);
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: inherit;
	font-weight: normal;
}

h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20pt;
	color: rgb(0,102,204);
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-position: center;
}

h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: rgb(255,204,0);
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p {
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: rgb(204,204,204);
}


h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: rgb(204,0,0);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h4{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: rgb(102,102,204);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h5{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: rgb(255,204,0);
	margin: 2px;
	padding: 6px;
	text-align: center;
}

ul{
	list-style-type: disc;
	white-space: normal;
	font-variant: small-caps;
	font-weight: bold;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,0,204);
}

#navBar{
	position:absolute;
	float: left;
	width: 155px;
	margin: 0px;
	border: none;
	left: 15px;
	top: 348px;
	height: 560px;
	background-color: rgb(0,51,102);
}
/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	list-style: none;
	margin: 1;
	padding: 1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255,255,255);
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/************** #advert styles **************/

h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: rgb(255,204,0);
	text-align: center;
}




#advert img{
	display: block;
}

center {
	background-position: center;
	text-align: center;
}
TmTable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: rgb(0,51,203);
	text-align: left;
	border: thin double rgb(153,153,153);
}
}
.table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-align: center;
	padding: 1px;
	border: medium double rgb(0,51,203);
}

.stattable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: rgb(204,204,204);
	background-color: rgb(0,0,0);
	border: medium double rgb(204,204,204);
	height: 15px;
	width: auto;
	padding: 1px;
	text-align: center;
	white-space: nowrap;
}
.oddrow {
	background-color: rgb(0,0,0);
}
.evenrow {
	background-color: rgb(102,102,102);
}
.selectrow {
	background-color: rgb(0,102,0);
}
#stats table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: rgb(204,204,204);
	letter-spacing: normal;
	text-align: center;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	display: none;
	margin: 2px;
	padding: 2px;
	height: 15px;
	width: auto;
	border: thin solid rgb(0,0,0);
	cursor: default;
}
.statshdr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: rgb(255,204,0);
	background-color: rgb(153,0,0);
	white-space: normal;
	text-align: center;
}
.spryhiddenregion {
	font-family: Verdana, Geneva, sans-serif;
	background-color: rgb(0,51,102);
	background-position: center;
}
#no_results_div {
	display: none;
}
keepers {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: rgb(0,51,153);
	text-align: left;
}
.salary_numbers {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: rgb(0,204,0);
}
.style14 {
	color: rgb(0,255,0);
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#threestars {
	position:absolute;
	width:223px;
	height:180px;
	z-index:1;
	left: 12px;
	top: 724px;
}
#threedogs {
	position:absolute;
	width:225px;
	height:193px;
	z-index:2;
	left: 11px;
	top: 932px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: rgb(255,255,255);
	cursor: inherit;
}
body {
	background-color: rgb(0,51,203);
}
.style1 {
	color: rgb(255,204,0);
	font-size: 18px;
}
.style3 {
    color: rgba(204,101,0,1);
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
}
.style4 {
	color: rgb(255,0,0);
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.style10 {
	color: #D6D6D6;
	font-size: 12px;
	font-weight: bold;
}
.style11 {font-size: 11px}
.style13 {
	color: rgb(255,153,0)
}

@charset "UTF-8";
.iframePopupDialog
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
	-moz-opacity:0.1;
	-khtml-opacity:0.1;
}

.popupBox
{
	position:relative;
	background-color: rgb(0,0,0);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 2px;
	border: 2px outset rgb(204,204,204);
	text-align:left;
	/*popup dialog cross-browser shadow*/
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;


	filter:progid:DXImageTransform.Microsoft.Shadow(color='#818181', Direction=135, Strength=8);
	vertical-align:middle;
	height: 300px;
	width: 300px;
}
.popupContent{
	overflow: auto;
	vertical-align: top;
	width: 100%;
	height: 19em;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
.popupContainer{
	width: 300px;
}

.shieldPopupDialog{
	background-color:rgb(102,102,102);
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.popupBar{
	border: 1px solid rgb(255,255,255);
	padding: 0.4em;
	background-color:rgb(153,0,51);
	width: auto;
	height: auto;
}
.popupTitle{
	text-align:left;
	float:left;
	color: rgb(255,204,51);
	font-weight:bold;
}

.popupClose{
	border:2px solid rgb(255,255,255);
	background-color:rgb(0,0,0);
	text-decoration:none;
	color:rgb(0,204,0);
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-weight:bold;
}
.popupClose:hover{
	border:2px solid rgb(0,0,0);
	background-color:rgb(255,255,255);
	text-decoration:none;
	color:rgb(0,0,0);
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-weight:bold;
}
/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	cursor: default;
	width: 130px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgb(187,131,0);
	border-right-color: rgb(162,83,45);
	border-bottom-color: rgb(162,83,45);
	border-left-color: rgb(183,128,0);
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: https://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	border: 4px outset #b37d00 ;
	text-align: left;
	cursor: pointer;
	width: 130px;
	height:auto;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 130px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 130px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0.5px solid rgb(204,204,204);
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}
/* Submenu containers have borders on all sides */
/*ul.MenuBarVertical ul
{
	border: 1px solid #CCC;

}*/
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: rgb(251,183,26);
	padding: 0.5em 0.75em;
	color: rgb(0,51,102);
	text-decoration: none;
	background-image: url(../Also%20Simple%20(3).png);
	background-repeat: no-repeat;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus,
ul.MenuBarVertical a.MenuBarItemHover,
ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical
a.MenuBarSubmenuVisible
{
	background-color: rgb(0,51,102);
	color: rgb(255,204,0);
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: rgb(0,51,102);
	color: rgb(255,204,0);
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../Also%20Simple%20(3).png)
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image:url(../Also%20Simple%20(2).png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: rgb(0,51,203);
	}
}
.style16 {
	color: rgb(255,0,0);
	font-size: 18px;
}	
#Layer1 {
	position:absolute;
	width:204px;
	z-index:1;
	left: 1297px;
	top: 553px;
	height: 743px;
}
#Layer2 {
	position:absolute;
	width:211px;
	height:196px;
	z-index:2;
	left: 1325px;
	top: 350px;
}
#Layer3 {
	position:absolute;
	width:264px;
	height:35px;
	z-index:3;
	left: 230px;
	top: 628px;
}
.photoRight {
	padding: 10px;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 2px solid rgb(0,0,0);
}
#footer {
	clear: both;
	width: auto;
}
.changeroster {
	font-size: 18px;
	color: rgb(255,0,0);
	text-decoration: blink;
	text-align: center;
}
<style type="text/css">

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #003366;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 9px;
}
h2 {
	font-size: 10px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 18px;
}

.style4 {font-family: Verdana, Arial, Helvetica, sans-serif}
#Layer1 {
	position:absolute;
	height:389px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	width:423px;
	height:195px;
	z-index:2;
	left: 1033px;
	top: 11px;
}
.style16 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
.style19 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }
.style44 {
    color: #F8FF00;
    font-size: 14px;
}
#Layer3 {
	position:absolute;
	width:264px;
	height:35px;
	z-index:3;
	left: 230px;
	top: 628px;
}
.style47 {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}
.style48 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
.style23 {
	color: #FF0000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style58 {color: #990000}
.style59 {color: #FFFFFF}
.style15 {color: #FFCC00}
.style41 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style58 {color: #990000}
.style59 {color: #FFFFFF}
.style15 {color: #FFCC00}
.style41 {font-family: Verdana, Arial, Helvetica, sans-serif}
