body {
	margin-top: 0px;
	padding: 0;
	background-color: white;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	background: white;  
}

/* Layout styles */

#outer-wrap {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: transparent url("../images/atei-2010-shadow.gif") repeat-y top center;
}

#inner-wrap {
	width: 1000px;
	padding: 0 0 150px 0;
	margin: 0;
	border: none;
	background: transparent url("../images/atei-2010-footer.jpg") no-repeat bottom center;
}

#container {	
	width: 970px;
	padding: 200px 0 0 0;
	margin: 0 auto;
	border: none;
	background: transparent url("../images/atei-2010-header.jpg") no-repeat top center;
}

#content {
	min-height: 175px;
	width: 624px;
	margin: 0 auto 0 auto;
	padding: 20px;
	text-align: left;
	border: 3px solid black;
	background-color: white;
}

/* General styles */

select.dlgdropdown {
    width: 200px;
}

h1 {
	font-size: 2em;
	color: #008dc2;
	padding-top: 0;
	margin-top: 0;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #008dc2;
}

.demogquestion {
  font-size: 1.3em;
  font-weight: bold;
  color: black;
  padding: 5px 0 5px 0;
}

.demogquestiondescription {
  font-size: 1.0em;
  color: black;
  padding: 0 0 5px 0;
}

.dlginfodetails {
  font-size: 1.3em;
  font-weight: bold;
  color: black;
  padding: 0 0 10px 0;
}

#page {
	font-size: 0.9em;
	font-weight: normal;
	color: black;
	padding: 0;
} 

.dlginfoquestion {
  font-size: 1.0em;
  color: black;
}

.dlginfotxt {
	padding: 4px 0;
}

.pagetextheader {
  font-size: 1.2em;
  font-weight: bold;
  color: black;
}

.highlight {
	font-size: 1.3em;
	font-weight: bold;
	color: #008dc2;
	line-height: 3em;
}

.highlight2 {
	font-weight: bold;
	color: #008dc2;
}

a {
	color: #008dc2;
	font-weight: bold;
}

a:hover {
	color: #b3b3b3;
}	

/* Table styles */

input.button {
	background-color: #008dc2;
	color: white;
	border: 0;
	cursor: pointer;
  cursor: hand;
  border: 2px solid black;
}

#formtable .baseleft {
	background: transparent;
	padding: 14px 0 2px 0;
	border: 0;
	text-align: left;
}

#formtable .baseright {
	background: transparent;
	padding: 14px 0 2px 0;
	border: 0;
	text-align: right;
}



