html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, cite, code, del, em, img, small, strike, strong,
b, u, i, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background: #fefefe;
	color: #777;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 14pt;
}

div#content {
	margin: 40px 0 0 50px;
	padding: 0;
	width: 95%;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	background: #333;
	color: #FFAD1F;
	font-size: 80pt;
	letter-spacing: -2px;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 50px;
}

h2 {
	color: #333;
	font-size: 30pt;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h3 {
	color: #999;
	font-size: 25pt;
	margin: 2px 0 0 0;
}

h4 {
	border-bottom: 1px solid #ddd;
	color: #999;
	font-size: 18pt;
	margin: 35px 0 0 0;
	text-transform: uppercase;
	width: 90%;
}

p {
	line-height: 140%;
	margin: 10px 0;
}

ul {
	list-style: none;
	margin: 20px 0 0 0;
}

ul li {
	line-height: 180%;
}

ul.links li {
	display: inline;
	text-align: center;
}

ul.links li a {
	background: #ddd;
	border: 1px solid #ddd;
	border-right: 1px solid #eee;
	display: block;
	float: left;
	height: 60px;
	padding: 10px 15px 0 15px;
	text-decoration: none;
}

ul.links li a:hover {
	background: #eee;
}

ul.links li span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: -12px 0 0 0;
	text-transform: uppercase;
}

div#footer {
	background: #333;
	clear: both;
	color: #FFAD1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 100px 0 0 0;
	padding: 10px 20px 10px 0;
	text-align: right;
}

div#footer a {
	color: #eee;
}

.toggle_container {
	overflow: hidden;
}