body {                 text-align: center;	background-color: white;	color: black;	font-family: arial, verdana, sans-serif;	margin: 0;	padding: 0;	font-size: 8pt;           scrollbar-3d-light-color:#999999;           scrollbar-arrow-color: black;           scrollbar-base-color:black;           scrollbar-dark-shadow-color:#333333;           scrollbar-face-color:#ffebcd;           scrollbar-highlight-color:#999999;           scrollbar-shadow-color:black}a, a:visited { color: navy; font-weight: bold;}a:hover{ text-decoration:underline; color: blue;}h2 {	font-size: 14pt;	display: inline;	text-transform: uppercase;}td, input, select {    font-size: 8pt;}#customletterE{    font-size:9pt;    }/*use these classes to indent text (example is pg 33) */    div.indent1 {    margin-left: 1cm    }div.indent2 {    margin-left: 2cm    }#wrap {    border:1px solid white;    width:800px;    /* the margin properties are needed to center in firefox */    margin-left: auto;    margin-right: auto;    }#menu {    background:#000000;    border-bottom:1px solid white;    padding:4px 0;    width:800px;    text-align: center;    }#menu a {    font-size: 9pt;    font-family:arial;    padding:4px 10px;    text-decoration:none;    font-weight:bold;    color:#FFFFFF;visibility: hidden;    }#menu a.hover {    background:#EFEFEF;    color: #000000;    }#menu span {    display:none;    }#subnav {    font-size:10px;    margin-bottom:2em;    }#subnav a {    color:#FB3B00;    margin-right:1em;    }#subnav span {    color:silver;    margin-right:1em;    }#menu_bottom {    background:#000000;    border-top:1px solid white;    padding:4px 0;    width:800px;    text-align: center;    float: left;    }#menu_bottom a {    font-size: 9pt;    font-family:arial;    padding:4px 10px;    text-decoration:none;    font-weight:bold;    color:#FFFFFF;visibility: hidden;    }#menu_bottom a.hover {    background:#EFEFEF;    color: #000000;    visibility: hidden;    }#menu_bottom span {    display:none;    }/*--style settings for the homepage--*//** Left Navigation Bar **/#leftnav { 	float: left;	width: 155px;	height: 451px;	background-color: #ffebcd;	border-right: 1px solid white;	text-align: left;	padding: 0;	margin: 0;	position: relative;}#leftnav a {	display: block;	font-family: arial;	font-size: 10pt;	color: black;	text-decoration: none;	font-weight: bold;	margin: 6px 0 0 5px;}#leftnav a:hover { 	color: yellow;	text-decoration: underline;}#leftnav_links { }#leftnav_viewad { 	font-family: arial;	font-size: 8pt;	background-color: #C00A00;	border: 1px solid white; 	color: white; 	text-align: center;	padding: 2px;	margin-right: 10px;	margin-left: 10px;}#leftnav_panache, #leftnav_preferred {	font-family: arial;	font-size: 8pt;	color: white; 	margin-bottom: 5px;	margin-right: 5px;	margin-left: 10px;}/** End Left Nav Bar **/#javascriptwrap {	text-align: left;	/* this stops the body text-align: center; from	interfering with the menu rendering */}#logo {	clear: both;	text-align: left;}#textbox {	padding-top: 5px;	padding-left: 5px;	padding-right: 5px;	padding-bottom: 5px;	margin: 0;	font-size: 8pt;	font-family: arial;	text-align: left; 	overflow: auto;}#textbox p { padding: 5px 5px 2px 5px;}#textbox ul {	padding-left:10px;	margin: 2px 0px 1px 5px;}/** these are used for links that are shown at the bottom of the leftNav and the rightSide where needed**/#submenu_wrapper {	position: absolute; 	width: 100%;	margin: 0px;	bottom: 0px;	padding: 0px;}#submenuB {	padding: 5px 10px 5px 10px;	background-color: #ffebcd;	font-size: 9pt;	font-family: arial; 	text-align: center;}#submenuA {	padding: 3px 10px 3px 10px;	background-color: #f5fffa;	font-size: 9pt;	font-family: arial; 	text-align: center;}/** Rigtht side menus **/#submenu_wrapperR {	position: relative; 	margin: 0px;	bottom: 0px;	padding: 0px;}#submenuC {	padding: 5px 10px 5px 10px;                border-top: 1px;	background-color: #f5fffa;	font-size: 9pt;	font-family: arial; 	text-align: center;}#submenuD {	padding: 5px 10px 5px 10px;                border-top: 1px;	background-color: #ffebcd;	font-size: 9pt;	font-family: arial; 	text-align: center;	margin-bottom: 2px;}#submenuC:first-line {	font-weight: bold;}#submenuD:first-line {	font-weight: bold;}/** define link style for submenus **/#submenuA a, #submenuB a, #submenuC a {  display: inline;   margin:0px;   padding:0px;  text-align: center;color: black;}/** contains the leftside of a 2 column page **/#leftside { 	float: left; 	background-color: #f5fffa;	border-right: 1px solid white;}/** contains the leftside of a 2 column page w/ alternate color background **/#leftsideAltColor {		float: left; 	background-color: #ffebcd;	border-right: 1px solid white;}/** contains the rightside of a 2 column page **/#rightside {	float: left;	padding: 0;	margin: 0;                background-color: #ffebcd;}#rightsideAltColor {	float: left;	padding: 0;	margin: 0;                background-color: #f5fffa;}/** contains the rightside of a sectioned right side page **/#rightside3 {	float: left;	padding: 0;	margin: 0;	color: white;	background-color: #f5fffa;	position: relative;	font-family: arial;}div.tableleft{                background-color: #ffebcd;}#rightside3 a:hover { 	color: yellow;	text-decoration: underline;}div.pcolor{/** Use this class for the color only**/               background-color: #ffebcd;}div.acolor{/** Use this class for the color only**/               background-color: #f5fffa;}/** contains the header text over of a colored background **/#headerbox {                 text-align: center;	background-color: #f5fffa;	font-size: 16pt;	font-weight: bold;	font-family: arial;	clear: right;	float: none;                text-transform: uppercase;}#headerbox p {	vertical-align: middle;	margin-top: 0px;}/** created for use on the online app form. It is used to color and bold the text in the first cell of a table **/.headerCell {    padding: 2px;    background-color: ffebcd;    font-size: 11pt;    font-weight: bold;   border-bottom: solid 1px black;}.headerCellAltColor {    padding: 2px;    background-color: #f5fffa;    font-size: 11pt;    font-weight: bold;   border-bottom: solid 1px black;}/** this is used for the tables on the job description pages **/.jobTable {    border: solid 4px #ffebcd;    background-color: white;    padding: 5px;}.jobTable td {   color: black;}.jobTable td.headerCell {  /** color: white; **/}/** used to display an error message - red text on a white background **/.error {  color: red;  background-color: white;}.error ul {  margin-top: 2px; margin-bottom: 2px;}/** used for pop up div message **/.popUp {COLOR: black; POSITION: absolute; VISIBILITY: hidden; BACKGROUND-COLOR: yellow; LAYER-BACKGROUND-COLOR: yellow; width: 200; BORDER-LEFT: 1px solid black; BORDER-TOP: 1px solid black; BORDER-BOTTOM: 3px solid black; BORDER-RIGHT: 3px solid black; PADDING: 3px; z-index: 10}/** used for the header in the center cell **/#top {    font-size: 18pt;    font-weight: bold;    display: block;    text-align: center;    padding-top: 15px;  }
