body {
	background-color: #FFFFFF;
	background-image: url(/img/page/bg-topstripe.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	text-align: center;
}

html, body {
	width: 100%;
	height: 100%;
}


.clearer {
	overflow:hidden;
	margin:-1px 0 0 0;
	height:1px;
	clear:both;
}

#container {
	width: 780px;
	min-height: 100%;
	text-align: left;
	margin: -50px auto 0px auto;
	padding: 0px;
	position: relative;
	clear: both;
	background-image: url(/img/page/bg-cont.gif);
	background-repeat: no-repeat;
	background-position: center 110px;
}

body.en #container {
	background-image: url(/img/page/en-bg-cont.gif);
}

* html #container {
	height: 100%
}

#header {
	background-image: url(/img/page/bg-header.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 60px;
	width: 780px;
	float: left;
	margin-top: 50px;
}

#header h1 {
	display: none;
}

#header a.home {
	background-image: url(/img/page/logo.gif);
	display: block;
	height: 60px;
	width: 310px;
}

body.en #header a.home {
	background-image: url(/img/page/en-logo.gif);
}

#header a.lang, #header a.lang:visited {
	display: block;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 6px 0 0 0;
	color: #B6E1F3;
}

#header a.lang:hover {
	color: #FFFFFF;
}

#menu {
	width: 195px;
	min-height: 411px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	padding-top: 31px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: inline;
	margin: 0px;
}

* html #menu {
	height: 411px;
}



#menu ul, #menu ol, #menu li {
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	margin-bottom: 4px;
	/*margin-right: -8px;*/
	float: left;
	width: 178px;
	clear: both;
}

#menu ul {
	float: left;
	display: inline;
}



#menu ul li a, #menu ol li a {
	display: block;
	width: 180px;
	padding-left: 15px;
	color: #0038B7;
	text-decoration: none;
}

#menu ol li a {
	width: 163px;
}

#menu ul li a:hover, #menu ul li a.active {
	background-image: url(/img/page/bg-note-1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: underline;
	color: #F56300;
}

#menu ul li a.active {
	text-decoration: none;
}

#menu ol li a {
	color: #000000;
}

#menu ol {
	margin-left: 17px;
	float: left;
	clear: both;
	display: inline;
}

* html #menu ol {
	margin-top: 5px;
	margin-bottom: 2px;
}

#menu ol li a:hover, #menu ol li a.active {
	background-image: url(/img/page/bg-note-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: underline;
	color: #0038B7;
}

#menu ol li a.active {
	text-decoration: none;
	color: #259FD2;
}



#main {
	float: left;
	width: 530px;
	clear: right;
	padding-top: 33px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #545454;
	padding-bottom: 20px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	color: #0043BE;
	font-weight: normal;
}

h1 {
	line-height: 27px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	height: 1px;
	border: 0px none;
	color: #A5B3B8;
	color: #BCCECF;
	background-color: #BCCECF;
}

a:link {
	color: #259FD2;
}

a h1, a h2, a h3, a h4, a h5 {
	text-decoration: none;
}

a:visited {
	color: #259FD2;
}

a:hover {
	color: #0038B7;
}

.pgNote {
	background-color: #FFFFE6;
	padding: 10px;
	border: 1px solid #FFFFB0;
}

.newsLead {
	margin-bottom: 19px;
}

.newsLead p {
	margin:0px;
}

.newsLead h3 {
	font-size: 12px;
}

p.newsDate {
	color: #0038B7;
	margin-bottom: 8px;
}


table.tStyleA td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-right: 3px;
	padding-left: 3px;
}

table.tStyleA td p {
	padding:0px; margin:0px;
}

#question {
	background-color: #FFFFE6;
	margin: 0px;
	padding: 10px;
}

#question #fieldDesc {
	margin: 8px 0px 0px;
	padding: 0px;
}

#question .field {
	width: 484px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AEAEAE;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #AEAEAE;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#question .button {
	color: #FFFFFF;
	background-color: #14A5E2;
	margin-top: 8px;
	font-weight: bold;
}

#footercontainer {
	background-image: url(/img/page/bg-footstripe.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	height: 50px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	clear: both;
}

#footer {
	width: 530px;
	height: 44px;
	padding: 6px 0px 0px 250px;
	text-align: left;
	margin: 0px auto;
	background-image: url(/img/page/bg-footstripe.gif);
	background-repeat: repeat-y;
	background-position: -820px top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	line-height: 18px;
}

#footer ul {
	margin: 0px 6px 0px 0px;
	padding: 0px;
	float: right;
	width: 200px;
	display: inline;
}

#footer li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}

#footer li a {
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AEAEAE;
	margin-left: 3px;
	line-height: 11px;
}

#footer li a:hover {
	background-color: #0043BE;
}

#footer p {
	margin: 0px;
	padding: 0px;
}
