html, body, #container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0; padding: 0;
}
html {
	border: none;
	background: #EBEFF4 url(../images/layout/background.gif) center repeat;
	font: 11px Tahoma, Arial, Helvetica;
	color: #29384E;
	text-align: justify;
}
body {
	background: url(../images/layout/body-background.jpg) top center repeat-y;
}
#container {
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(../images/layout/container-background.jpg) repeat-y;
}
html>body #container {
	height: auto;
}
#header {
	width: 752px;
	height: 95px;
	position: absolute;
	top: 0px;
	background: #FFFFFF url(../images/layout/header-background.jpg) repeat-x;
}
#logo {
	position: absolute;
	top: 40px;
	left: 10px;
}
#main {
	width: 752px;
	height: 160px;
	position: absolute;
	top: 95px;
}
#image {
	width: 581px;
	height: 160px;
	position: absolute;
	left: 0px;
	background: #FFFFFF url(../images/layout/img-background.jpg) repeat-y;
}
#axa {
	width: 171px;
	height: 160px;
	position: absolute;
	right: 0px;
	background: url(../images/layout/axa-background.jpg) top repeat-y;
}
#axa-logo {
	width: 80px;
	height: 61px;
	position: absolute;
	top: 40px;
	left: 45px;
}
#cqap-logo {
	width: 110px;
	height: 24px;
	position: absolute;
	top: 55px;
	right: 30px;
}
#nav {
	width: 752px;
	height: 30px;
	position: absolute;
	top: 255px;
	background: #6E82A0 url(../images/layout/nav-up.jpg) repeat-x;
	font: 12px Tahoma, Arial, Helvetica;
	color: #FFFFFF;
}
#nav ul {
	margin: 1px 0px 0px 0px; padding: 0;
	list-style-type: none;
}
#nav li {
	margin: 0px 1px 0px 0px;
	float: left;
}
#nav a, #nav a:visited {
	height: 20px;
	padding: 4px 12px 1px 12px;
	float: left;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	color: #1B3F63;
	background: url(../images/layout/nav-over2.jpg) repeat-x;
}
#nav a.current {
	color: #1B3F63 !important;
	background: url(../images/layout/nav-over.jpg) repeat-x;
}
#nav a.current, #sub a.current {
	font-weight: bold;
}
#sub {
	width: 171px;
	position: absolute;
	top: 285px;
	right: 0px;
}

#sub2 {
	width: 171px;
	position: absolute;
	bottom: 80px;
	right: -60px;
}

#sub ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#sub li {
	margin: 0px 0px 1px 0px;
	background: #C7CFDA url(../images/layout/sub-up.jpg) left repeat-y;
}
#sub a, #sub a:visited {
	height: 15px;
	padding: 4px 0px 5px 20px;
	display: block;
	text-decoration: none;
	color: #1B3F63;
}
#sub a:hover, #sub a.current {
	background: #ABB7C8 url(../images/layout/sub-over.jpg) left repeat-y;
}
#sub td {
	padding: 2px;
	text-align: right;
}
.textfield {
	width: 150px;
	height: 15px;
	padding: 2px;
	border: 1px solid #6E819F;
	background: #FFFFFF url(../images/layout/textfield-background.jpg) left repeat-y;
	font: 11px Tahoma, Arial, Helvetica;
	color: #29384E;
}
.textfield:hover, .textarea:hover, .textfield:focus, .textarea:focus {
	background: #F1F3F5 url(../images/layout/textfield-background-over.jpg) left repeat-y;
}
.textarea {
	width: 150px;
	height: 40px;
	padding: 2px;
	border: 1px solid #6E819F;
	background: #FFFFFF url(../images/layout/textfield-background.jpg) left repeat-y;
	font: 11px Tahoma, Arial, Helvetica;
	color: #29384E;
}
.button {
	width: 76px;
	height: 20px;
	background: #6E819F;
	border: none;
	font-size: 11px;
	color: #FFFFFF;
}
.button:hover {
	background: #96A8C0;
}
#content {
	padding: 295px 200px 90px 30px;
}
#content a, #content a:visited {
	text-decoration: none;
	color: #73859E;
}
#content a:hover {
	color: #445B7D;
	background-color: #C9D1DB;
}
#content ul { list-style-type: square; }
#content li { margin: 12px 0px 12px 0px; }
.tick li { list-style-image: url(../images/layout/tick.gif); }
h1 {
	padding: 1px 0px 1px 2px;
	margin-left: -2px;
	font: bold 12px Tahoma, Arial, Helvetica;
	color: #1B3F63;
	background: url(../images/layout/h1-background.jpg) top left no-repeat;
}
h2, .h2 {
	font: bold 11px Tahoma, Arial, Helvetica; 
	color: #73859E;
}
.red { color: #FF0000; font-size: 9px; }
a img {
	border: none;
}
#nav2 {
	width: 100%;
	position: absolute;
	bottom: 44px;
	font: 10px Arial;
	text-align: center;
	color: #73859E;
	z-index: 1;
}
#nav2 a { text-decoration: none; color:#29384E ; }
#nav2 a:hover { color: #73859E; }
#footer {
	width: 752px;
	height: 60px;
	position: absolute;
	bottom: 0px;
	background: url(../images/layout/footer.jpg);
}
#footer-left {
	position: absolute;
	bottom: 7px;
	left: 8px;
	font: 9px Arial, Helvetica;
	color: #D1D7DF;
	text-align: left;
}
#footer-left a, #footer-left a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer-left a:hover {
	background: #586D8D;
}
.fm-logo {
	width: 21px;
	height: 15px;
	float: left;
	margin: 4px 8px 0px 0px;
}
#footer-logo {
	width: 108px;
	height: 14px;
	position: absolute;
	bottom: 11px;
	right: 32px;
}