* {
margin:0;
padding:0;
}

body {
   background: #e2e0e1 url(../images/body_back.jpg) repeat-x;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666666;
}
#container {
   width: 765px;
   height:550px;
   background: White;
   margin: 0 auto;
}
#container2 {
   width: 765px;
   background: White;
   margin: 0 auto;
}

#wave {
	background: transparent url(../images/wave.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 765px;
	margin: 0 auto;
	margin-top: 50px;
}
#wave2 {
	background: transparent url(../images/wave2.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 765px;
	margin: 0 auto;
}
#wave3 {
	background: transparent url(../images/wave.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 765px;
	margin: 0 auto;
	margin-top: 15px;
}
#blanktop {
    height: 200px;
    bottom: 200px;
}
#blanktop2 {
    height: 10px;
}

#line {
	background-image: url(../images/line_back.png);
	background-repeat: repeat-x;
	height: 84px;
}

.bracket {
	color: #FF6347;
}
#water {
	background: url(../images/water_bak.png);
	background-repeat: repeat-x;
	height:157px;
}
#title {
	padding: 10px 10px 0;
	width: 740px;
	height: 28px;
}
#content {
	width: 736px;
	background: #6699cc;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
}
#contentbtm {
   background: #6699cc;
	margin-left: 10px;
	width: 740px;
	height: 20px;
	margin-top: 0px;
}
.formcontent {
	background: transparent;
	border: 1px solid #B0C4DE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
	padding: 2px 2px;
}

hr {
	background-color: #FFFFFF;
}

.links {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 50px 10px 5px;
	text-decoration: none;
}

.boldtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #457AAF;
	display: block;
	width: 99%;
	padding-left: 3px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #457AAF;
	display: block;
	width: 99%;
	padding-left: 3px;
}

a:link {
	color: #FFCC33;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	color: #2166AC;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
.formbox {
    background: #528fcc;
	}
.formtxt {
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
   padding-left:3px;
   color: White;
   }
.orangebold {
   font-weight:bold;
   color:#FF9900;
   }
.terms {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#333333;
   line-height:18px;
   padding-bottom:15px;
   }
acronym {
  cursor: help;
  }

