body
{
	background-color: #aee1ff;
	margin: 0;
	padding: 0;
}

#page
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: transparent;
	visibility: visible;
	display: block;
	overflow: visible;
}

#centre_container
{
	position: absolute;
	top: 0;
	left: 50%;
	width: 760px;
	visibility: visible;
	margin-left: -380px
}

#nav
{
	width: 760px;
	height: 110px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
}

#nav_flash_container
{
	width: 740px;
	height: 100px;
	padding-left: 9px;
	padding-right: 11px;
	padding-bottom: 10px;
}

#nav_flash
{
	width: 740px;
	height: 100px;
}

#breadcrumb_container
{
	width: 740px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

#breadcrumb_container a
{
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
	
#breadcrumb_container a:hover 
{
	color: #008ecc;
}
	
#content_bg
{
	width: 760px;
	background-image: url(../images/content_container_bg.gif);
	background-repeat: repeat-y;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 9px;
	padding-right: 11px;
}
	
#flash_content
{
	width: 740px;
	height: 350px;
	margin-bottom: 4px;
}
	
#bottom_nav_bg
{
	width: 724px;
	height: 24px; 
	padding-left: 9px;
	padding-right: 7px;
	background-color: #f3831f;
}
	
#bottom_nav
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 7px;
	height: 11px; 
}
	
#bottom_nav a
{
	color: #fff;
	text-decoration: none;
}
	
#bottom_nav a:hover
{
	color: #FF0;
}
	
#disclaimer
{
	padding-top: 12px;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #4fadd7;
	padding-bottom: 12px;
}
