/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, 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,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}
body {
	background: #273b45 url(images/footer-texture.jpg);
	color: #001520;
	font-family: Myriad Pro, Trebuchet MS, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 23px;
	list-style-type: square;
}
ul#page {
	background: url(images/stars.jpg);
	list-style-type: none;
}
h1, h2, h3 {
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
h1 {
	color: #35434a;
	font-size: 18px;
	text-align: center;
	text-indent: -99999px;
}
h2 {
	color: #97acb8;
	font-size: 18px;
	text-align: center;
	text-indent: -99999px;
}
h3 {
	border-bottom: 1px solid;
	line-height: 16px;
	margin-bottom: 16px;
	padding: 16px;
}
a {
	background-color: #93b9cc;
	color: #001520;
}
a:hover {
	background-color: #002c42;
	color: #c9dce3;
}
ul#page li#header {
	background: url(images/logo.gif) top center no-repeat;
	height: 470px;
	margin: 0 auto 16px auto;
	width: 960px;
}
ul#page li.content {
	background: #88a6b3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 auto;
	padding: 32px;
	width: 826px;
}
ul#page li.content p {
	padding: 0 16px 16px 16px;
}
p span.intro {
	font-weight: bold;
}
ul#page li#footer {
	background: url(images/footer-skyscrape.png) top center repeat-x !important;
	background: url(images/footer-skyscrape.gif) top center repeat-x;
	margin-top: -32px;
	padding-top: 181px;
}
ul#page li#footer p.copyright {
	background: #1f333d url(images/copyright-bar.gif) top center repeat-y;
	color: #9eb9c3;
	display: block;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 3px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}