html {
	height: 100%;
}

body {
	width: 100%;
	margin-top: 5px;
	font: 76% / 1.4em arial, helvetica, sans-serif;
	color: #636363;
	background-color: #fff;
	background: url(/images/splashbackground.jpg) 0 0 repeat-x;
	height: 100%;
}

/* #page_wrapper is used to make the content take 100% of the height and fix the
   footer to the bottom of the page */

div#page_wrapper {
	min-height: 100%;
	width: 940px;
	height: auto !important;
	height: 100%;
	margin: -5px auto -76px auto; /* the bottom margin is the negative value of the footer's height */
	background: transparent url(/images/mid_back.png) 0 0 repeat-y;
}

div#page_header {
	position: relative;
	height: 227px;
	text-align: center;
	width: 940px;
	margin: 0 auto;
	background: transparent url(/images/header_back.png) 0 0 no-repeat;
	padding: 47px 0px 0px 0px;
	margin-top: 0px;
	overflow: hidden;
}

div#page_header a.skip {
	display: block;
	text-indent: -9000px;
	height: 1px;
}

div#page_header img {
	border: none;
}

div#page_content {
	width: 902px;
	margin: 5px auto 0;
}

div#content {
	padding: 5px 0px;
	margin: 0;
	width: 100%;
	background-color: white;
	float: left;
}

div#content div#intro {
	width: 100%;
}

div#content div#intro h1 {
	font-family: arial, sans-serif;
	text-align: center;
	border: 1px solid #004F78;
	padding: 6px 10px;
	color: #000;
	line-height: 1.6em;
	font-size: 1.2em;
	margin-bottom: 15px;
}

div#content h1 {
	font-family: arial, sans-serif;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

div#content h1 em{
	font-style: italic;
	/*font-weight: normal;*/
}

div#content h2 {
	font-family: arial, sans-serif;
	font-size: 1.1em;
	color: #BC62B3;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

div#content p {
	margin: 1em 0;
}

div#content p.highlight {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	background-color: #D9D9D9;
	padding: 10px;
}

div#content img {
        border: none;
        margin: 4px;
}

div#content a {
	color: #000;
	text-decoration: underline;
}

div.push_content {
	height: 76px; /* same height as footer */
}

div#page_footer {
	height: 51px;
	clear: both;
	text-align: center;
	font-size: 90%;
	color: #002A4C;
	padding-top: 25px;
}

div#page_footer a {
	color: #000;
	text-decoration: underline;
}

div#page_footer a:hover {
	color: #8b0865;
}
