body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-color: #DEE7F3;
	}
#wrap {
   position: relative;
	width: 776px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-image: url(resources/bg-wrap.gif);
	background-repeat: repeat-y;
	color: #5A6B98;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	}
#headerwrap {
	width: 776px;
	height: 134px; 
	margin: 0;
	padding: 0;
	border: 0;
}
#contentwrap {
   clear: both;
	width: 776px;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	background-image: url(resources/bg-contentwrapform.gif);
}
#contentwrap p {
	padding: 10px 50px 0 43px;
	margin: 0;
}
#contentwrap a:link {
	color: #5A6B98;
}

#contentwrap a:visited {
	color: #5A6B98;
}
#contentwrap a:hover {
	color: #5A6B98;
	text-decoration: none;
}
.bold {
font-weight: 700;
}
form {
	background-color: transparent;
	color: #5A6B98;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	margin-left: 50px;
}
select {
	margin-left: 3px;
}
fieldset {
	border-top: solid 1px #DEE7F3;
	border-right: solid 1px #DEE7F3;
	border-bottom: none;
	border-left: solid 1px #DEE7F3;
	padding:.4em 0;
}

.textgroup {
	width: 700px;
}

.textgroup label {
	width: 200px;
	text-align:right;
	float:left;
	padding: 6px 0;
	margin-right: 5px;
}

.textgroup label.inline {
	float: none;
	margin-left: 1em;
}

.textinput {
	margin: 3px;
	color: #000000;
	background-color: #DEE7F3;
	border: 1px solid #0063C1;
	padding: 1px;
}

.clear {
	clear: both;
	line-height: 0; 
	height: 0;
}
#mySubmit { 
  float: none; 
  margin: 10px 0 0 212px; 
  text-align: center; 
	background-color: #FFFF99;
	border: 1px solid #C5D5EA;
	color: #2D354C;
	font-family: arial, sans-serif;
	font-size: 12px;
  }
input, textarea, select { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
    color: #000000;
	background-color: #DEE7F3;
    border: 1px solid #0063C1;
	} 
#footer {
	clear: both;
}