/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top: 0px;
	margin-left: 0px;
	font-size: 0.8em;
	background-image: url(Images/Backgroung.jpg);
	background-repeat: no-repeat;
	font-family: Times, serif;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1
{
	font-weight: 700;
	font-size: 2em;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}	
		
H2
{
	font-weight: 700;
	font-size: 1.75em;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

.btn
{
	width: 80px;
	color: #00539b;
	height: 24px;
}
.lbl
{
	font-size: 1.2em;
}

.menulink
{
	background-color: #F1F1F1;
	border-color: #999999;
	border-width: 0 1px 1px 0;
	border-style: solid;
}

A.menulink
{
	border-right: #f1f1f1 1px solid;
	border-top: #f1f1f1 1px solid;
	display: block;
	font-size: 9pt;
	border-left: #f1f1f1 1px solid;
	text-indent: 4px;
	border-bottom: #f1f1f1 1px solid;
	text-decoration: none;
}

A.menulink:hover
{
	border-right: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: silver;
	text-decoration: none;
}
A.menulink:active
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: white;
	text-decoration: none;
}
A:visited
{
	text-decoration: none;
}


.white A
{
	display: block;
	color: white;
	text-decoration: none;
}

.white A:hover
{
	font-weight: bold;
}
.white A:active
{
}
.white A:visited
{
}

.menu
{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.menu a
{
	display: block;
}


.menu td
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align:top
}
.menu img
{
	border: 0px
}

.menuItems
{
	padding-right: 0px;
	border-top: black 1px solid;
	display: none;
	padding-left: 0px;
	z-index: 120;
	padding-bottom: 0px;
	padding-top: 0px;
	position: absolute;
}
.menuItems td
{
	border-right: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.menuItems a:hover
{
	background-color: #0d2644;
}

.Header1
{
	font-weight: normal;
	font-size: 23pt;
	color: #ef870a;
	font-family: Arial, Helvetica, sans-serif;
}

.Header2
{
	font-weight: bold;
	font-size: 12pt;
	color: #ef870a;
	font-family: Arial, Helvetica, sans-serif;
}
.Header3
{
	font-size: 8pt;
	color: #ef870a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Real menu */
.combo
{
	cursor:hand;
}
.combo TABLE
{
	border-right: 0px;
	border-top: black 1px solid;
	display: none;
	z-index: 102;
	margin: 0px;
	border-left: 0px;
	border-bottom: 0px;
	position: absolute;
}
.combo TABLE td
{
	border-right: black 1px solid;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	border-left: black 1px solid;
	padding-top: 0px;
	border-bottom: black 1px solid;
	background-color: #647b8c;
}
.combo img
{
	border:  0px red
}

img.Off
{
	/* filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); */
	filter: Alpha(opacity=50);
}
img.On
{
	/* filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); */
	filter: Alpha(opacity=100);
}

TABLE.options
{
	border-right: 0px;
	border-top: silver 1px solid;
	z-index: 102;
	left: 455px;
	border-left: 0px;
	color: silver;
	border-bottom: 0px;
	position: absolute;
	top: 330px;
}

TABLE.seloptions
{
	border-right: 0px;
	border-top: silver 1px solid;
	z-index: 102;
	border-left: 0px;
	color: silver;
	border-bottom: 0px;
	FONT-SIZE: 11pt;
}
TABLE.seloptions TD
{
	border-bottom: gray 1px Dotted;
}
.Navy
{
	font-weight: bold;
	color: white;
	background-color: navy;
}
.red
{
	color: red;
}
.USmap
{
	left: 10px;
	position: absolute;
	top: 100px;
}
