/********************************************************
* Base styles --                          			    *
********************************************************/

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	margin-top: 0px;
	margin-left: 0px;
    padding: 0;
	background-color: #e3e3e3; 
}

ul, ol { list-style: square outside; font-size: 12px; margin-top: -2px; line-height: 1.55em; margin-right: 40px; }
p, li, h { color: #000000;}
li { color: #3c7937; list-style-type: square; }

caption, th { text-align: left; }

p { font-size: 13px; }

.red { color: #CC0000;}
.highlight { color: #3c7937; font-weight: bold;}
.black { color: #000000; line-height: normal;}

/********************************************************
* Wrapper --                                 			*
********************************************************/

#wrapper {
	clear: both;
	position: relative;
    width: 803px;
    margin: 0px 0px 0px 90px;
    background-image: url(../images/contentBg.jpg);
	background-repeat: repeat;
	z-index: 2;
}

/********************************************************
* Header --                                 			*
********************************************************/

#header {
    width: 540px;
    height: 132px;
	margin: 0px 0px 0px 21px;
	padding: 0px;
    background-image: url(../images/tagline_header.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}


/********************************************************
* Content --                                 			*
********************************************************/

#content {
	/*clear: both;*/
    width: 893px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

/********************************************************
* Maincol --                                 			*
********************************************************/

#maincol {
    width: 488px;
    text-align: left;
    padding: 10px 20px 0px 50px;
}

/********************************************************
* Rightcol --                                 			*
********************************************************/

#rightcol {
	color: #104887;
	/*    float: left; */
	position: absolute;
	width: 242px;
	text-align: left;
	padding: 0px;
	display: inline; /* fix IE */
	font-size: 11px;
	left: 561px;
	top: 0px;
}


#rightcol .textbox {
	width: 185px;
}

.privacy {
	font-size: 10px;
	color: #000000;
	font-style: italic;
}

.required {
	text-align: right;
	width: 185px;
}

.button { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 185px;
}


/********************************************************
* Footer --                                 			*
********************************************************/

#footer {
	font-size: 10px;
	clear: both;
	color: #ffffff;
	background: url(../images/bgFooter.jpg) 0 0 no-repeat;
	height: 92px;
	width: 692px;
	text-align: center;
	margin: 0px 0px 0px 90px;
	padding: 0px;
}

#footer-copy {
	padding-top: 36px;
}

/********************************************************
* Form Valication --                          			*
********************************************************/

.error { color:#e00; }
label.error {
  padding:0;
}
input.error {
  border: 1px solid #e00;
  background-color:#ffffd5;
}
#reqd {
  font-size:11px;
  text-transform:lowercase;
  font-weight:bold;
  color:#900;
  text-align:right;
  margin:4px 0 0 0;
  color: #014f6c;
}

/********************************************************
* END --                                 				*
********************************************************/

