BODY {
  background-color: #004F78;
  margin: 4px;
}

/* <!-- Headings --> */
H1 	{
	COLOR: black;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-WEIGHT: bold;
	}
H2 	{
	COLOR: black; 
	FONT-FAMILY: Verdana, 'Arial Narrow', sans-serif; 
	FONT-WEIGHT: bold;
	}
H3 	{
	COLOR: black; 
	FONT-FAMILY: Verdana, 'Arial Narrow', sans-serif; 
	FONT-WEIGHT: bold;
	}
H4 	{
	COLOR: black; 
	FONT-FAMILY: Verdana, 'Arial Narrow', sans-serif; 
	FONT-WEIGHT: bold;
	}

/* <!-- Major Elements --> */
	
P, TR, THEAD, TH, TD, 
DL, OL, UL, BLOCKQUOTE, SPAN
	{
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: x-small;
	}

LI.tc
	{
	padding-bottom: 0px;
	}
	
UL
	{
	padding-top: 10px;
	}

OL
	{
	padding-top: 10px;
	}
	
/* <!-- Navigation --> */
.NavBar
	{
	background-color : #ffcc99;
	font-size : xx-small;
	font-weight : bold;
	text-align : center;
	width : 20%;
	}
.NavHead
	{
	background-color : #ffcc99;
	font-size : xx-small;
	font-weight : bold;
	text-align : center;
	width : 20%;
	}

/* <!-- Page Header --> */
.title
	{
	font-size : xx-large;
	font-weight : bold;
	font-family : 'Times New Roman', Times, serif;
}

.subtitle
	{
	font-size: medium;
	font-weight : bold;
	letter-spacing: 0.1em;
}

/* <!-- Footnotes, summary info --> */
.summary
	{
	font-size: x-small;
}

.notation
	{
	font-size: xx-small;
}

.updateline
	{
	font-size: xx-small;
}

.section
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
}
.ul
	{
	text-decoration: underline;
	font-weight:bold;
	}
/* <!-- Layers --> */

.widget {
	position:absolute; 
	visibility:visible; 
	z-index: 1; 
	width: 180px; 
	top: 188px; 
	left: 15px; 
	overflow: hidden;
	}	
.widgetlist {
	position:absolute; 
	visibility:hidden; 
	z-index: 1; 
	width: 180px; 
	top: 188px; 
	left: 15px; 
	overflow: hidden;
	}	
.logo {
	position:absolute; 
	width:483px; 
	top: 7px; 
	height:34px; 
	left: 10px	
	}	
.leftnav
	{
	position:relative; 
	visibility:hidden; 
	z-index: 1; width: 0px; 
	overflow: hidden;
	}
.leftnavlist
	{
	position:relative; 
	visibility:visible; 
	z-index: 1; width: 180px; 
	overflow: hidden;
	}
/*trickywidget must be adjusted in IE and MO
when leftnav_p.inc menu changes*/		
.trickywidget
	{
	position:absolute; 
	visibility:hidden; 
	top:210px; z-index: 0; 
	width: 180px; 
	overflow: hidden;	
	}
/*trickywidget_p must be adjusted in IE and MO
when leftnav_p.inc menu changes*/		
.trickywidget_p
	{
	position:absolute; 
	visibility:hidden; 
	top:208px; z-index: 0; 
	width: 180px; 
	overflow: hidden;	
	}
/* <!-- widget height
	Adjust when leftnav menu changes 
	view in both IE and MO to adjust--> */	
.widgetY
	{
	height: 503px;
	}	
/* <!-- for whohere --> */	
.who {
	font-family: Verdana, Arial, sans-serif;
	font-size: XX-small;
	}		
/* <!-- fancy buttons and forms --> */
input.btn {
   color:#8B53FE;
   font-family: 'trebuchet ms', helvetica, sans-serif;
   font-size:100%;
   font-weight:bold;
   border:1px solid;
   background-color:#fed;
   border-top-color:#A096AC;
   border-left-color:#A096AC;
   border-right-color:#390575;
   border-bottom-color:#390575;
	}
