body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #456BAC; 
	background: #456BAC; 
	text-decoration: none;
}
#holder {
	width: 860px;
	background: white;
	text-align: left;
	border: thin solid #000066;
	top: 0px;
	padding: 0px;
	margin: 0;
}
#header {
	background: #cbd8e9; <!-- The background for the Logo & Conn... -->
}
#nav {
	height: 32px;
	background: #456BAC;
	text-decoration: none;
}

#globalLink{
	position: relative;
	top: 6px;
	height: 22px;
	min-width: 800px;
	padding: 0px;
	margin: 0px;
	left: 2px;
	z-index: 100;
	text-decoration: none;
}

a.glink, a.glink:visited{
	font-size: small;
	color: #CBD8e9;
	font-weight: bold;
	margin: 0px;
	padding: 2px 16px 2px;
	border-right: 1px solid white;
	text-decoration: none;
}

a.glink:hover{
	text-decoration: none;
	color: white;
}
a.seclink, a.seclink:visited{
	color: #e43835;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: right;
}

a.seclink:hover{
	text-decoration: none;
	color: #CBD8e9;
}

#navleft {
	font-size: small;
	width: 140px;
	float: left;
	padding: 20px 10px;
	/* background: WhiteSmoke; */
	background: LightGrey;
}
#content {
	font-size: small;
    margin: 0px 0px 0px 165px;
    padding: 15px;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#footer {
	padding: 5px;
	border-top: thin solid #000066;
	background: #cbd8e9;
	color: #2F4B7B;
}
.breadcrumb {
	color: Gold;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 2px 30px 4px;
	border-right: 1px solid white; 
	text-decoration: none;
	width: 50px;
}
#newscontent {
	padding: 15px;
}
#notes {
	color: Magenta;
}
p.si { /* small italic */
	font-style: italic;
	font-size: small;
}