@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #0c3a6d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 0.9em;
}
.oneColLiqCtr #container {
	width: 90%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1 {
	line-height: 1.3em;
	color:#000066;
	font-size: 1.3em; 
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

h2 {
	line-height: 1.1em;
	color:#000066;
	font-size: 1.1em; 
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

ul {
  margin: 10px;
  padding: 0px;
  }
  
li {
  margin: 0px;
  padding: 0px;
  margin-bottom:10px;
  list-style:none
}

.smallprint {
	font-size: .85em;
	font-weight: normal;
}

.combobutton {
	background-color: #933;
	border-color: #933;
	color: #fff;
}

.responseRow:hover{
	background-color:#E3E1C4;
}

.altRow {
	background-color:#F5F5F5;
}