﻿body 
{	
	background: url(../images/bg_new2.jpg);		
	background-position: top;
	background-repeat:repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	text-align: center;
	vertical-align: top;
	font-family:Arial;
	font-size: small;
}

a
{
	color: #3399FF;	
	text-decoration: none;	
}

a:hover
{
	color: #fecd32;
	text-decoration: underline;
}

#wrapper
{	
	width: 852px;
	text-align: left;
	border:2px solid #000;
	border-bottom:none;
	background-color:#222222;
	min-height:600px;	
}

#masterTable
{
	width:850px;				
}

#header
{
	height: 100px;
	text-align: left;	
	vertical-align:bottom;
}

#ha
{
	position: absolute;
	z-index:100;
	height:100px;
	text-align: left;
}

#hb
{
	position:  absolute;
	z-index:101;
	height:100px;	
	text-align: left;
}

#menu
{
	position: absolute;
	z-index: 102;
	width: 850px;
	height: 25px;
	text-align: right;		
	vertical-align: bottom;
	padding-right: 4px;	
}

#subheader
{	
	height: 100px;
	text-align: left; 
}

#main
{
	min-height: 600px;	
	vertical-align: top;	
}	

#homeleft
{
	width: 615px;
	float:left;	
	margin:12px 0px 12px 0px;
	padding:0 5px;
	background-color:#222;
	color:white;
	margin:1em;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}					   

#homeright 
{	
	float:right;
	width:180px;
	margin:12px 0px 12px 0px;
	background-color:#222;
	padding-left:15px;
	border-left:1px solid #999;
}

#footer
{
	position:absolute;
	height:25px;
	width:850px;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
	color:#999;
	padding-bottom: 4pt;
	padding-top: 4pt;	
	border-left:2px solid #000;
	border-right: 2px solid #000;
	background-image:url(../images/footer-bg.jpg);
}

h1 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	font-weight:normal;
	font-variant:small-caps;
	color:#fecd32;
	padding:0 4px 0 4px;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	background-color:#333;	
}

h2 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	color:#fecd32;
	font-weight:normal;
	margin:0.5em 0 0.5em 0;
	text-decoration:underline;
}

h3 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#FFF;
	background-color:#000000;
	font-weight:normal;
	margin:0;
	padding:4px;
	border-bottom:1px solid #fecd32;
	border-top:1px solid #fecd32;
}
	
#homeleft p
{
	color:white;
	margin:1em;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
}
	
#homeleft h1 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	font-weight:normal;
	font-variant:small-caps;
	color:#fecd32;
	padding:2px 4px 4px 4px;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	background-color:#333;
	margin:auto 10px;	
}

.statePanel
{
	background-color: black; 
	border:solid 2px #fecd32; 
	padding:2px 2px 2px 2px;		
}

.statePanel a
{
	color: #c0c0c0;	
	text-decoration: none;	
}	

.statePanel a:hover
{
	color: #fecd32;
	text-decoration: underline;
}

.statePanel span
{
	color: #fecd32; 
	font-weight:bold; 
	text-decoration: underline;	
}

.PopupBackground{
    background-color:  black;
   	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}

.labels
{
	 color:Silver;	
}