@charset "utf-8";
/* CSS Document */
.mainBG {
	background-image: url(bg_body.gif);
	background-repeat: repeat;
	margin-top: 0px;
}
.top1left{
	background-image: url(bg_top1_left.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 120px;
}
.top1mid{
	background-image: url(bg_top1_mid.jpg);
	background-repeat: no-repeat;
	height: 120px;
}
.top1right{
	background-image: url(bg_top1_right.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 120px;
}
.top2left{
	background-image: url(bg_top2_left.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 234px;
}
.top2mid{
	background-image: url(bg_top2_mid.jpg);
	background-repeat: no-repeat;
	height: 234px;
}
.top2right{
	background-image: url(bg_top2_right.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 234px;
}
.middleleft{
	background-image: url(bg_white.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.middleleft_background{
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(bg_middle_left.jpg);
	height: 586px;
}
.middleright_background{
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(bg_middle_right.jpg);
	height: 586px;
}
.middlemid{
	background-image: url(bg_middle_mid.jpg);
	background-repeat: no-repeat;
	background-color: White;
	background-position: top;
}
.middleright{
	background-image: url(bg_white.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.footertext{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	text-decoration: none;
}
.footertext a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
}

hr {
	color: Blue;
}
.button{
	background-color: #B22222;
	color: White;
	font-weight: bold;
}
.login{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: Navy;
}

.login a{
	text-decoration: none;
	color: #004180;
}
.login a:hover{
	text-decoration: none;
	color: #0068CC;
}







