/* CSS Document */

body{
	color: black;
	text-align: center;	
	margin: 0;
	padding: 0;
	background-image: url(fin_images/woodbg.jpg);
	font-family: "Times New Roman", Times, serif;
}

#header{
	text-align: left;
	width: 100%;
	height: 130px;
	margin: 0;
	padding: 0;
	background-image: url(fin_images/headerbg.jpg);
	background-repeat: repeat-x;
}

#owrap{
	width: 1001px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#wrap{
	width: 1000px;
	float: left;
	padding-top: 25px;
	text-align: left;
	background: #2f4037;
}

#letter{
    margin-top: 5px;
	width: 550px;
	height: 745px;
	float: left;
	background-image: url(fin_images/letterbg.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding: 0;
}

#mct{
	width: 525px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	font-size: 14px;
	color: black;
}

#mct a, #mct a:visited{
	color: #c71623;
	text-decoration: underline;
}

#mct a:hover {
	color: white;
	background: #c71623;
	text-decoration: none;
}

#isstable{
	width: 400px;
	float: right;
}

#isstable ul li {
	width: 110px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}

#isstable ul li a, #isstable ul li a:visited{
	text-decoration: none;

}

#isstable ul li a:hover{
	border-bottom: 2px solid #c71623;
}