/* CSS Document */

/* ----------------------basic layout information---------------------------- */


#container { 
	width:761px;
	text-align: left;
	margin-left: auto;
	margin-right: auto; 
	padding-top:7px;

	}
	


table.body{ 
	font-family:Georgia; 
	font-size:12px;
	color: #512700;
	background:#ffffff;
	border:solid 6px #F5F1E1;




}

td.head{
	background:#EFE6BA url(images/address.gif) no-repeat right top;
	border-bottom:solid 14px #F5F1E1;
	height:74px;


}
td{
	color:#254169;
	font-size:16px;
	line-height:28px;

}



/* ----------------------nav---------------------------- */

td.nav{
	Background-color:#DBD096;
	border:solid 5px #ffffff;
	background-image: url(images/navbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:16px;
	padding-top:58px;



}



img.line{

	margin-top:10px;
	margin-bottom:5px;


}


/* ----------------------home detail---------------------------- */

td.homecopy{
	line-height:20px;
	border-left: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	border-top: solid 5px #ffffff;
	color:#5254169;
	font-size:12px;
	background-image: url(images/scroll.gif);
	background-repeat: no-repeat;
	background-position: center bottom;



}

div.homecopy2{

	line-height:28px;
	padding-top:30px;
	padding-right:0px;
	padding-left:25px;
	padding-bottom:60px;
	color:#254169;
	font-size:16px;



}


h1{
	font-size:20px;
	font-style: italic;
	margin-top:0px;
	margin-bottom: 10px;
	color:#3D649E;
	
}

div.sub{
	color:#3D649E;
	font-weight:bold;
}


ul{
	padding:0px;
	margin-top:0px;

}

li{
	padding:0px;

}
a.credit:link{

	color: #ffffff;
	text-decoration:none;
	
}

a.l3:active{
	color: #ffffff;
	text-decoration:none;
	
}


a.credit:visited{
	color: #EEEDAB;
	text-decoration:none;
	
}

a.credit:hover{

	color: #ffffff;
	text-decoration:underline;
	
}



a:link{

	color: #3D649E;
	text-decoration:underline;
	
}

a:active{
	color: #ED5400;
	text-decoration:none;
	
}


a:visited{
	color: #AB9F62;
	text-decoration:underline;
	
}

a:hover{

	color: #6F889F;
	text-decoration:underline;
	
}