/****************************************************
	P A G E L A Y O U T
	1em = 10px
****************************************************/
html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background:#04405A url(/images/global_background.gif) 0 0 repeat-x;
	margin: 0 30px 0 30px;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 905px; /* PAGE WIDTH #1 of 2 */
}

div#Page {
	padding-top: 190px; /* HEADER HEIGHT #1 of 2 */
	position: relative;
	text-align: left;
}

div#PageHome {
	padding-top: 293px; /* HEADER HEIGHT #1 of 2 */
	position: relative;
	text-align: left;
}

div#ColumnsContainer {
	background-color: #FFFFFF;
}


div.ShowOnPrint 
{
	display: none;
}

/****************************************************
	H E A D E R   S T U F F
****************************************************/
div#HeaderContainer {
	left: 0;
	position: absolute;
	top: 0;
	width: 905px; /* PAGE WIDTH #2 of 2*/
}

div#Header {
	background-image: url(images/global_header.gif);
	height: 74px; /* HEADER HEIGHT #2 of 2*/
	overflow: hidden;
	text-align: right;
}

div#NavigationServices {
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px;
}

div#NavigationServices a {
	color: #FFFFFF;
	text-decoration: none;
}

div#NavigationServices a:hover, 
div#NavigationServices a.navigation_open {
	color: #BF2E00;
	text-decoration: none;
}

/****************************************************
	F O O T E R   S T U F F
****************************************************/
div#FooterContainer {
	background-color: #FFFFFF;
	color: #222222;
	padding-top: 20px;
}

div#FooterText {
	border-top: 1px solid #E9E9E9;
	padding: 15px 20px 20px 20px;
}

div#FooterText p {
	margin-bottom: 0.2em;
	margin-top: 0;
}

/**********************************
	M I S C
*********************************/
div#Print {
	margin-bottom: 25px;
}



div#WidePageHeader{
	float:left;
	width:80%;
}
div#PrintWidePage{
	float:left;
}

fieldset {
	display: inline;
}

a img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

div#PublicationDate {
	color: #006699;
	font-size: 93%;
	margin-top: -0.5em;
}

div.PublicationTitle {
	font-weight: bold;
}

div.PublicationContent {
	margin-bottom: 1.5em;
}

div#OpenChild h1 {
	padding-bottom: 0;
}

.clear{
	clear:both;
}


