BODY {
	background:#FFFFFF;
	margin:5px 0;
	font-family: verdana,tahoma,sans-serif;
	color: black;
	font-size: 14px;
	line-height: 19px;
	text-align:center;
}

#wholeThing {
	width:750px;
	margin:0 auto;
	text-align:left;
}

#column1 {
	width:365px;
	padding-right:20px;
	float:left;
}

#column2 {
	width:365px;
	float:right;
}

A {
	color: black;
}

.separator, .noseparator {
	clear:both;
	border-bottom:1px solid #7A9B5B;
	margin:6px 0 6px 0;
	padding-top:2px;
}

.noseparator {
	border-bottom:none;
}

#contentFrameFix {
	clear:both;
}

#graphicHeader {
	text-align:center;
	padding-bottom:12px;
}

H1, .pagehead {
	font-family: times,serif;
	color: black;
	font-weight: bold;
	font-size: 20px;
}

H2, .subhead {
	font-family: times,serif;
	color: #1D7E7E;
	font-weight: bold;
	font-size: 18px;
}

.caption, #footer { 
	font-family: verdana,tahoma,sans-serif;
	color: black;
	font-size: 12px;
	font-style: italic;
}

#footer {
	padding-top:16px;
	height:35px;
	background:url(images/foot.gif) center no-repeat;
	text-align:center;
}


A IMG {
	border: none;
}

/* Form tables */
.formTable {
	width:100%;
	border:1px solid #222222;
	font-size: 12px;
}

.formTable th {
	padding:0px;
	background:#222222;
	color:#ffffff;
	text-align:left;
	padding-left:144px;
	font-weight:bold;
}

.formTable td {
	padding:2px;
	background:#ffffff;
}

.formTable tr td:first-child {
	width:140px;
	background:#222222;
	color:#ffffff;
	text-align:right;
	font-weight:bold;
}

.formTable td.header:first-child {
	padding:4px;
	background:#d5d5ce;
	color:#000000;
	text-align:left;
	font-weight:normal;
	line-height:14px;
}

.formTable td.submit:first-child {
	padding:4px;
	text-align:center;
	background:#d5d5ce;
}
/* /Form tables */
