html{
margin: 0;
padding: 0;
background-image: url(contentbg.gif);
background-repeat: repeat-y;
background-position: right;
}

body{
	
	color: #696969;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url(navbg.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:100%;
}

#wrapper{
margin: 0px;
padding: 0px;
text-align: left;
}



#top h1 { 
	background: transparent url(banner.jpg) no-repeat top left;
	margin-top: 0px;
	margin-left: 50px;
	width: 500px; 
	height: 160px; 
	}

#top h1 span {
	display:none
	}

/********note**********/
#note {
	clear:both; 
	margin: 40px 0px 0px 10px; 
	width: 160px; 
	float: right;
	border-left: 1px solid #ddd;
	padding: 0px 0px 0px 0px;
	}
div#note p {
	font: 0.6em Courier, Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	line-height: 1.2em;
	background-color: #F9F9F9;
	}

#note h4 { 
	font: 0.9em Courier, Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #002AFF;
	margin: 0px 0px 0px 10px;
	text-align: left;
	}

/********nav***********/
#nav { 
	position: absolute; 
	top: 0px; 
	left: 20px;
	float: left;
	}
	
div#nav2 p {
	font: 1.5em Georgia, Verdana, Arial, Helvetica, sans-serif; 
	text-align: justify;
	line-height: 1.2em;
	margin: 15px 0px 5px 0px;
	}

#nav2 { 
	font: bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(navbkg2.gif) top left repeat-y; 
	padding: 12px; 
	margin-top: 210px; 
	width: 150px;
	border-top: 1px solid #D2D2D2;
	background-color:#F9F9F9;
	}

#nav h3.leadto { 
	background: transparent url(navgoto2.gif) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width: 100px; 
	height: 20px; 
	}

#nav h3.leadto span {
	display:none
	}

#nav h3.extras { 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}

#nav h3.extras span {
	display:none
	}

#nav ul {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	text-align:justify;
	font: 1.2em Georgia;
	}

#nav li {
	line-height: 2.5ex; 
	background: transparent url(hl.gif) no-repeat top center; 
	display: block; 
	padding: 5px 0px 10px 0px; 
	margin-bottom: 10px;
	list-style-type: none;
	}

#nav li a:link {
	color: #9C9C9C;
	}

#nav li a:visited {
	color: #9C9C9C;
	}
#placement1 {
	background: transparent url(fsrclogomonofade.jpg) top left no-repeat; 
	position: absolute; 
	top: 45px; 
	right: 26px; 
	width: 100px; 
	height: 101px;
	}
/********menulist******/

#menulist a{
color: #7597AC;
display: block;
width: 145px;
height: 20px;
padding-left: 5px;
padding-top: 1px;
margin-bottom: 0px;
background-image: url(dot.gif);
background-repeat: no-repeat;
background-position: right center;
text-decoration: none;
font: bold;
font-size: 1.2em;
margin-left: 0px;
text-align:left;
background-color:#E2E9FE;
}

#menulist a:hover{
background-image: url(dot2.gif);
color: #DF8932;
}

/********divs**********/
#content{
margin: 50px 20px 20px 200px;
}

#content p{
text-align: justify;
font-size: 80%;
margin: 3px 10px 10px 10px;
}

.answer {
text-align: justify;
font-weight: bold;
color: #387F09;
padding: 0;
}

ul { 
list-style-type: circle; 
list-style-position: outside;
text-align:left;
font-size: 80%;
margin-top: 10px;
}

ol {
list-style-position: outside;
text-align:left;
font-size: 80%;
margin-top: 10px;
}


#content p.center { 
	font:  font-size 80%;
	margin-top: 0px;
	text-align:center
	}

#content h3{
	font: .9em Gill Sans, Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px; 
	margin: 7px 0px 0px 10px; 
	color: #002AFF;
	text-align:left;
}

#content h4{
	font: .9em Gill Sans, Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px; 
	margin: 7px 0px 0px 10px; 
	color: #800000;
	text-align:left;
}

#content h6{
	font: .7em Gill Sans, Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px; 
	margin: 7px 0px 0px 10px; 
	color: #388D38;
	text-align:center;
}

#content h2{
font: .9em sans-serif;
font-weight: bold;
color: #387F09;
padding: 0;
text-align: justify;
font-size: 80%;
margin: 3px 10px 10px 10px;
}

