body {
	text-align: center;
	font-size: 12px;
	line-height: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fcd88a;
	background-color: #feecc6;
	text-align: left;
	padding: 10px;
}

a {
	color: #c61c30;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3 {
	font-family: 'Purisa', Helvetica, arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: #d45500;
	margin: 20px 0 15px 0;
	border-bottom: 1px solid #d45500;
	line-height: 1.5em;
}

h1 {
	font-size: 2em;
	line-height: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

#container {
	width: 960px;
	margin: 20px auto 20px;
	text-align: left;
}

#header,#content,#footer {
	padding: 20px 30px;
}

#content {
	clear: both;
	background-color: #FFF;
	padding: 15px 20px;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#logo {
	text-align: right;
	font-family: 'Purisa';
	font-style: italic;
	font-size: 1.4em;
	letter-spacing: 1px;
}

#logo a {
	color: #d45500;
	font-weight: normal;
}

#main {
	font-size: 1.05em;
	margin-top: 20px;
}

#main p {
	margin-bottom: 15px;
}

p.image {
	text-align: center;
	padding-bottom: 10px;
}

p.button {
	margin: 15px 0;
}

p.button a {
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #F00;
}

p.button a:hover {
	text-decoration: none;
	background-color: #eee;
}

ul.toc {
	margin-left: 50px;
}

ul.list {
	margin: -10px 0 20px 50px;
}

ul li {
	list-style-image: url(../img/bullet.gif);
}

#footer {
	margin-top: 20px;
	background-color: #fff6e4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footer, #footer a {
	color: #D45500;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

br.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

p#contact {
	text-align: right;
	margin: 0;
}

.right-image {
	float: right;
	border: 1px solid #bbb;
	margin: 10px;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border: 1px solid #ffc77d;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
	padding: 6px 6px 6px 12px;
	background: #ffe2bb;
}

th.lowercase {
	text-transform: none;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border: 1px solid #ffc77d;
	border-left-width: 0;
	border-top-width: 0;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #422500;
}

tr.hover td {
	background: #ffeed8;
}

tr.hover th,tr.oddhover th {
	background: #ffd8a6;
}

td.odd {
	background: #fff8ee;
}

tr.oddhover td {
	background: #ffecd3;
}

td.download {
	vertical-align: middle;
	text-align: center;
}

tr>td:first-child {
	border-left-width: 1px;
}

tr.total th,tr.total td {
	border-top-width: 2px;
}

tr.total td {
	font-weight: bold;
}

.pages {
	width: 100%;
	padding: 3px;
	margin-top: 10px;
	border-top: 1px solid #003399;
	padding-top: 3px;
}

.pages a,.pages span {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 7px;
	border: 1px solid #C0BAA6;
	text-decoration: none;
}

.pages a:hover {
	color: #000;
	background-color: #ECECEC;
	border: 1px solid #A9A9A9;
}

.pages span.actual {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9A9A9;
}

ul {
	margin-left: 20px;
}

/* AUTOCOMPLETE STYLES */
.ac_results {
	border: 1px solid gray;
	background-color: #FDF9F3;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	min-width: 300px;
}

.ac_results li {
	padding: 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: none;
}

.ac_results .ac_over {
	cursor: pointer;
	background-color: #CC7A00;
	color: #FFF;
}

.ac_match {
	font-weight: bold;
	background-color: #F9EDDA;
	color: black;
}

.ac_results .ac_over .ac_match {
	background-color: #d98200;
	color: #FFF;
}

@font-face {
    font-family: "Bello Pro";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("fonts/purisa-webfont.woff") format("woff"), url("fonts/purisa-webfont.ttf") format("truetype"), url("fonts/purisa-webfont.svg#webfontRRh6MJqN") format("svg");
}