body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: url(/images/bg_top.jpg) 50% 15px no-repeat #FFFFFF;
	margin: 15px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.img_left{
	padding: 0 10px 0 0;	
}

h1{
	font-size: 12pt;
	color: #2c3987;
}

#container {
	width: 1003px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	height: 134px;
} 
#homeLink{
	position: absolute;
	margin: 40px 0 0 250px;
	width: 200px;
	height: 80px;
}
#flags{
	position: absolute;
	margin: 10px 0 0 480px;
}
#flags img{
	border: 1px solid #FFFFFF; 
}
#toplinks{
	position: absolute;
	top: 70px;
	left: 700px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif
}
#toplinks a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;	
}
#middleSection {
	position:relative;
	padding: 0px 250px 0 270px;
	min-height: 370px;
	_height: 370px;
}
#footer {
	margin: 0;
	background: url(/images/bg_footer.jpg) no-repeat 50% 0;
	color: #FFFFFF;
	margin: 0px 270px 0 270px;
	text-align:center;
	font-size: 9pt;
	padding: 2px;
	font-weight: bold;
}
#footer p{
	margin: 0;
	padding: 0;
}
#topmenu{
	padding: 5px 0;
	border-bottom: 1px solid #ef9832;
	color: #2c3987;
}
#topmenu a{
	padding: 0 14px 0 14px;
	font-size: 11pt;
	color: #2c3987;
	text-decoration: none;
}
#topmenu a:hover{
	color: #ef9832;
}
#topmenu a.active{
	color: #ef9832;
}

#sidenav{
	width: 250px;
	position: absolute;
	left: 0px;
	top: 70px;
	text-align: right;
}

ul.sub_categories{
	margin: 0px;
	padding: 0px;
	list-style-type:none;	
}

.sub_categories li{
	margin-bottom: 30px;
}

.sub_categories a{
	padding: 0 14px 0 14px;
	font-size: 11pt;
	color: #2c3987;
	text-decoration: none;
}
.sub_categories a:hover{
	color: #ef9832;
}
.sub_categories a.activeSub{
	color: #ef9832;
}

a{
	padding: 0 14px 0 14px;
	color: #2c3987;
	text-decoration: none;
}
a:hover{
	color: #ef9832;
}

p.sitemap a{
	color: #999999;
}