#content h5{
font: .9em sans-serif;
text-decoration: none;
color:#990066;
padding: 0;
text-align: justify;
font-size: 80%;
margin: 3px 10px 10px 10px;
}
/**********links***********/
a:link {
	color: #9D2917;
	text-decoration: none;
}
a:visited {
	color: #9D2917;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: bold;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}

/***********image classes********/
.leftimage{
float: left;
margin-right: 10px;
padding: 4px;
border: 1px solid #ddd;
}

.leftimage1 { float: left;
    margin-right: 10px;
    }
	
.rightimage3 { float: right;
    margin-left: 10px;
	padding: 4px;
	border: 1px solid #ddd;
    }

.imageclassone{
left:203px;
top:150px;
position:absolute;
}

.imageclasstwo{
left: 595px;
top: 15px;
position:absolute;
}

.imageclassthree{
left: 555px;
top: 105px;
position:absolute;
}
/*********horizontal rule*********/
hr {
clear: both;
visibility: hidden;
}

.rule {border-top-width: 1px;
       border-top-style: solid;
       border-color: #99B697; 
       margin: 2% 5% 3% 8%;
	   text-align:center;
}

#footer{
color: #4B4B4B;
clear: both;
}

#footer p{
padding: 20px;
margin: 0px 0px 0px 160px;
font-size: 80%;
}

.clearit {
	clear: both;
	display: block;
}


/*********table************/
table {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 96%;
	margin-left: 10px;
	}

th {
	text-align: left;
	}

tr.yellow td {
	border-top: ;
	border-bottom: ;
	background: #DFE7E2;
	}

td {
	border-bottom: 1px solid #CCC;
	text-align: center;
	
	}

td+td {
	border-left: ;
	text-align: center;
	}
/************end table**************/


#pic1{
	height: 200px;
	background: url(bpics.jpg) no-repeat;
	background-position:center;
	background-color: #E7E7CF;

}
	
	
#pic2{
	height: 200px;
	background: url(cd_pic_221.jpg) no-repeat;
	background-color: #E7E7CF;}
	
.container{
	width: 99%;
	float: none;
	border-top: 1px solid #A5A5A5;
}

div.float {
  float: left;
  width: 120px;
  font-size: 100%;
  padding: 35px;
   margin-bottom: -15px;
   margin-top: -15px;
  
  }
  
div.float p {
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	
   }

div.container1 {
	border: 1px dashed #CCC;
	background-color: #ffe; 
  }

div.spacer {
  clear: both;
  }
  
  div.float2 {
  float: left;
  width: 290px;
  font-size: 100%;
  padding: 46px;
   margin-bottom: -15px;
   margin-top: -15px;
  
  }
  
div.float p2 {
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	
   }

div.container2 {
	border: 1px dashed #CCC;
	background-color: #ffe; 
  }

div.float3 {
  float: left;
  width: 80px;
  font-size: 5%;
  padding: 35px;
  margin-bottom: -15px;
  margin-top: -15px;
  
  
  }

div.container3 {
	border: 1px dashed #003366;
	background-color: #ffe;
	width: 700px;
	text-align: center;
	margin: 30px;
  }

#pic4{
border-bottom: 0px;

}

#pic4 ul{
	padding: 0px;
	margin: 0px 30px 0px 40px;
	background-color: #;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 3px;
	border: 1px solid #ddd;
}

#pic4 ul li{
	display: inline;
	margin: 0;
	padding: 0px;
}

#pic4 ul li a{
font-size: 80%;
color: #FFFFFF;
background-color: #003366;
text-decoration: none;
padding: 0 15px 0 15px;
border-right: 1px solid #000000;
text-align: center;
width: 9em;
} 

#pic5{
border-bottom: 0px;

}

#pic5 ul{
	padding: 0px;
	margin: 0;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #ffe;
	text-align:center;
	padding-top: 5px;
}

#pic5 ul li{
	display: inline;
	margin: 0;
	padding: 0px;
}

#pic5 ul li a{
font-size: 80%;
color: #FFFFFF;
background-color: #003366;
text-decoration: none;
padding: 0 15px 0 15px;
border-right: 1px solid #000000;
text-align: center;
width: 9em;
} 

