@charset "utf-8";
/* CSS Document */

a:link { color: #C7AE63;; text-decoration : none;}
a:visited { color: #C7AE63; text-decoration : none;}
a:active { color: #999999; text-decoration: underline;}
a:hover { color: #999999; text-decoration: underline;}

#content {
	padding: 5px 10px 5px 10px;
}

h1 {
	font-size: 16px;
	margin-bottom: 1.5em;
}

h2 {
	font-size: 12px;
	margin-bottom: 1.5em;
}

h3 {
	font-size: 12px;
	margin-bottom: 1.5em;
}

legend {
	#color: #666666;
}

p.bodytext {
	margin-bottom: 1.5em;
	margin-right: 3em;
}

#right_column h1 {
	display: none;
}

#box1 h1, #box2 h1, #box3 h1, #box4 h1, #box5 h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 3px;
}

#box1 p, #box2 p, #box3 p, #box4 p, #box5 p {
	margin-top: 0px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	padding: 0px;
}

#box6 .left {
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 5px;
}

#box6 .right {
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 5px;
}

fieldset.csc-mailform {
	width: 420px;
	border: 1px solid #C7AE63;
	padding: 5px;
	position: relative;
}

div.csc-mailform-field {
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	clear: both;
}

.csc-mailform-field label {
	width: 120px;
	display: block;
	float: left;
	vertical-align: top;
}

.csc-mailform-field input textarea select {
	width: 280px;
	display: block;
}