/* 
  aardvark.legs by Anatoli Papirovski - http://fecklessmind.com/
  Licensed under the MIT license. http://www.opensource.org/licenses/mit-license.php
*/

/* 
  Reset first. Modified version of Eric Meyer and Paul Chaplin reset 
  from http://meyerweb.com/eric/tools/css/reset/ 
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, header, nav, section, article, aside, footer {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	background: transparent;
	vertical-align: baseline;
}
body {
	color: #000;
	font: .75em/1.5em Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif;
	text-align: center;
	background-color: #FFFFCC;
}
html>body {
	font-size: 12px;
}
/* Basic styles */


h1, h2, h3, h4, h5, h6, strong, b, dt, th {
	font-weight: 700;
}
address, cite, em, i, caption, dfn, var {
	font-style: italic;
}
h1 {
	margin: 0 0 0.75em;
	font-size: 2em;
	color: #5355BA;
	text-align: center;
}
h2 {
	margin: 0 0 1em;
	font-size: 1.5em;
	color: #5355BA;
}
h3 {
	margin: 0 0 1.286em;
	font-size: 1.167em;
	color: #640008;
}
h4 {
	margin: 0 0 1.5em;
	font-size: 1em;
}
h5 {
	margin: 0 0 1.8em;
	font-size: .834em;
}
h6 {
	font-size: 1.2em;
	text-align: center;
	color: #CCCCCC;
	background-color: #640108;
	padding: 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	width: 500px;
}

.ul {
	color: #CC0000;
	list-style-position: inside;
	list-style-type: square;
	margin: 5px;
}
#Container {
	width: 1000px;
	border: thin solid #5355BA;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	z-index: 100;
	background-image: url(images-site/Tread.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#Content {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#Footer {
	font-size: 0.95em;
	text-align: center;
	background-color: #5355BA;
	color: #E6B82E;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
}
#Container #Footer a {
	color: #E1B42D;
}
#Container #Content img {
	margin: 4px;
}
#Content ul {
	color: #333333;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#Content a:link, a:active, a:visited {
	font-weight: bold;
	color: #FE6500;
	text-decoration: underline;
}
#Content a:hover {
	font-weight: bold;
	color: #FE6500;
	text-decoration: none;
}
blockquote {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.HR-replacement {
	background-color: #FE6500;
	text-align: center;
	height: 5px;
	width: 100%;
}
.blackcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CC00;
	background-color: #6666FF;
}
#flashcontent {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#highlight-box {
	width: 500px;
	background-color: #FFFFCC;
	border: thin solid #5355BA;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 6px;
}
