html {
 border:0;
 margin:0;
 padding:0;
}

body {
 font-family: Verdana, Tahoma, Arial, sans-serif;
 background:#ffffff;
 color:#000000;
 margin:0;
 padding:0;
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6, p, ul, li, a {
 margin:0;
 padding:0;
}

h1 {
 margin:0px 0 10px 0;
 padding:10px 0 0 0;
 color: #000080;
 font-size:22px;
}

h2 {
 margin:0px 0 0px 0;
 padding:0;
 color: #CC0000;
 font-size:16px;
 text-align:center;
}

h3 {
 margin:20px 0 0px 0;
 padding:0;
 color: #000080;
 font-size:16px;
}

p {
 margin:20px 0 20px 10px;
 padding:0;	
 font-size:11px;
}

a img {
	border:none;
}

span {
	color:#CC0000;
	font-weight: bold;
}

 /***** Global Classes *****/

.clear         { clear:both; }
.left    { float:left; }
.right   { float:right; }


.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }


/* ------------------------------------------ */
/* START PAGE MARKUP */
/* ------------------------------------------ */
#pagewrap {
	margin:0 auto;
	width:722px;
}

#header {
	margin:0;
	background: #ffffff;
	height:44px;
}

#content {
	background:#ffffff url(images/content-bg.gif) no-repeat top left;
	padding:0px 10px 20px 10px;
}


#content .text {
	width:350px;
	float:right;
	background: url(images/girl-bg.gif) no-repeat top left;
	height:445px;
}

#content img {
	margin: 0 0 0 -1px;
}

#content .survey {
	width:328px;
	margin:0 0 0 10px;
	float:left;
	padding:0;
	background:#ffffff;
	border-left: 1px solid #c6dced;
	border-right: 1px solid #c6dced;
}

#content .survey table {
	width:298px;

	margin:10px 0 0px 15px;
}

#content .survey table td {
	padding:0px 0 5px 0;
	font-size:11px;
	font-weight: bold;
	color:#295478;
	width:300px;
}

#content .survey form select {
	background:#FFFFA0;
	width:250px;
	margin:0 0  15px 18px;
}

input.submit {
	border:none;
	width:205px;
	height:58px;
	cursor: pointer;	
}

#footer {
	border-top:1px solid #295478;
	border-bottom:15px solid #ffffff;
}
#footer p {
	text-align:center;
	background:#295478;
	color:#ffffff;
	margin:0;
	padding:3px 0 3px 0;
}

#footer p.gray {
	background:#E3E3E3;
}

#footer a {
	font-size:10px;
	font-weight: bold;
	color:#295478;
}

/*form*/
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right:70px
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 400px;
	padding-top: 5px;
	font-size: 14px;
}