@charset "utf-8";
/* CSS Document */

#logo {
	position:absolute;
	left:9px;
	top:9px;
	width:220px;
	height:167px;
	z-index:1;
}
#heading {
	position:absolute;
	left:232px;
	top:9px;
	width:600px;
	height:165px;
	z-index:2;
}
#links {
	position:absolute;
	left:10px;
	top:172px;
	width:223px;
	height:234px;
	z-index:3;
}
body {
	background-image: url(images/Leather.jpg);
	background-repeat: repeat;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #990000;
}
a:active {
	color: #5A2B01;
}
#body_tall {
	position:absolute;
	left:234px;
	top:172px;
	width:581px;
	height:821px;
	z-index:4;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #000000;
	background-color: #F9F9D3;
	padding: 8px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	color: #5A2B01;
}
.table_heading {color: #000000}
#body_main
{
	position:absolute;
	left:241px;
	top:172px;
	width:578px;
	height:908px;
	z-index:4;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #000000;
	background-color: #F9F9D3;
	padding: 8px;
	overflow: visible;
}
#body_custm
{
	position:absolute;
	left:234px;
	top:172px;
	width:581px;
	height:821px;
	z-index:4;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #000000;
	background-color: #F9F9D3;
	padding: 8px;
}

.appLink { color: #4E2000; }
