/*Common rule*/

html{
height:100%;
margin-bottom:0px;
}

* {
margin:0;
padding:0;
outline:none;
}

BODY
{
	margin:0px;
	background-color: #C7B299;
	font-family: Helvetica,Arial;
	color:#464646;
	font-size:9pt;
	line-height:1.4em;
}
table {
	border:none;
	margin:0px;
	padding:0px;
}
td {
	font-family: Helvetica,Arial;
	margin:0px;
	padding:0px;

}
P
{
	font-family: Helvetica,Arial;
	padding-bottom:10px;

}


A
{
	color: #A3723D;
}
H2
{
	font-weight: bold;
}
H1
{
	color: #000000;
	font-size: 9pt;
}
IMG
{
	border: 0;
}

A
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
.top{
	width:100%;
	background-color: #cfbda5;
	background-image: url("../images/bg_head.jpg");
	background-repeat: repeat-x;
	border-bottom:1px #E2D7C8 solid;
}
.content{
	width:1000px;
	background-color: #C7B299;
	margin-top:10px;
}
.menu{
	padding-bottom: 3px;
}
.style2 {
font-family: "Trebuchet MS";
	font-size: 7.5pt;
	color: #666666;
}

.texthigh{
font-family: "Trebuchet MS";
color: #FFFFFF;
}
.texthigh a:link, .texthigh a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
.texthigh a:hover{
	color:#FFFFFF;
	text-decoration:none;

}
input {
background-image:url(../images/b_text.jpg);
border:none;
border: 0px;
height:17px;
width:140px;
font-size:8pt;
font-family: Arial;

}
textarea{
background-image:url(../images/b_txtbox.jpg);
border:none;
border:0px;
height:31px;
width:140px;
font-size:8pt;
font-family: Arial;
}

a.linkopacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
-khtml-opacity: 1.0;
}


a.linkopacity:hover img {
filter:alpha(opacity=80);   
-moz-opacity: 0.8;   
opacity: 0.8;
-khtml-opacity: 0.8;
}

/*faq*/
	.pageContent { width: 100%; }
	.accordion { list-style-type: none; padding: 0; margin: 0px; padding-top:20px; }
	.accordion ul { padding:20px 0; margin: 20px 0; float: left; display: block; width: 100%; }
	.accordion li {cursor: pointer; list-style-type: none; padding:0 0 5px 0; margin: 0 0 5px 0; float: left; display: block; width: 100%; /*border-bottom:1px solid #666600;*/}
	.accordion li.active>a { }
	.accordion li div { padding: 0 10px;  display: block; clear: both; float: left; width: 100%; display:none;}
	.accordion a { text-decoration: none;   padding: 0 0px; cursor: pointer; }
	
	/* Level 2 */
	.accordion li ul li {  }
/*end faq*/

