body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:.8em;
  color:#FFFFFF;
  margin:0;
  padding:0;
  line-height:1.4em;
}

h1 {
	font-size:14px;
	font-weight:bold;
}

/* form elemements */

input, textarea, select{
	background-color:#f8f6dd;
	border:none;
	padding: 1px 2px 1px 2px;
	margin-bottom:3px;
	width:180px;
	
}

.button {
	width:100px;
}

.fieldTitle {
	font-size:.9em;
	color:#CCCCCC;
}


a, a:link, a:visited {
	color: #ebf79d;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}


#wrapper {
	margin:0 auto 0 auto;
	padding:0;
	width:760px;
	height:auto;
	display:block;
}

#header {
	width:760px;
	margin:0;
	padding:0;
	/* start hacks to fix ie spacing bug */
	border-width:0;
	border:none;
	height:152px;
	position:relative;
	overflow:hidden;
}

#header img {
	margin:0;
	padding:0;
	border-width:0;
}

#menu {
	height:22px;
	width:760px;
	margin:0;
	padding:0;
	border-width:0;
	border:none;
	position:relative;
}

div#content {
	width:760px;
	height:auto;
	padding:55px 0 0 0;
	margin:0;
	border-width:0;
	position:relative;
}

/* 22px */

div.colLeft {
	float:left;
	padding-left:22px;
}

div.colRight {
	float:right;
}

.boldNote {
	color: #ebf79d;
	font-size:1.1em;
	font-weight:bold;
}

.smallNote {
	font-size:.9em;
	color:#CCCCCC;
	line-height:1em;
}

/* image shown on most pages */
.bImage {
	margin:0 0 20px 20px;
	float:right;
}


.required, .error {
	color:#f0ba57;
}