body {
	/* color: #707d51; */
	color: rgb(113,118,136);
	font-family: "Helvetica Neue", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
}

img {
	border: 0px;
}

p {
	line-height: 20px;
	margin-bottom: 15px;
}

a {
	color: rgb(188,133,42);
	text-decoration: none;
}

a:hover {
	color: rgb(130,61,49);
}

div#page {
	background: #fff url(/assets/37/THRT-banner-with-new-logo2.jpg) no-repeat center 20px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

div#middle {
	margin-left: 168px;
	padding: 0px 0px 20px 20px;
	z-index: 1;
}

div#content {
	width: 690px;
	text-align: justify;
}

/* @group headings */

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	margin-top: 0px;
	padding-top: 20px;
	font-size: 25px;
	color: rgb(130,61,49);
	text-align: center;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 15px;
}

h2, h3 {
	color: rgb(128,109,109);
}

/* @end */

/* @group header */

div#header {
	height: 165px;
}

div#header span {
	position: absolute;
	top: -999px;
}

/* @end */

/* @group menu */

div#menu {
	float: left;
	width: 148px;
	padding: 55px 10px 10px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

div#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div#menu ul a {
	display: block;
	text-decoration: none;
	color: rgb(166,141,141);
	padding: 5px;
	border: none;
	text-transform: capitalize;
	font-weight: bold;
}

div#menu ul a.current {
	color: rgb(130,61,49);
	font-weight: bold;
}

div#menu ul a:hover {
	color: rgb(69,32,26);
}

/* @end */

/* @group box */

div#box {
	float: right;
	width: 172px;
	padding: 55px 15px 15px 15px;
	font-size: 12px;
}

div#box p {
	line-height: 18px;
	margin-bottom: 10px;
}

div#box form {
	margin: 20px 0px 0px 0px;
}

div#box h2 {
	margin-top: 0px;
}

div#box input {
	background-color: #fff;
	color: #000;
	border: 1px solid #707d51;
	padding: 3px;
}

div#box label {
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* @end */

/* @group breadcrumbs */

div#breadcrumbs {
	padding-top: 15px;
	font-size: 13px;
}

div#breadcrumbs a {
	font-size: 13px;
	color: #707d51;
	border: none;
}

div#breadcrumbs a:hover {
	color: #263902;
	border-bottom: solid #263902 1px;
}

/* @end */

hr {
	border:1px solid #6e7b4f;
	margin: 20px 0;
}

a.logo {
	border: none;
}

