body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin:0px;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.lefttop {
	background-image: url(../images/lefttop.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.leftbottom {
	background-image: url(../images/leftbottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.centerbottom {
	background-image: url(../images/centerbottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.img {
	background-image: url(../images/img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentarea {
	background-image: url(../images/subcontentarea.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.contbottom {
	background-image: url(../images/contentbottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	padding: 15px 15px 140px 15px;
}
.subcontbottom {
	background-image: url(../images/subcontentbottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	padding: 15px 15px 140px 15px;
}
.fottop {
	background-image: url(../images/foottop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003876;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 20px;
}
.fottop A {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003876;
	text-decoration: none;	
}
.fottop A:hover {
	color: #0057B7;
	text-decoration: none;
	border-bottom: 1px dotted #003876;	
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
}
.footer A {
	color: #FFFFFF;
	text-decoration: none;
}
.footer A:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}
.right {
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.sucontentarea {
	background-image: url(../images/subcontentarea.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.flashbg {
	background-image: url(../images/flashbg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.heading {
	display: block;
	padding: 15px 15px 5px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 20px;
	color: 003876;
	font-weight: bold;
}
.contenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003876;
}
.contenttext A {
	color: #003876;
}
.contenttext A:hover {
	color: #990000;
}