body {
	background-image: url(pix/backfill.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
#body, #footer { 
	width: 610px; /* should I forget IE5's broken box model? */ 
	margin: 0px auto;
	border-left: 4px solid #ACC2E8;
	border-right: 4px solid #ACC2E8;
	border-bottom: 4px solid #ACC2E8;
}
#body {
	text-align: left;
	padding-top:15px;
	background-color: #FFFFFF;
	/*min-height:500px;*/
/*	background-image: url(pix/curve_top.gif);
	background-repeat: no-repeat;
	background-position: right 35px;*/
	background-image: url(pix/curve_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#bodyInner {
	margin: 0px 35px 20px 30px;
}

#body1 {
	background-image: url(pix/curve_top.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
}

#footer { 
	background-color:#ACC2E8;
	color:#FFFFFF;
	font-size:10px;
}
#content a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399CC;
	color: #3399CC;
}
#content a:hover {
	border-bottom-style: solid;
}

#content strong { color:#2F509B; }

#content {
	clear:both;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h1 {
	margin-left:-30px;
	margin-top:0px;
	font-size: 22px;
}
h1 strong {
	background:#ACC2E8 url(pix/h1_r.gif) no-repeat right top;
	padding: 3px 30px;
}

h2 {
	margin-right:-35px;
	font-size: 18px;
	text-align:right;
	clear:both;
	padding-top:1em;
}
h2 strong {
	background:#ACC2E8 url(pix/h1_l.gif) no-repeat left top;
	padding: 3px 35px;
	font-weight: normal;
}
h1 strong, h2 strong { color: #FFFFFF !important; }

.links { text-align:right; }

#header {
	margin: 20px 0px;
	/*height:151px;*/
	width:100%;
	background-image: url(pix/header_tr.gif);
	background-position: 494px top;
	background-repeat: no-repeat;
	/*display:table;*/
	padding-top:7px;
	position: relative;
	/*float:left; */
	/*display:inline;  for IE */
}
/*#menu {
	background-image: url(pix/header.jpg);
	background-repeat: no-repeat;
	height: 151px;
	width: 546px;
	background-color: #CCCCCC;
}
*/
#header img, #header a { border:none; }
.links p {
	margin:0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#header ul {
	margin: 0px;
	list-style-type: none;
}
#header li {
	margin-top: 0px;
}
#header ul#menu {
	padding: 21px 0px 5px 15px;
	background-image: url(pix/menubar5.gif);
	background-repeat: no-repeat;
	background-position: left 18px;
	position: absolute;
	left: 340px;
	top: 7px;
	width:10px; /* for IE */
}
#header ul#menu li {
	margin-bottom: 6px;
	height:14px;
	padding:0px;
}
#headImage { float:left; }
ul#langs{
	float:left; padding:0px; margin-top:68px; 
}
ul#langs li {
	margin-bottom: 2px;
}
ul#langs img { width:28px; height:20px; }

.picRight {
	background-image: url(pix/img_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 7px;
	padding-right: 7px;
	float: right;
	margin-bottom: 0.5em;
	margin-left: 1em;
	clear: right;
}

.picRight img {
	background-image: url(pix/img_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 7px;
	padding-left: 7px;
}

#content ul {
	padding:0px;
	margin-left: 15px;
	list-style-type: square;
}

#bottomSpace { height:65px; }