* {
	margin: 0;
	padding: 0;
}

body {
	padding: 15px 0;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #672C0C;
	background: #42A6A7;
}

h1 {
	float: left;
	width: 520px;
	font: 24px/60px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	color: White;
	background: #913E12 url(images/topbar.jpg) no-repeat right;
}

h2 {
	padding: 15px 0 0 0;
	font: 18px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2.firsth2 {
	padding-top: 0;
}

p {
	padding: 5px 0;
	font: 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #672C0C;
}

a {
	color: #FF8200;
	text-decoration: underline;
}

a:hover {
	color: #FFA748;
	text-decoration: underline;
}

#main {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background: #FFF1D8 url(images/bg.png) repeat-y;
	border: 10px solid Black;
}

#menu {
	height: 286px;
	background: #FF8503 url(images/top.jpg) no-repeat right;
}

#menu ul {
	list-style: none;
	padding: 60px 0 0 0;
}

#menu ul li {
	padding: 0 0 0 60px;
	font: 16px Tahoma, Arial, Helvetica, sans-serif;
	color: White;
}

#menu ul li a {
	text-decoration: none;
	color: White;
}

#menu ul li a:hover {
	padding-left: 2px;
	text-decoration: none;
	color: White;
}

#menu ul li a.active, #menu ul li a.active:hover {
	padding-left: 12px;
	text-decoration: none;
}

#topbar {
	height: 60px;
}

#search {
	float: right;
	width: 260px;
	height: 60px;
	background: #FFF1D8 url(images/searchbg.jpg) no-repeat;
}

#search form {
	padding: 18px 30px 0 30px;
}

#search input.text {
	float: left;
	display: block;
	padding: 4px 2px;
	width: 120px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #913E12;
	background: #FFF1D8;
	border: 1px solid #913E12;
}

#search input.submit {
	float: right;
	display: block;
	width: 60px;
	height: 26px;
	background: #913E12 url(images/search.png) no-repeat;
	border: none;
}

#middle {
}

#left {
	float: left;
	padding: 10px;
	width: 500px;
}

#left h2 {
	color: #913E12;
	border-bottom: dotted #FF8503 2px;
}

#right {
	float: right;
	padding: 10px 30px 15px 30px;
	width: 200px;
	background: #913E12;
}

#right h2 {
	color: White;
}

#right ul {
	list-style: none;
}

#right ul li {
	height: 20px;
}

#right ul li a {
	font: 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: White;
}

#right ul li a:hover {
	text-decoration: none;
	color: White;
}

#bottom {
	clear: both;
	height: 45px;
	background: #FFF1D8;
}

#bottom p {
	padding: 0;
	width: 520px;
	text-align: center;
	background: #913E12;
}

#bottom p, #bottom a {
	font: 11px/45px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF1D8;
}

#bottom a:hover {
	text-decoration: none;
	color: #FFF1D8;
}

/* ================================================================ */
div.logo {
	color: #ffffff;
	background: #000000;
	width: 100%;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	text-align: center;
}
#menu div.logo {
	background: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menu h1 {
	width: 100%;
	font: 43px/60px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	color: White;
	background: none;
	text-shadow: 2px 3px 5px #000000;
}
#left blockquote {
	margin: 1em 2em;
}
#left ul {
	margin: 1em 2em;
}
#left ul ul {
	margin: 1em 2em;
}
#left ol {
	margin: 1em 2em;
}
#left dt {
	font-weight: bold;
	margin: 0em 1em;
}
#left dt:before {
	color: #800; content: "\261b"; font-size: 1.4em;
}
#left dd {
	margin: 0em 2em;
}
#left table {
	margin: 1em 1em 0em;
	border: thin outset;
}
#left th {
	color: #FFF;
	background: #C74;
	text-align: center;
}
#left td {
	color: #003;
	background: #FCA;
}
#left th a {
	color: #3F5;
}
#left td a {
	color: #035;
}
