ADDRESS,
BLOCKQUOTE,
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P,
P2, P3, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   { display: block }
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
BODY            { padding: 0px; line-height: 1.25; font-size: .7em }
H1              { font-size: 2.2em; margin: 1em 1em .2em; color: black; text-shadow: 5px 5px; font-weight: bolder; align: center }
H2              { font-size: 1.5em; margin: .83em 0 }
H3              { font-size: 1.17em; margin: 1em 0 }
H4, P,
BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
MENU            { margin: 0.5em 0 }
H5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
H6              { font-size: .67em; margin: 2.33em 0 }
H1, H2, H3, H4,
H5, H6, B, TH,
STRONG          { font-weight: bolder }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }
PRE             { white-space: pre }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px inset }
OL, UL, DIR,
MENU, DD        { margin-left: 15px }
OL              { list-style-type: decimal }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
BR:before       { content: "\A" }

/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em }
A[href]         { text-decoration: underline }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

/* Elements that are block-level in HTML4 */
ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
COL, COLGROUP, TD, TH, CAPTION 
                { unicode-bidi: embed }
/* End bidi settings */

ul.square {	list-style-type: square}
ul.disc {	list-style-type: disc}
ul.decimal { list-style-type: decimal}
ul.arrow { list-style-image: url(images/Arrows/arrow01.gif)}
ul.arrow3 { list-style-image: url(images/Arrows/arrow03.gif)}
ul.arrow4 { list-style-image: url(images/Arrows/arrow04.gif)}
ul.none {	list-style-type: none}

ul {margin-left: 0.9em; padding-left: 0.5em}

#frame {
	width: 824px;
	background: #cccccc;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	border: 10px solid #999999;
	}

BODY {
	font: 11px/20px arial, verdana, georgia, sans-serif;
	color: #666;
	background: black  /*#717f95*/;
	/*background-image: url(images/background05.gif);*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 1.5;
	}
a, a:hover{
	color: blue;
	background-color : transparent;
	font-weight: normal; 
	text-decoration: none; 
	}
a:hover{
	color: blue;
	text-decoration: underline; 
	}
a.middle, a.middle:hover {
	color: blue;
	background-color : transparent;
	font-weight: normal; 
	text-decoration: none; 
	}
a.middle:hover {
	color: blue;
	text-decoration: underline; 
	}
a.leftnav, a.leftnav:hover {
	color: black;
	background-color : transparent;
	font-weight: normal; 
	text-decoration: none; 
	}
a.leftnav:hover {
	color: blue;
	text-decoration: underline; 
	}
a.leftnavhead, a.leftnavhead:hover{
	color: #efeda1;
	background-color: transparent;
	font-weight: bolder; 
	font-size: 1.17em;
	text-decoration: none;
	text-align: center; 
	}
a.leftnavhead:hover{
	color: white;
	text-decoration: none;
	font-weight: bolder; 
	}
a.rightnav, a.rightnav:hover{
	color: blue;
	background-color : transparent;
	font-weight: normal; 
	text-decoration: none; 
	}
a.rightnav:hover{
	color: #ccccc;
	text-decoration: underline; 
	}
a.rightnavhead, a.rightnavhead:hover{
	color: #efeda1;
	background-color : transparent;
	background-image: images/HeaderBkgrnd.gif;
	font-weight: bolder; 
	font-size: 1.17em;
	text-decoration: none;
	align: center;
	}
a.rightnavhead:hover{
	color: white;
	text-decoration: none;
	font-weight: bolder;  
	}

a.menu, a.menu:hover{
	background-color : transparent;
	text-decoration: none;
	}
	
a.menu:hover{
	text-decoration: none;
	color: red;
	}
	
#nav a.daddy {
	background: url(images/Arrows/arrow02.gif) center right no-repeat;
	text-decoration: none;
	}

#content {
	color: black;
	vertical-align: top;
	background-color : transparent;
	padding: 0px 0px 22px 0px;
	font-weight: normal;
	width: 100%;
	margin: auto;
	}
#container {
	width: 825px;
	background: #999;
	text-align: left;
	margin: auto;
	line-height: 0;
	border: #999;
	}
	
#nav, #nav ul {
	float: left;
	width: 824px;
	list-style: none;
	line-height: 1;
	background: #666699;
	font-weight: bold;
	padding: 0em;
	border: solid #999;
	border-width: 3px 0px 3px 0px;
	margin: 0 0 1em;
}

#nav a {
	display: block;
	width: 12em;
	w\idth: 7em;
	color: white;
	padding: 0.25em 1em;
}

#nav li {
	float: left;
	padding: 0em;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	z-index: 1;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
	border-bottom: 1px inset; 
	border-bottom-color: #999; 
	border-bottom-style: dotted;
	text-align: left;
}

#nav li ul a {
	width: 15em;
	w\idth: 11em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #999;
}

#content {
	clear: left;
}

#content a:hover {
	text-decoration: none;
	color: #efeda1;
}

#top {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 10px solid #ccc;
	background-color: #666699;
	height: 114px; /* ie5win fudge begins */
	width: 824;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 20px;
	}
html>body #top {
	height: 114px; /* ie5win fudge ends */
	}

#leftnavigation {
	position: relative;
	color: black;
	top: 0px;
	left: 0px;
	margin: 2px;
	padding: 10px;
	border: 0px solid #999;
	background: transparent;
	width: 120px; /* ie5win fudge begins */
	float: left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
}
html>body #leftnavigation {
	width: 120px; /* ie5win fudge ends */
	}
#rightnavigation {
	position: relative;
	color: black;
	top: 0px;
	/*right: 0px;  Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 2px;
	padding: 10px;
	border: 0px solid #ccc;
	background: transparent;
	width: 200px; /* ie5win fudge begins */
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
}
html>body #rightnavigation {
	width: 200px; /* ie5win fudge ends */
	}
#middlecontent {
	position: relative;
	margin: 2px 2px 2px 2px;
	top: 0px;
	padding: 10px;
	border: 0px solid #ccc;
	background: transparent;
	text-align:	center;
	color: black;
	float: left;
	width: 430px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 430px;
}
html>body #middlecontent {
	width: 430px; /* ie5win fudge ends */
	}
	
#footer{
	Position: static; /*This should be "position: fixed" but I can't make it work for NS*/
	/* bottom: 0%;*/
	background: transparent;
	text-align: center;
	left: 20px;
	border-top: 0px dashed white;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	width: 400px;
	text-decoration: none;
	color: #666666;
	padding: 10px;
}
a.footer{
	color: black;
	background-color : transparent;
	font-weight: normal; 
	text-decoration: none; 
	}
a.footer:hover {
	color: blue;
	text-decoration: underline; 
	}

