body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url(Images/background.jpg);
	color: #2F4b7b;
	text-decoration: none;
}
#holder {
	width: 860px;
	background: #ffffff;
	text-align: left;
	border: thin solid #000066;
	top: 0px;
	padding: 0px;
	margin: 0;
}
#header {
	height: 100px;
}
#nav {
	height: 32px;
	background: #385A94 url(Images/nav.jpg);
	text-decoration: none;
}

#globalLink{
	position: relative;
	top: 6px;
	height: 22px;
	min-width: 640px;
	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 25px 4px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
}

a.glink:hover{
	text-decoration: none;
	color: #FFFFFF;
}
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 {
	width: 140px;
	float: left;
	padding: 15px 10px;
	background: #FFFFFF;
}
#content {
    margin: 0 0 0 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: #BDA56A;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 2px 30px 4px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
	width: 50px;
}
#newscontent {
    padding: 15px;
}
