@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
}

a:link {
	color: #009966;
	text-decoration: none;
}
a:visited {
	color: #009966;
	text-decoration: none;
}
a:hover {
	color: #00CC00;
	text-decoration: underline;
}
a:active {
	color: #009966;
	text-decoration: none;
}

#img-shadow-container #top-l {
	background-image: url(slices/shadow-corner-top-left.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	left: -50px;
	top: -100px;
}
#img-shadow-container #top-c {
	background-image: url(slices/shadow-top.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 830px;
	position: absolute;
	left: -40px;
	top: -100px;
}
#img-shadow-container #top-r {
	background-image: url(slices/shadow-corner-top-right.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	top: -100px;
	right: -73px;
	left: 790px;
}
#img-shadow-container {
	height: 500px;
	width: 750px;
	position: relative;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;

}
#img-shadow-container #signature img {
	position: absolute;
	height: 57px;
	width: 379px;
	left: 0px;
	top: -70px;
}
#img-shadow-container #sig img {
	height: 49px;
	width: 323px;
	position: absolute;
	left: 235px;
	top: 568px;
}

#img-shadow-container #mid-l {
	background-image: url(slices/shadow-left.gif);
	background-repeat: repeat-y;
	height: 630px;
	width: 10px;
	position: absolute;
	left: -50px;
	top: -90px;
}
#img-shadow-container #mid-r {
	background-image: url(slices/shadow-right.gif);
	background-repeat: repeat-y;
	height: 630px;
	width: 10px;
	position: absolute;
	top: -90px;
	right: -12px;
	left: 790px;
}
#img-shadow-container #bot-l {
	background-image: url(slices/shadow-corner-bottom-left.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	left: -50px;
	bottom: 27px;
	top: 540px;
}
#img-shadow-container #bot-c {
	background-image: url(slices/shadow-bottom.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 830px;
	position: absolute;
	left: -40px;
	bottom: 28px;
	top: 540px;
}
#img-shadow-container #bot-r {
	background-image: url(slices/shadow-corner-bottom-right.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	right: -50px;
	bottom: -48px;
	left: 790px;
	top: 540px;
}
#img-shadow-container #links-to-pages {
	position: absolute;
	left: 570px;
	top: -19px;
	height: 17px;
	width: 179px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}
