/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	background-color: #6b6b6b;
	background-image: url(/images/academy_02.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	cursor: default;
	text-align: center;
}

table.layout {
	background-color: #fff;
}
td.leftshade {
	width: 24px;
	background-image: url(/images/academy_07.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
td.rightshade {
	width: 24px;
	background-image: url(/images/academy_10.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}

div#nav {
	text-align: center;
	background-image: url(/images/academy_04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 31px;
}
div#nav ul {
	margin: 0;
	padding: 4px 0 0;
}
div#nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
div#nav a {
	padding: 0 1em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.7em;
}
div#nav a:hover {
	color: #000;
}


div#content {
	margin: 0.5em 1em 2em;
	text-align: left;
}
div#content h1 {
	font-size: 1.1em;
	color: #c83838;
}
div#content h2 {
	font-size: 0.9em;
	color: #000;
}
div#content h3 {
	font-size: 0.8em;
	color: #000;
}
div#content hr.clearer {
	visibility: hidden;
	clear: both;
}
div#content img.rt {
	float: right;
	border: 0;
	padding-left: 1em;
}
div#content img.lt {
	float: left;
	border: 0;
	padding-right: 1em;
}
div#content p {
	font-size: 0.8em;
}
div#content ul {
	font-size: 0.8em;
}
div#content ul.faqs {
	list-style-type: none;
}
div#content span.quote {
	font-size: 0.9em;
	font-style: italic;
	/*font-weight: bold;*/
}
div.photobar {
	float: right;
	padding-left: 1em;
}
div.photobar img {
	display: block;
	padding-bottom: 1em;
}
div.powered {
	padding: 0 4px 4px 0;
	text-align: right;
}
div.powered img {
	border: 0;
}
div#footer {
	font-size: 0.8em;
	color: #fff;
	text-align: center;
}
