@charset "utf-8";
.shadow-upperleft {
	background-image: url(images/shadow_01.jpg);
	float: left;
	height: 12px;
	width: 12px;
}
.shadow-upperright {
	background-image: url(images/shadow_03.jpg);
	float: right;
	height: 12px;
	width: 12px;
}
.shadow-lowerleft {
	background-image: url(images/shadow_07.jpg);
	float: left;
	height: 12px;
	width: 12px;
}
.shadow-lowerright {
	background-image: url(images/shadow_09.jpg);
	float: right;
	height: 12px;
	width: 12px;
}
.shadow-top {
	background-image: url(images/shadow_02.jpg);
	float: left;
	height: 12px;
	width: 100%;
}
.shadow-bottom {
	background-image: url(images/shadow_08.jpg);
	float: left;
	height: 12px;
	width: 100%;
}
.shadow-left {
	background-image: url(images/shadow_04.jpg);
	float: left;
	height: 100%;
	width: 100%;
	background-repeat: repeat-y;
}
.module {
	float: left;
	height: auto;
	width: 100%;
}
.module-content {
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	font-size:14px;
	
}

.shadow-right {
	background-image: url(images/shadow_06.jpg);
	float: left;
	height: 100%;
	width: 100%;
	background-repeat: repeat-y;
	background-position: right;
}
h2{padding-top:0px;
padding-bottom:0px;
margin-top:0px;
margin-bottom:7px;
font-size:16px;
font-weight:bold;
color:#2c2c80;
text-decoration:underline;
}
#horizontal-divide {
	background-image: url(images/horizontal-divide.jpg);
	background-repeat: repeat-x;
	height: 12px;
	width: 100%;
	padding-bottom: 6px;
}
#footer-left-ext {
	position: absolute;
	z-index: 1;
	height: 200px;
	width: 1000px;
	left: -1000px;
	top: 0px;
	background-image:url(images/footer-line.jpg);
	background-repeat:repeat-x;
	background-color:#979797;
}
#footer-right-ext {
	position: absolute;
	z-index: 1;
	height: 200px;
	width: 1000px;
	left: 1000px;
	top: 0px;
	background-image:url(images/footer-line.jpg);
	background-repeat:repeat-x;
	background-color:#979797;
}
#sharethis-container {
	position: absolute;
	z-index: 1;
	height: 56px;
	width: 138px;
	left: 79px;
	top: 26px;
}

