@charset "utf-8";
/* CSS Document */
body {
  background-image: url("bgdot.jpg");
  background-position: 50% 50%;
  background-repeat:repeat;
}
.mainBG1 {
	background-image: url("mainBG1.gif");
	background-repeat:no-repeat;
	background-position:top;
	margin-top: 0px;
}
.mainBG2 {
	background-image: url("mainBG2.gif");
	background-repeat:no-repeat;
	background-position:top;
	margin-top: 0px;
}
.mainBG3 {
	background-image: url("mainBG3.gif");
	background-repeat:no-repeat;
	background-position:top;
	margin-top: 0px;
}
.topStripe 
{
    background-image:url("topstripe.gif");
    background-repeat:no-repeat;
    margin-top: 0px;
    height: 36px;
}
.topBanner
{
    background-image:url("topbanner.gif");
    background-repeat:no-repeat;
    background-position:center;
    margin-top:0px;
    height: 191px;
    width: 960px;
}
.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: no-repeat;
	background-position: right;
}

.middleleft_background{
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(bg_middle_left.jpg);
}
.middleright_background{
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(bg_middle_right.jpg);
}
.middlemid{
	background-image: url(bg_middle_mid.jpg);
	background-repeat: no-repeat;
	background-color: White;
	background-position: top;
}
.middlemid2{
	background-image: url(bg_middle_mid1.jpg);
	background-repeat: no-repeat;
	background-color: White;
	background-position: top;
}
.middlemid3{
	background-image: url(bg_middle_mid2.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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	text-decoration: none;
}
.footertext a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
}

hr {
	color: #000000;
}
.button{
	background-color: #B22222;
	color: White;
	font-weight: bold;
}
.login{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-style:italic;
	width:220px;
	height:26px;
	background-image:url(login_bt.gif);
	background-repeat:no-repeat;
	border:0px; 
	text-align:center; 
	vertical-align:bottom; 
	padding-top:2px;
}

.login a:link{
	text-decoration: none;
	color: White;
}
.login a:hover{
	text-decoration: none;
	color: #0068CC;
}








