/* General styles */

body {
	margin-top: 100px;
	
	padding: 0;
	/*background-color: #D0DBE1;*/
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
  background: #FFFFFF url(../images/bigga_header_4_2009.jpg) no-repeat top center;
}

h1 {
	font-size: 2em;
	color: #166309;
}

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

.demogquestion {
  font-size: 1.3em;
  font-weight: bold;
  color: #166309;
}

.demogquestiondescription {
  font-size: 1.0em;

  color: #166309;
}

.dlginfodetails {
  font-size: 1.3em;
  font-weight: bold;
  color: #166309;
}

.dlginfoquestion {
  font-size: 1.0em;

  color: #166309;
}

.pagetextheader {
  font-size: 1.3em;
  font-weight: bold;
  color: #166309;
}

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

.highlight2 {
	font-weight: bold;
	color: #02488d;
}

a {
	color: #02488d;
	font-weight: bold;
}

a:hover {
	color: #b3b3b3;
}	

/* Table styles */

input.button {
	background-color: #166309;
	color: white;
	border: 0;
	cursor: pointer;
  cursor: hand;
}

#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;
}


/* Layout styles */


#container {

	width: 721px;
	padding: 0;
	margin: 10px auto;
	border: 1px solid #166309;
background-color: #D0DBE1;
	/*background: #D0DBE1 url(../images/bigga_header_3_2009.jpg) no-repeat top center;*/
}

#content {
	margin: 40px 208px 20px 20px;
	padding: 0;
	text-align: left;
}
