html {
	height: 100%;
	}
body {
	background-color: rgb(204,209,212);
	color: rgb(121, 122, 124);
	margin: 0;
	padding: auto;
	text-align: center;
	height: 100%;
	min-height: 100%;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	}
div#wrapper {
	text-align: center;
	margin-top: -275px;
	margin-left: -380px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 750px;
	height: 550px;
	visibility: visible;
	}
div#wrapper a {
	color: rgb(105, 107, 108);
}	
object#movie {
	border: 1px solid rgb(147,149,152);
	}
div#content {
	text-align: left;
	background-color: rgb(227, 230, 230);
	padding: 1.4em 0.6em 0.4em;
	font-size: 110%;
	line-height: 1.4em;
	}
div#content h1, div#content h2 {
	font-size: 180%;
	margin: 0px;
	padding: 0em 0em 0.5em;
	color: rgb(84, 85, 86);
	}
div#content h2 {
	font-size: 140%;
	padding-bottom: 0.6em;
	}
/*div#content p {
	margin: 0px;
	padding: 0em 0em 1em;
	}
*/
div#content ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 1em;
}
div#content ul li {
	margin-left: -24px;
}
p.legal {
	font-size: 90%;
	margin: 1.2em 0em;
	padding: 0px 15px 0px 6px;
	text-align: center;
	}
p.legal a {
	color: rgb(63, 64, 65);
	background-color: rgb(204,209,212);
	}
	
/*	terms page styles */
div#inner-wrapper {
	background-color: rgb(255,255,255);
	padding: 30px 0px;
	}
p#aquila-logo {
	display: block;
	padding: 0px;
	margin: 0px 0px 35px;
	border-bottom: 1px solid rgb(212,212,212);
	}
p#aquila-logo img {
	margin: 5px 8px;
	}
div#content {
	margin: 0px;
	border: 1px solid rgb(212,212,212);
	border-width: 1px 0px;
	text-align: left;
	padding: 0px;
	background-color: rgb(240,240,240);
	position: relative;
	height: 488px;
	}
div#terms-wrapper {
	width: 655px;
	height: 366px;
	margin: 35px 30px;
	border: 1px solid rgb(120,151,164);
	border-width: 1px 0px;
	padding-top: 14px;
	}
div#terms {
	overflow: auto;
	position: relative;
	width: 700px;
	height: 346px;
	}
div#terms h1, div#terms h2 {
	margin: 0px 0px 12px;
	padding: 0px;
	}
div#terms h2 {
	margin-top: 12px;
	}
div#terms div.text {
	background-color: white;
	width: 655px;
	border-width: 1px 0px 0px 1px;
	padding-top: -3px;
	padding-bottom: 3px;
	padding-left: 1px;
	background-image:url(../images/drop-shadow-bottom.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
div#terms div.text p, div#terms div.text ul {
	margin-top: -3px;
	padding-top: 1px;
	padding-right: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	color: rgb(98,100,102);
	background-color: transparent;
	background-image:url(../images/drop-shadow-side.png);
	background-position: right bottom;
	background-repeat: repeat-y;
	}
div#terms div.text ul {
	padding-top: 8px;
	}
