@CHARSET "UTF-8";

body.mceContentBody {
	width: 640px;
	background: #8eb3e5;
}


#sitecontainer h1,
#sitecontainer h2,
#sitecontainer h3,
#sitecontainer h4,
#sitecontainer h5,
#sitecontainer h6,
#sitecontainer span.h1,
#sitecontainer span.h2,
#sitecontainer span.h3,
#sitecontainer span.h4,
#sitecontainer span.h5,
#sitecontainer span.h6,
#sitecontainer p,
#sitecontainer li,
#sitecontainer td,
#sitecontainer th,
body.mceContentBody h1,
body.mceContentBody h2,
body.mceContentBody h3,
body.mceContentBody h4,
body.mceContentBody h5,
body.mceContentBody h6,
body.mceContentBody span.h1,
body.mceContentBody span.h2,
body.mceContentBody span.h3,
body.mceContentBody span.h4,
body.mceContentBody span.h5,
body.mceContentBody span.h6,
body.mceContentBody p,
body.mceContentBody li,
body.mceContentBody td,
body.mceContentBody th {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #124179;
}

#sitecontainer h1,
#sitecontainer h2,
#sitecontainer h3,
#sitecontainer h4,
#sitecontainer h5,
#sitecontainer h6,
#sitecontainer span.h1,
#sitecontainer span.h2,
#sitecontainer span.h3,
#sitecontainer span.h4,
#sitecontainer span.h5,
#sitecontainer span.h6,
body.mceContentBody h1,
body.mceContentBody h2,
body.mceContentBody h3,
body.mceContentBody h4,
body.mceContentBody h5,
body.mceContentBody h6,
body.mceContentBody span.h1,
body.mceContentBody span.h2,
body.mceContentBody span.h3,
body.mceContentBody span.h4,
body.mceContentBody span.h5,
body.mceContentBody span.h6 {
  font-weight: bold;
}

#sitecontainer {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: white;
}	

#sitecontainer #content ul,
#sitecontainer #content ol,
body.mceContentBody ul,
body.mceContentBody ol {
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: disc;
}
#sitecontainer #content li,
body.mceContentBody li {
  list-style-type: disc;
}

#sitecontainer h1,
#sitecontainer span.h1,
body.mceContentBody h1,
body.mceContentBody span.h1 {
	font-size: 21px;
	line-height: 25px;
	margin: 18px 0px 4px 0px;
}
#sitecontainer h2,
#sitecontainer span.h2,
body.mceContentBody h2,
body.mceContentBody span.h2 {
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 4px;
	margin-top: 12px;
}
#sitecontainer h3,
#sitecontainer span.h3,
body.mceContentBody h3,
body.mceContentBody span.h3 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 4px;
	margin-top: 8px;
}
#sitecontainer #content :first-child,
body.mceContentBody :first-child {
	margin-top: 0px;
}

#sitecontainer #content a:hover,
#sitecontainer #newsticker a:hover,
body.mceContentBody a:hover {
	color: #124179 !important;
  text-decoration: none !important;
}


#sitecontainer #content a,
#sitecontainer #newsticker a,
body.mceContentBody a {
	color: white !important;
	text-decoration: none;
}

#sitecontainer .scrollcontainer {
	height: 650px;
}

#sitecontainer #left #lang ul a {
	color: #4489ce;
	text-decoration: none;
}

#sitecontainer #left #lang ul a:hover {
	color: #114e7c;
}

/* Sitemap */

.sitemap_menu_item {
    font-family: Arial,Helvetica,sans-serif;
}
#sitemap_menu .level1 a {
    background-position: 0 2px;
    background-repeat: no-repeat;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    padding-left: 15px;
    text-decoration: none;
    text-transform: capitalize;
}
#sitemap_menu -level1 a:hover, #sitemap_menu .level1 a.active {
    color: #124179;
}
#sitemap_menu .level2 a {
    background-image: none;
    color: white;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    padding-left: 30px;
    text-decoration: none;
    text-transform: capitalize;
}
#sitemap_menu .level2 a:hover, #sitemap .level2 a.active {
    color: white;
    text-transform: capitalize;
}
#sitemap_menu .level3 a {
    color: white;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    padding-left: 45px;
    text-decoration: none;
    text-transform: capitalize;
}
#sitemap_menu .level3 a:hover, #sitemap_menu .level3 a.active {
    background-position: 10px 4px;
    background-repeat: no-repeat;
    color: #124179;
    text-transform: capitalize;
}