/* CSS Document */
.border{
border:solid 1px #534635;
}

.title{
font-family:"Trebuchet MS";
font-size:18px;
color:#534635;
padding:5px 5px 5px 5px;
}
.sub{
font-family:"Trebuchet MS";
font-size:14px;
color:#534635;
padding:5px 5px 5px 5px;
}
.nav{
font-family:"Trebuchet MS";
font-size:12px;
color:#534635;
padding:5px 5px 5px 5px;
}
.nav a{
color:#534635;
text-decoration:none;
}
.nav a:hover{
color:#534635;
text-decoration:underline;
}
.navlarge{
font-family:"Trebuchet MS";
font-size:14px;
color:#534635;
padding:5px 5px 5px 5px;
}
.navlarge a{
color:#534635;
text-decoration:none;
}
.navlarge a:hover{
color:#534635;
text-decoration:underline;
}
.footer{
font-family:"Trebuchet MS";
font-size:9pt;
color:#D7D0BD;
padding:5px 5px 5px 5px;
}
.footer a{
color:#D7D0BD;
text-decoration:none;
}
.footer a:hover{
color:#D7D0BD;
text-decoration:underline;
}
.main{
font-family:"Trebuchet MS";
font-size:12px;
color:#534635;
padding:5px 5px 5px 5px;
}
.main a{
color:#534635;
text-decoration:none;
}
.main a:hover{
color:#534635;
text-decoration:underline;
}

h3{
font-family:"Trebuchet MS";
font-size:12pt;
font-weight:normal;
color:#534635;
}

.faqbox{
	width:100px;
	border:1px solid #534635;
	margin-right:20px;
	float:right;
	padding:10px 10px 10px 10px;
	}
	
.appbox{
	width:150px;
	border:1px solid #534635;
	margin-right:20px;
	float:right;
	padding:10px 10px 10px 10px;
	}	
