html {
  width:970px;
}

body {
  background-color:#000000;
  min-height: 800px;
}

#header_container {
height:112px;
width: 970px;
background-image:  url("/assets/images/HeaderBgSliver.png");
background-color:#6699BB;
}

#header {
}

#left_logo {
float:left;
}

#right_logo {
float:right;
margin-right: 10px;
}

#sub_header_container {
  width: 970px;
  min-height: 800px;
}

#sub_header_content {
  height: auto;
  overflow: hidden;
}

#toc_container {
	float:left;
	width:170px;
	height: 800px;
	min-height: 800px;
	line-height: 1.3;
	background-color:#6699BB;
	text-align:left;
	padding-bottom: 2000px; 
	margin-bottom: -2000px;
}

#toc {
	padding-left:10px;
	min-height: 800px;
	height: 800px;
}

#content_area_container {
	position:relative;
	float:right;
	width: 800px;
	min-height: 800px;
	background-color: #D1D0AB;
	padding-bottom: 2000px;  
	margin-bottom: -2000px;
}

#content_area {
	padding-left: 20px;
	padding-right: 10px;
	font-family:Arial;
	font-size:small;
	text-align: left;
	line-height: 1.3;
	min-height: 800px;
}

#arzu_pic {
  position: relative;
  float: right;
  padding-left: 20px;
  caption-side: bottom;
  font-size: 12px;
  font-weight: bold;
  text-indent:-10px;
  }

#pageHeading {
font-size:18px;
font-weight:bold;
margin-bottom: 20px;
padding-top: 20px;
}

a {
color:white;
text-decoration: none;
font-family: Arial;
}

a:hover {  color: #FFCC00}

img.right_align {
float:right;
padding-left: 10px;
padding-bottom: 20px;
}

img.left_align {
float:left;
padding-right: 10px;
padding-bottom: 20px;
}

#ICF_logo {
position: relative;
top: 170px;
}

