
/*		
#maincol
{ 
	float: left; 
	width: 100%; 
	
	margin: 0 -8px 0 -2px; 
}
*/

.HeaderMiddleBar
{		
 height: 100%;
	margin: 0;
	padding: 0;
}
.HeaderMiddleBar H1
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: xx-large;
}
.HeaderMiddleBar p
{
	margin: 0;
	padding: 0;
}

.HeaderText
{
	margin: 0 220px 0 0; /* right margin for image */
	padding:0px;
}

.HeaderMiddleBar .HomePageImage
{
	position: absolute;
	padding: 0;
	margin: 0;
	right: 10px;
	overflow: hidden;
}
.HeaderMiddleBar .HomePageImage IMG
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}


.HeaderTopBar  /* note: now over breadcrumb */
{
	position:absolute;
	margin: 0;
	padding: 0;
}

.HeaderTopBar
{
	top: 105px;
	left: 240px;
}

.HeaderTopBar .Ticker
{
	border:solid 1px #2f5a8d;
	padding: 3px;
	margin: 0;	
	height: 17px;
	background-color:White;
}
.HeaderTopBar .Ticker a
{
	color: Black;
	text-decoration:none;
}

.HeaderBottomBar
{
	height: 30px;
	padding-left: 5px;
}

.LatestNews
{
	float: left;
	width:66%;
	margin-top:10px;
	margin-left:0;
	padding: 5px;
}

.LatestNews a:link,
.LatestNews a:visited
{
	text-decoration: underline;
}

.Links
{
	margin-top:10px;
	border: solid 1px #cccccc;		
	background-color: #eeeeee;		
	float:right;
	width: 26%;	
	padding:1%;
}

.QuickLinks
{
	margin-bottom: 10px;	
}
.QuickLinks UL,
.RelatedSites UL
{
	margin-top:2px;
	margin-left:0px;	
	padding-left:0px;
}
.QuickLinks UL LI,
.RelatedSites UL LI
{
	list-style:none;
	margin-left:0px;	
	padding-left:0px;
	margin-top:3px;
	margin-bottom:3px;
}
.QuickLinks UL LI a:link,
.RelatedSites UL LI a:link,
.QuickLinks UL LI a:visited,
.RelatedSites UL LI a:visited
{
	color:Black;
	text-decoration:none;
	font-weight:normal;	
}
.QuickLinks UL LI a:hover,
.RelatedSites UL LI a:hover
{	
	text-decoration:underline;	
}

.LogoLinks
{
	margin-top:10px;	
	float:right;
	width: 26%;	
	padding:1%;
	clear: right;
}
.LogoLinks a
{
	text-decoration:none;
}
.LatestNews a
{
	color:Black;
	font-weight:bold;
}
.LatestNews img
{
	border: Solid 1px #2f5a8d;	
}

