
/* Layout Stylesheet */ 

body{
	margin: 0;
	padding:0;
	background: #1B3753 url("../images/shadedbg.jpg") no-repeat fixed top right;
	color: #EAEAEA;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif, Verdana;
 }
	 
h4, h3, h2 {
 color: #FFFFCC;
 }

#hdr{
	height: 90px;
	background: url("../images/globenmap.gif") no-repeat left;
	margin:40px 0 0 0;
	color: #FFFFCC;
	text-align: center;
}

#lh-col{
	position: absolute;
	top: 164px;
	left: 20px;
	width: 180px;
	color: #EAEAEA;
	margin: 0px;
	padding: 0px;
	height: 400px;
 }

#rh-col{
 margin: 20px 20px 20px 220px;
 color: #EAEAEA;
 padding: 20px;
 position:relative;
 }