/*************thumbnails***********/
.thumbnail{
	float: right;
	padding: 4px;
  	border:1px solid #ddd;
	text-align: right;
	width: 150px;
	font-size: 12px;
	margin: 0 15px 15px 0;
}
/********hr gallery**************/
#gallery { border: 1px solid #888888;
    margin: 0pt auto 2em;
    padding: 0pt;
    background: #FFFFFF url(dxkseminartitle.jpg);
    list-style-type: none;
    overflow: hidden;
    width: 540px;
    height: 255px;
    }

 #gallery li a:hover { background: #EEEEEE none repeat scroll 0% 50%;
    width: 340px;
    }

  #gallery li a:hover img { width: 340px;
    }

  #gallery li { float: left;
    }

  #gallery li a { border-right: 1px solid #FFFFFF;
    display: block;
    height: 255px;
    width: 28px;
    float: left;
    text-decoration: none;
    cursor: default;
    }

  #gallery li a img { border: 0pt none ;
    width: 28px;
    height: 255px;
    }
  
/***********************galleryh*********************/
  #galleryh { border: 1px solid #888888;
	margin: auto;
    padding: 0pt;
    background: #FFFFFF url(okhainvitecomp2.JPG) repeat scroll 0% 50%;
    list-style-type: none;
    overflow: hidden;
    width: 495px;
    height: 255px;
    }

 #galleryh li a:hover { background: #EEEEEE none repeat scroll 0% 50%;
    width: 340px;
    }

  #galleryh li a:hover img { width: 340px;
    }

  #galleryh li { float: left;
    }

  #galleryh li a { border-right: 1px solid #FFFFFF;
    display: block;
    height: 255px;
    width: 28px;
    float: left;
    text-decoration: none;
    cursor: default;
    }

  #galleryh li a img { border: 0pt none ;
    width: 28px;
    height: 255px;
    }

#piccontainer{
	width: 99%;
	margin: auto;
	text-align:center;
	padding: 0% 0% 0% 1.8%;
}

/***********************galleryh*********************/
  #galleryhb { border: 1px solid #888888;
	margin: auto;
    padding: 0pt;
    background: #FFFFFF url(dxkseminartitle.jpg) repeat scroll 0% 50%;
    list-style-type: none;
    overflow: hidden;
    width: 495px;
    height: 255px;
	
    }

 #galleryhb li a:hover { background: #EEEEEE none repeat scroll 0% 50%;
    width: 320px;
    }

  #galleryhb li a:hover img { width: 320px;
    }

  #galleryhb li { float: left;
    }

  #galleryhb li a { border-right: 1px solid #FFFFFF;
    display: block;
    height: 255px;
    width: 28px;
    float: left;
    text-decoration: none;
    cursor: default;
    }

  #galleryhb li a img { border: 0pt none ;
    width: 28px;
    height: 255px;
    }

/**************gallery2**************/
#gallery2 { border: 1px solid #888888;
    margin: 0pt auto 2em;
    padding: 0pt;
    background: #FFFFFF url(dxkseminartitle.jpg);
    list-style-type: none;
    overflow: hidden;
    width: 540px;
    height: 255px;
    }

 #gallery2 li a:hover { background: #EEEEEE none repeat scroll 0% 50%;
    width: 340px;
    }

  #gallery2 li a:hover img { width: 340px;
    }

  #gallery2 li { float: left;
    }

  #gallery2 li a { border-right: 1px solid #FFFFFF;
    display: block;
    height: 255px;
    width: 28px;
    float: left;
    text-decoration: none;
    cursor: default;
    }

  #gallery2 li a img { border: 0pt none ;
    width: 28px;
    height: 255px;
    }

/****************form******************/
fieldset {
  padding: 1em;
  font:70% sans-serif;
  border:1px solid #DCDCDC;
  margin: 0px 0px 0px 20px;
  width: 92%;
  }
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight: normal;
  font: 1.2em sans-serif, verdana, aerial;
  }
  
  legend {
  padding: 0.2em 0.5em;
  border:1px solid #DCDCDC;
  color:#555753;
  font-size:100%;
  text-align:right;
  background: rgb(239, 229, 237);
  font: 1.2em sans-serif, verdana, aerial;
  }
  
textarea{
width: 50%;
height: 150px;
background: #F2F7F3;
color: #9C9C9C;
border: 1px solid #DCDCDC;
}

#submitbutton{
margin-left: 60%;
margin-top: 5px;
width: 90px;
background: #FBE9D7;
}

input
{
color: #696969;
background: #F2F7F3;
border: 1px solid #DCDCDC;
}
