body{
	padding:0px;
	margin:0px;
	font-size:13px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color:#6f706c;
	line-height: 20px;
	min-width: 960px;
	background-color: #e9eae4;
	background-image:url(../images/isol4_bg.png);
	background-repeat: repeat-x;
}


#outer {
  	margin:0 auto;
  	width: 960px;
	display:block;
	position:relative;
	height:auto;
}

#header{
  	width: 960px;
	position:relative;
	padding-bottom:20px;
	padding-top:30px
}

#logotext{
  	width: 700px;
	float:right;
	position:relative;
	padding-top:75px;
	text-align:right;
}

#logo{
  	width: 220px;
	float:left;
	position:relative;
}




#contents{
  	width: 960px;
	position:relative;
	padding-bottom:40px;
}

#content_right {width:470px; float:right;}
#content_left {width:470px; float:left; }
#content_left .item {margin-bottom:2px}
#content_left .label {width:120px; float:left; font-weight:bold}
#content_left .itemtext {width:300px; float:left}
#content_left .label2 {width:400px; }




#contents2{
  	width: 100%;
	position:relative;
	padding-bottom:20px;
	background-color:#6f706c;
	padding-top:20px;
	padding-bottom:80px;
	color:#e9eae4;
}

#contentbox {width:960px; margin:0 auto;}



ul.pdflist{
	margin:0px;
	padding:0px;
	display: block;
	position: relative;
	width:100%;
}

.pdflist li{
	list-style-type:none;
	border-bottom: 1px solid #ccc;
	margin:0px 00px 0px 0px;
	padding:5px 0px 5px 0px;
	line-height:20px;
}
.pdflist li img{
	padding-right:10px;
	vertical-align:middle;
	border:0px;
}




#bottominfo{
	padding:20px 0px 20px 0px;
	font-size:12px;
	color:#6f706c;
	display: block;
	position: relative;
	width: 100%;
	text-align:center
}

#bottominfobox {width:960px; margin:0 auto}

#footer_right .item {margin-bottom:2px}
#footer_right .label {width:60px; float:left; font-weight:bold}
#footer_right .itemtext {width:300px; float:left}
#footer_right .label2 {width:400px; }

.missing {background-color:#FFFF00}


h1{
	font-weight:normal;
	font-size:30px;
	color: #e9eae4;
}
h2{
	font-weight:normal;
	font-size:22px;
	color: #6f706c;
	padding-bottom:10px;
	border-bottom: 1px solid #ccc
}

#contents2 h2{
	font-weight:normal;
	font-size:22px;
	color: #e9eae4;
	padding-bottom:10px;
	border-bottom: 1px solid #e9eae4
}

h3{
	font-weight:normal;
	font-size:18px;
	color: #293127;
}

a:active 		{  	text-decoration: none;color:#5991c8; font-weight:normal 	}
a:visited 	{   text-decoration: underline;	color:#5991c8; font-weight:normal		}
a:link 		{	text-decoration: underline;	color:#5991c8; font-weight:normal		}
a:hover 		{  	text-decoration: none;color:#5991c8; font-weight:normal }

#bottominfo a:active 		{  	text-decoration: none;color:#6f706c; font-weight:normal 	}
#bottominfo a:visited 	{   text-decoration: underline;	color:#6f706c; font-weight:normal		}
#bottominfo a:link 		{	text-decoration: underline;	color:#6f706c; font-weight:normal		}
#bottominfo a:hover 		{  	text-decoration: none;color:#6f706c; font-weight:normal }



