<style type="text/css">
* {
	margin: 0;
	padding: 0;
}
			
body {
	background: #ffffff;
}

#container-global {
	margin: 0px auto 0 auto;
	position: relative;
	width: 1000px;
}
	
#left_tile {
	position: absolute;
	width: 35px;
	height: 1725px;
	top: -110px;
	left: -38px;
	background-color:none;
	z-index: 0;
}

#right_tile {
	position: absolute;
	width: 35px;
	height: 1725px;
	top: -110px;
	left: 1002px;
	background-color:none;
	z-index: 0;
}		
			
#news_bar {
	border: 0px solid #ffffff;
	left: 0px;
	position: absolute;
	top: 110px;
	width: 736;
	height: 18;
	z-index: 3;
}

#information_bar {
	border: 0px solid #ffffff;
	left: 743px;
	position: absolute;
	top: 110px;
	width: 736;
	height: 18;
	z-index: 4;
}

#newsarchive {
	border: 1px solid #e2e2e2;
	left: 749px;
	top: 141px;
	position:absolute;
	width:243px;
	height:89px;
	z-index: 9;
}

#newslinks {
	left: 770px;
	top: 180px;
	position:absolute;
	width:216px;
	height:94px;
	z-index: 9;
}

#footer {
	left: -38px;
	position: absolute;
	top: 1569px;
	width: 1075px;
	height: 75px;
	z-index: 2;
}

#relative-01 {
	width: 1000px;
	height: 5px;
}
			
#relative-02 {
	width: 1000px;
	height: 5px;
}
			
.text {
	padding: 0px;
}
			
p {
	font: normal 11px/1.2em Verdana, sans-serif;
	padding-bottom: 10px;
}
			
h1 {
	font: normal 14px/1.2em Verdana, sans-serif;
	color: #bf0000;
}

a:link {
	color: #bf0000;
}
			
a:visited {
	color: #bf0000;
}
			
a:hover { 
	color: #8e181b;
}
			
a:active {
	color: #bf0000;
}

</style>

