
* { padding: 0; margin: 0; }

body {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 13px;
 color:#434242;
 background-image:url(../images/background.gif);
 background-position:left;
 background-repeat:no-repeat;
 background-attachment:fixed;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
 color:#434242;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: #FFFFFF;
 background-image: url(../images/Header/header.gif);
 background-position:center;
 background-repeat:no-repeat;
}

#leftcolumn { 
 color:#6d5f3c;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 670px;
 width: 200px;
 float: left;
}

#rightcolumn { 
 float: right;
 color:#434242;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 670px;
 width: 678px;
 display: inline;
}

#footer { 
 width: 900px;
 clear: both;
 color: #434242;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align:right;
}

a:link {
	color: #6d5f3c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #b99844;
}
a:active {
	text-decoration: underline;
}

.faq{
margin:40px 0px 0px 0px;
width: 190px;
border: #333 1px solid;
padding:4px;
background:#a5cef7;
}
  
.faq_box {
background:#c2def9;
border-bottom:1px #333 solid;
border-left:1px #333 solid;
border-right:1px #333 solid;
line-height:15px;
padding:4px;
overflow:auto;
width:190px;
height:320px;
font-size:10px;
scrollbar-face-color:#E4EFFA; 
scrollbar-arrow-color:#6d5f3c; 
scrollbar-track-color:#E4EFFA; 
scrollbar-shadow-color:#E4EFFA; 
scrollbar-highlight-color:#E4EFFA; 
scrollbar-3dlight-color:#E4EFFA; 
scrollbar-darkshadow-Color:#E4EFFA;
}

.thinborderfloat {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  } 

.thinborderfloat2 {
  float:left;
  border:solid 1px silver;
  padding:3px;
  margin-right:3px;
  margin-top:40px;
  }

.thinborderfloatRight {
  float:right;
  border:solid 1px silver;
  padding:5px;
  margin-left:10px;
  text-align:right;
  } 

.body-para {
line-height:30px;
margin: 25px 0px 0px 0px;
white-space:normal;
color:
}

dt {
margin-left:5px;
}

.rtd{
color:#FF9900;
font-size:9px;
}