body {
background: #fef4e3 url(../images/bkgnd.jpg) repeat-x 0 0;
color: #333333;
font: normal 12px Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center; /* IE6 Hack: Center Screen */
}

a:Link, a:Visited {
color: #005630;
text-decoration: underline;
}

a:Hover {
text-decoration: none;
}

#container {
height: auto !important;
height: 100%;
min-height: 100%;
margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
text-align: left;
width: 710px;
}

.header {
background: url(../images/header.jpg);
height: 235px;
margin: 8px 0 0;
width: 700px;
}

.content {
background: url(../images/body.jpg) no-repeat;
height: 549px;
width: 700px;
}

.copy {
padding: 50px 0 0 115px;
width: 540px;
}


.copy h1 {
background-color: #ffffff;
color: #005630;
font-size: 14px;
font-weight: bold;
margin: 10px 0 -10px 20px;
padding-left: 10px;
position: relative;
width: 295px;
z-index: 2;
}

.copy h2 {
color: #005630;
font-size: 13px;
font-weight: bold;
margin: 0;
padding-bottom: 10px;
text-align: right;
width: 260px;
}

/* IE6 Hack */
* html .copy h1 { width: 305px;}

.copy p {
margin: 0;
}

.border {
background: #ffffff;
border: #005630 solid 1px;
margin-bottom: 12px;
padding: 20px 10px 10px;
position: relative;
z-index: 1;
}

/* IE6 Hack */
* html .border { padding: 10px 10px 0;}

/* IE7 Only */
:first-child+html .border { padding: 10px 10px 0;}

p.info {
font-size: 11px;
margin: 20px 0 0;
text-align: center;
}

div.info {
font-size: 11px;
margin: 20px 0 0;
text-align: center;
}

p.disclaimer {
font-size: 10px;
padding-bottom: 45px;
}

.copywrite {
color: #005630;
text-align:center;
font-size: 10px;
}

.links {
color: #005630;
float: left;
font-size: 9px;
padding-left: 50px;
}

.text_1 {
font-size: 14px;
padding-right: 5px;
margin: 0;
}

input.checkbox {
margin: -3px 3px;
}

.footer {
background: url(../images/footer.jpg);
height: 80px;
width: 700px;
}

/* Login Form */
#login_form {margin-bottom:165px;}
#login_form .border {margin-left:120px;padding-left:80px;}
* html #login_form .border {width:350px;}

/* Form Styles */
fieldset {border:none;}
fieldset div {margin-bottom:5px;}
fieldset label {display:inline-block;font-size:14px;padding-right:5px;text-align:right;width:185px;}
fieldset input.button {float:right;}
fieldset input.text {border:solid 1px #999999;padding:3px;}
fieldset input.text:FOCUS {border:solid 1px #8F001C;}
fieldset input.numeric {width:50px;}
.success {background-color:#D1ECB8;border:solid 2px #6EA83A;margin-bottom:10px;padding:5px;}