/* ------------------------------------------------------------------------------- */
#content {
	color: #000;
	background-color: #fff;
	margin: 0 0 8px 0;
	font-size: 100%;
	line-height: 1.5em;
}

#content .inner {
	color: #000;
	background-color: #fff;
	padding: 30px 30px 30px 36px;
}

#column1 {
	float: left;
	width: 504px;
	padding: 0 0 30px 0;
}

#column1 li {
	padding: 2px 0 6px 0;
}

#column2 {
	float: right;
	width:200px;
	padding: 0 0 30px 0;
}

#content h1 {
	font-size: 175%;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#content h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 16px 0 0 0;
	line-height: 1.4em;
	color: #000;
	background-color: transparent;
}

#content h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 16px 0 0 0;
	line-height: 1.4em;
	color: #136566;
	background-color: transparent;
}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 12px 0 2px 0;
	line-height: 1.4em;
}

#content h6 {
	color:#2b3285;
	font-size: 110%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 0 8px 0;
}

#content a {
	color: #8f3922;
	background-color: transparent;
	text-decoration: underline;
}

#content a:hover {
	color: #c00;
}

#content table {
	width: 100%;
	font-size: x-small;
	line-height: 1.3em;
	border-collapse: collapse;
}

#content tr {
	vertical-align: top;
}

#content td {
	padding: 3px; 
	border-bottom: 1px solid #d9d4d4;
}

#content .inputForm {
	font-size: small;
	margin: 10px 0 0 0;
}

#content .inputForm tr {
	vertical-align: middle;
}

#content .inputForm td {
	border: 0;
}

#content .inputForm input {
	font-size: small;
	padding: 2px;
	background-color: #eee;
	border: 1px solid #ccc;
}

#content .inputForm textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	padding: 2px;
	background-color: #eee;
	border: 1px solid #ccc;
}

#content .inputForm label {
	font-size: small;
	font-weight: bold;
	color: #333;
}
