/* CSS Document */

body {
	background-color: #223544;
	margin: 0px;
	font-family: Arial;
	font-size:81.1%;
	color:#fff;
SCROLLBAR-FACE-COLOR: #010101; /*black*/
  SCROLLBAR-HIGHLIGHT-COLOR: #7c92c1;
  /*
  SCROLLBAR-SHADOW-COLOR: #666666;
  */
  SCROLLBAR-ARROW-COLOR: #7c92c1; /*blue*/
  SCROLLBAR-TRACK-COLOR: #010101; /*black*/
  }
  
  h3 {
  font-size:120%;
  }
 

#flash {
position: absolute; 
left: 376px; 
top: 81px; 
height: 355px; 
width: 300px; 
visibility: visible;
}

#text {
position: absolute; 
left: 695px; 
top: 110px;
height: 355px; 
width: 300px; 
visibility: visible; 
padding:0px;
}


#bread {
	position:absolute;
	visibility:visible;
	left:18px;
	top:67px;
	width:226px;
	height:23px;
	z-index:1;
	font-size:90%;
}

#nav {
	position:absolute;
	top: 48px;
	left: 396px;
	width: 603px;
	white-space: nowrap;
	z-index:10;
}



a.breadcrumb, a.breadcrumb:link {
	text-decoration: underline;
	color:#fff;
	}
a.breadcrumb:visited {
	text-decoration: none;
	color:#ccc;
	}
a.breadcrumb:hover, a.breadcrumb:active, a.breadcrumb:focus {
	text-decoration: underline;
	color: #ccc;
}

a.link, a.link:link {
	text-decoration: underline;
	color:#cc9900; /*gold*/
	}
a.link:visited {
	text-decoration: none;
	color:#798fc1; /*blue*/
	}
a.link:hover, a.link:active, a.link:focus {
	text-decoration: underline;
	color: #ccc;
}

a.nav, a.nav:link {
	text-decoration: none;
	color: #ffffff;
}
a.nav:visited {
	text-decoration: none;
	color: #ffffff;
}
a.nav:hover, a.nav:active, a.nav:focus {
	text-decoration: none;
	color: #ffffff;
}

.address {
background-color:#131d26;
color:#8d949a;
font-size:90%;
text-align:center;
line-height:1.0;
padding-top:8px;
}

.BGLeft {
	background-position: left;
}

.overflow {
overflow:auto;
padding:0px 8px 20px 3px;
text-align:left;
font-size:90%;
width:300px;
height:355px;
}

.footer {
font-size:75%;
padding:5px 8px 5px 0px;
text-align:right;
}

.footer a, .footer a:link {
color:#fff;
background-color:inherit;
text-decoration:underline;
}

.footer a:visited {
color:#ccc;
background-color:inherit;
text-decoration:none;
}

.footer a:hover, .footer a:active, .footer a:focus {
color:#ccc;
background-color:inherit;
text-decoration:underline;
}


.bold {
font-weight:bold;
}


.nobreak	{
	white-space: nowrap;
	}

