/* style18 */

body {
	margin: 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 */
	background-color: #BBD2F2;
	scrollbar-face-color: #1c3879;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #1c3879;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	background-image: url(../images/main_01.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* font colors */

a {
	color: #003399;
	font-size: 12px;
}

b {
	color: #333333;
}

h1 {
	color: #1275B6;
	font-size: 16px;
}


h2 {
	color: #006CAE;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h3 {
	color: #0774B9;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}


#topbar {
	width: 730px;
	float: left;
	margin-top:158px;
	color: #999999;
	font-size: 12px;
	margin-left: 242px;
	font-weight: bold;
	text-align: left;
}
#topbar a {
	color: #000099;
	text-decoration: none;
}
* html #topbar {
margin-left:118px;
}

#menu {
	width: 165px;
	color:#FFFFCC;
	margin: 0px;
	margin-left:28px;
	float:left;
	font-size: 12px;
}

* html #menu {

	margin-left:14px;

}
#langselector {
	margin-left: 700px;
	margin-top: 28px;
	text-align: left;
	width: 240px;
	height: 30px;
	float: left;
}


#menu ul {
	list-style: none;
	margin:0px;
	padding:0px;

}

#menu a {
	color: #0033CC;
	text-decoration: none;
	display: block;
	padding:3px;
	width:100%;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #000066;
}

#menu li {
	position: relative;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#menu ul li {
	font-weight: bold;
	color: #999999;
}


#menu ul ul {
	border-top-width: 1px;
	color: #000099;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 5px;
}
#menu ul ul li {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

 #container {
	width: 975px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

} 
 #header {
	padding: 0;
	height: 295px;
	background-image: url(../images/main_03.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 975px;
} 


 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainArea {
	background-image: url(../images/main_05.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 975px;
	}


 #footer {
	padding: 0;
	background-image: url(../images/main_07.jpg);
	background-repeat: no-repeat;
	width: 975px;
	height: 30px;
	clear: both;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
input.button, input.submit, .button {
	background-color: #1c3879;
	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: #BACAEF;
	border-right-color: #0A1329;
	border-bottom-color: #0A1329;
	border-left-color: #BACAEF;
	color: #FFFFFF;
}
#navbar {
	margin-left: 225px;
	margin-top: 90px;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	width: 700px;
	clear: left;
	float: left;
	visibility: hidden;
}
.titlu-left {
	font-weight: bold;
	color: #000066;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#pagetitle {
	clear: none;
	margin-left: 55px;
	width: 700px;
	float: left;
	margin-bottom: 5px;
}
* html #pagetitle {
	margin-left: 55px;

}
#pagetitle h1, .mceContentBody h1, #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}


#pagetitle h2, .mceContentBody h2, #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#footnote {
	margin-top: 30px;
	height: 20px;
	text-align: center;
	width: 100%;
	background-color: #709FE5;
	color: #000066;
	padding-top: 5px;
	font-size: 80%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1B58B5;
	border-bottom-color: #1B58B5;
}
#footnote a {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a {
	color: #FFFFFF;
}
table {
border-width:0 0 0 0;
}
td {
border-width:0 0 0 0;
}
 #mainContent, #mainContentAdmin, .mceContentBody  {
	width: 100%;
	font-size: 12px;
	text-align: justify;
} 
* html #mainContent {
	padding-left:0px;
	width: 685px;
	margin-left: 0px;

}

 #mainContent table, #mainContent td, #mainContent th,.mceContentBody table,  .mceContentBody td,.mceContentBody th
{
	border-color: #1C59B6;
	border-style: solid;
}

#mainContent table, #mainContentAdmin table, .mceContentBody table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

#mainContent td,#mainContent  th,  .mceContentBody td,.mceContentBody th
{
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
	background-color: #F0F8FF;
}

#mainContent th, #mainContentAdmin th,  .mceContentBody th
{
	background-color: #000066;
	color:#FFFFFF;
}

