html { overflow-y: scroll; }
body {

}
div.row {
	width: 960px;
	margin: auto;
	background: url('../images/site.png') no-repeat 0 -70px;
	overflow: hidden;
}
div.header div {
	padding: 56px 20px 0;
	font-family: Tahoma, Geneva, sans-serif;
}
div.header h1, div.header h2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
	margin: 0;
	font-weight: normal;
}
div.header h1 { font-size: 30px; }
div.header h2 { font-size: 18px; }
div.header ul {
	list-style: none;
	margin: 26px 0 0 -6px;
	padding: 0;
	border: solid 1px #10264a;
}
div.header ul li {
	margin: 0 0 1px 0px;
	padding: 0;
	float: left;
}
div.header ul li a {
	display: block;
	float: left;
	padding: 5px 18px;
	background: url('../images/site.png') no-repeat 0 -40px;
	color: #4e4000;
	text-decoration: none;
	border: solid #000000 1px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

div.header ul li a.selected,div.header ul li a:hover {
	background: url('../images/site.png') no-repeat 0 0px;
	color: #000000;
}

div.header p {
	float: right;
	padding: 34px 0 0;
	color: #ffffff;
	margin: 0;
}
div.header p a {
	color: #ffffff;
	text-decoration:none;
}
div.header p a:hover {
	text-decoration: underline;
}


div.content {
	background-position: left bottom;
}
div.content div {
	padding: 20px;
}
p.tjl {
	width: 960px;
	text-align:right;
	margin: 2px auto;
	padding-right: 10px;
}
p.tjl a {
	font-size: 10px;
	color: #e7e7e7;
}
p.tjl a:hover {
	color: #c4c4c4;
}

p.member {
	font-size: 12px;
	width: 960px;
	text-align:right;
	margin: 2px auto;
	padding-right: 10px;
}
p.member a {
	color: #525252;
}


table.contactform {
	margin: 10px auto 50px;
}
table.contactform input, table.contactform textarea , table.contactform select {
	color: #34294D;
	border: solid #b0a5c9 1px;
	padding: 3px;
}
table.contactform label input {
	border: none;
}
table.contactform td {
	vertical-align:top;
}
input.emailform_input {
	width: 250px;
}
td.formheader {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
}
div.thankYou {
	font-size: 1.3em;
	padding: 10px;
	background-color: #e4e4ff;
	line-height: 120%;
	text-align: center;
}
.emailform_textarea {
	width: 250px;
	height: 150px;
}
.requiredfield {
	font-size: 0.8em;
}