#header {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
	z-index: 2;
	left: 0px;
	top: 0px;
	height: 130px;
}
.logo {
	display: block;
	position: absolute;
	z-index: 3;
	left: 14px;
	top: 17px;
}
#page-title {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size:140%;
}


#nav-global {
	position: absolute;
	top: 40px;
	right: 60px;
	z-index: 10;
}
#nav-global ul {
	margin: 0px;
	padding: 0px;
}
#nav-global li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav-global a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:bold;
	color: #002945;
	text-align: center;
	display: block;
	padding: 0px;
	line-height: 21px;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	height: 24px;
	width: 117px;
	background-image: url(/assets/images/bg_nav_global.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#nav-global a:hover {
	background-image: url(/assets/images/bg_nav_global.png);
	background-position: left -24px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#divider-blue {
	background-color: #00529b;
	height: 25px;
	width: auto;
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
}



#contents {
	background-color: #e1d9c4;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	min-height: 400px;
	background-image: url(/assets/images/bg_contents.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
