/* Layout Stylesheet */ 
body{
	padding:0;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #103873;
	overflow: hidden;
 }	 
	 
#lh-col{
	width:200px;
	z-index:6;
	color: #CCCCCC;
	visibility: inherit;
	background-color: #103873;
	height: 100%;
	position: absolute;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
	left: 0px;
}

#rh-col{
	position:absolute;
	top:141px;
	right:11px;
	width:188px;
	z-index:2;
	color: #103873;
	background-color: #103873;
	height: 487px;
	padding-right: 10px;
}

#c-block {
	width:100%;
	z-index:1;
	color: #FFFFFF;
	height:35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #103873;
}

#hdr{
	height:102px;
	color: #333333;
	background-color: #103873;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
  }

#c-col{
	position:relative;
	color: #FFFFFF;
	z-index:5;
	border: 0 none #000000;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	background-color: #103873;
	padding-right: 10px;
	padding-left: 50px;
	height: 100%;
	left: 0;
 }

#ftr {
	height:35px;
	border: 0px none #000000;
	color: #FFFFFF;
	background-color: #103873;
	margin-bottom: 0;
	margin-left: 200px;
 }
