body {
	margin: 0;
	background: url('/images/body_bg.gif') #f2f2f2 0px 0px;
	text-align: center;
}

div.container-wrap {
	background: url('/images/container_bg.gif') #f2f2f2 repeat-y 50% 0px;
	height: 100%;
	width:  726px;
	margin: 0px auto;
	text-align: left;
}

div.header-wrap {
	margin: 0 3px;
	background: #FFFFFF;
}

div.header-banner {
	height: 15px;
	text-align: right;
	color: #C5C6C6;
	background-color: #00527c;
	padding-right: 10px;
	font-size: 9pt;
	line-height: 15px;
}

div.header-content {
	position: relative;
	height: 80px;
}

img.header-logo {
	position: absolute;
	margin: 15px 0px 0px 20px;
	border: none;
}

div.search {
	position: absolute;
	left:   555px;
	top:    45px;
	width:  145px;
}

div.search input.query {
	width:  140px;
	font-size: 9pt;
	border: solid 1px #C0C0C0;
}

div.languages {
	position: absolute;
	left:   500px;
	top:    10px;
	width:  200px;
	text-align: right;
	color:  #808080;
	font-size: 9pt;
}

div.languages a {
	text-decoration: none;
	color: black;
}



div.main-menubar {
	height: 33px;
	background: url('/images/menubar_bg.gif') #00527c no-repeat;
}

table.main-menu {
}

table.main-menu td {
	width: 100px;
	padding-top: 5px;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	font-size: 11pt;
}

table.main-menu a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

table.main-menu a:hover {
	color: #c3a87b
}


div.eyebrow-menubar {
	height: 30px;
	padding: 10px 0px 0px 15px;
	font-size: 10pt;
}


div.main-wrap {
	padding: 0 3px 30px 3px;
}

div.contents-wrap {
	width:  480px;
	padding: 15px 20px 15px 20px;
}


img.external-link {
	border: 0;
}


div.footer-wrap {
	height: 15px;
	padding: 0 3px;
}

div.copyright {
	height: 15px;
	color: #C5C6C6;
	background-color: #00527c;
	padding-left: 10px;
	font-size:  8pt;
	font-family: Arial, Helvetica, sans-serif;
}

div.copyright span.and {
	font-size:  7pt;
}

