@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#e7e4db;background-image: url(images/bg_page.gif);
}

#container{
	width:900px;
	margin:auto;
	background-color: #FFFFFF;
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;
	height:auto;
	overflow:auto;
}

#header{
	height:153px;
	width:900px;
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
	text-align:center;
}
#logo{
	width:268px;
	height:153px;
	margin-left:318px;
	background-color: #CCCCCC;
	float:left;

}
#lang{float:right;margin:10px;font-size:80%;}


#nav-bar{
	clear:both;
	width:900px;
	height:55px;
	background-image: url(images/bg_navbar.gif);
	text-align:center;
	background-repeat: repeat-x;
}

#fma{clear:both;width:669px;height:202px;float:left;}
#newsletter{
	float:left;
	height:202px;
	width:231px;
	background-image: url(images/bg_newsletter.jpg);
	background-repeat: no-repeat;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

#content{
	width:900px;
	height:auto;
	clear:both;
	background-image: url(images/bg_news.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	overflow:auto;
	}
#text{
	width:629px;
	float:left;
	padding:20px;
	height:auto;
	background-image: url(images/bg_text.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
}


#breadCrumb{font-size:80%;color:#595e44;font-family:Georgia, "Times New Roman", Times, serif;font-weight:normal;width:580px;}
#breadCrumb a{color:#595e44;}
#news{width:231px;height:auto;float:left;color:#21201d;}
#newsText{margin:auto;width:200px;padding-top:10px;}

#footer{
	width:790px;
	height:82px;
	background-image: url(images/bg_footer.gif);
	border-top:1px solid #fff;
	color:#fff;
	padding-top:30px;
	padding-left:55px;
	padding-right:55px;
	font-size:80%;
	line-height:18px;
	clear:both;
}

#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#CCCCCC;
}

h1{
	color:#0b1d38;
	font-size:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h2{color:#6d1e1e;font-size:120%;font-family:Georgia, "Times New Roman", Times, serif;font-weight:normal;}
h3{color:#6d1e1e;font-size:110%;font-family:Georgia, "Times New Roman", Times, serif;font-weight:normal;}
p, li, td{font-size:100%;line-height:20px;}
td{vertical-align:top;}
a{	color:#0b1d38;}
a:hover{color:#6d1e1e;}
ol li{margin-bottom:8px;}


#newsletter img{border:none;}

#newsText h3{font-size:90%;color:#21201d;font-weight:bold;margin:0;}
#newsText p{font-size:80%;color:#21201d;margin-top:0;}
#newsText a{color:#21201d;}
#newsText a:hover{color:#e1ded5;}

table.emailForm{height:67px;margin:auto;margin-top:10px;}
/*level 1 menu items*/
.level1nav, .level1over, .level1click {cursor:pointer;}
/*level 2 menu items*/

.level2nav, .level2over, .level2click{
font-size:80%;
cursor:pointer;
font-family:Arial, Helvetica, sans-serif;
height:20px;
padding:3px 0px 3px 0px;
width:120px;
text-transform: uppercase;
}

.level2nav{color:#fff;background:#0b1d38;}
.level2over, .level2click{color:#fff;background:#6d1e1e;}

.eFrame{margin:auto;width:220px;height:60px;border:none;background:none;}