input.btnhov {
   color:#783B9E;   
   border-top-color:red;
   border-left-color:red;
   border-right-color:#930;
   border-bottom-color:#930;   
}
input.txt {
   color:#39207B;
   font-weight:bold;
   border:2px solid;
   background-color:#FFFFFF;   
   border-top-color:#390575;
   border-left-color:#390575;
   border-right-color:#A096AC;
   border-bottom-color:#A096AC;   
}
/* <!-- Links --> */
A:link, A:active
	{
	font-weight: bold;
	color		:	#0000cc;
	background	:	transparent;
	}
A:visited 
	{
	font-weight: bold;
  color		:	#666699; 
  background	:	transparent; 
	}		
A:hover 
	{
	font-weight: bold;
	color:#000000;
	background: #ffcccc;
}


/* <!-- Top navigation bar style --> */
.top_navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: white;
	text-align: center;
	background-color: #336699;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	float: none;
	display: table-cell;
	white-space: normal;
	background-position: center;
	word-spacing: normal;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
.top_navbar A:link, .top_navbar A:visited, .top_navbar A:hover {
	padding: 0px 2px 1px 3px;
	text-decoration: none;
	border-top: solid #EFEFEF 1px;
	border-bottom: solid #A1A1A1 1px;
	border-right: solid #A1A1A1 1px;
	border-left: solid #EFEFEF 1px;
	color: white;
	font-weight: normal;
	text-decoration: none;
	display: block;
	font-size: small;
}

.top_navbar A:hover {
  text-decoration: none;
 	background-color: #FFFFCC;
	border-top: solid #A1A1A1 1px;
	border-bottom: solid #EFEFEF 1px;
	border-right: solid #EFEFEF 1px;
	border-left: solid #A1A1A1 1px;
	color: black;
}
/* <!-- Left navigation bar style --> */
.left_navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	background-color: #D8EBE6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	white-space: normal;
	background-position: center;
	word-spacing: normal;
	text-decoration: none;
}
.left_navbar A:link, .left_navbar A:active, .left_navbar A:visited, .left_navbar A:hover {
  font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: black;
	text-decoration: none;
	display: block;
	border-top: 0px solid #336699;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
}

.left_navbar A:hover {
 	background-color: #FFFFCC;
 	text-decoration: none;
}

.left_navbar A:visited {
  color: gray;
}

.left_navbar_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: white;
	text-align: center;
	background-color: #7E6C52;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	float: none;
	display: table-cell;
	white-space: normal;
	background-position: center;
	word-spacing: normal;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}

.left_navbar_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: white;
	text-align: center;
	background-color: #7E6C52;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	float: none;
	display: table-cell;
	white-space: normal;
	background-position: center;
	word-spacing: normal;
}
.left_navbar_footer A:link, .left_navbar_footer A:active, .left_navbar_footer A:visited, .left_navbar_footer A:hover {
	display: block;
  font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: white;
	background-color: #7E6C52;
}

.left_navbar_footer A:hover {
 	text-decoration: underline;
	background-color: #7E6C52;
}

.left_navbar_footer A:visited {
  color: silver;
	background-color: #7E6C52;
}

/* <!-- Navigation Links -- Perhaps Obsolete?! --> */
A.nav:link, A.nav:active
	{
	text-decoration	:	none;
	color		:	#0000cc;
	background	:	transparent;
	}
A.nav:visited 
	{
   	text-decoration	:	none; 
   	color		:	#666699; 
  	background	:	transparent; 
	}		
A.nav:hover 
	{
	text-decoration:none;
	color:#000000;
	background: #ff9900;
}
.content table
{
    border-color: #600;
    border-width: 0 0 1px 1px;
    border-style: dotted;
}

.content td
{
    border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: dotted;
    margin: 0;
    padding: 4px;
    background-color: #FFC;
}