body {
margin: 5px;
font-family : verdana, arial, helvetica, sans-serif;
background: transparent; 
color: #000;
}
img {
border: 0px; 
}
.hr {
padding : 0;
margin : 5px;
padding : 1px;
background : transparent url(black_dotted_hr_bg.gif) repeat-x;
line-height : 1px;
}
sup {
margin : 0px;
padding : 0px;
font-size:10px;
}
/* Typo*/
em {
margin : 0px;
padding : 0px;
}
p {
font-size: 80%;
padding: 2px; 
margin:0 2px 5px;
line-height: 1.6em; 
} 
h1, h2, h3 {
font-family : georgia, times, serif;
} 
h1 {
font-weight: bold; 
margin-left: 5px; 
margin-bottom: 5px;
margin-top: 3px;
font-size: 100%;
color: #1a1a33;
} 
h2 {
font-weight: bold; 
color: #4d0911;
margin-left: 5px;
margin-bottom: 5px;
margin-top: 10px;
font-size: 95%;
border-bottom: 1px dashed #eee;
padding-bottom: 5px;
}
h2 img {
display: inline;
margin-top: 1px;
margin-bottom: 1px;
padding: 0px;
border: 0px; 
} 
h3 {
font-size: 95%;
color: #1a1a33;
font-weight : bold; 
margin: 5px; 
padding-bottom: 5px;
}
h4 {
font-family : arial, verdana, sans-serif;
font-size: 85%; 
color: #333;
margin: 5px; 
padding: 0px; 
} 
dl.event {
clear: both;
margin: 0.1em 0 0 0.5em;
padding: 0px;
font: 85% "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida,"Lucida Grande", arial, helvetica, sans-serif;
}
.event dt {
position: relative;
left: 0px;
top: 1.5em;
width: 15em;
color: #333;
}
.event dd {
border-left: 1px dashed #ccc;
margin: 0 0 0 10em;
padding: 0 0 .5em .5em;
}
a	{
text-decoration: underline;
font-weight: normal;
}
a:link	{
color: #000;
background-color: transparent;
text-decoration: underline;
}
a:visited	{
color: #555;
background-color: transparent;
text-decoration: underline;
}
a:active	{
color: #000;
background-color: transparent;
text-decoration: underline;
}
a:hover	{
color:	#036;
background-color: transparent;
text-decoration: none;
}
/* Structure */
#wrapper {
width: 750px; 
margin: 0 10px; 
}
#topNav {
text-transform:none;
width:auto;
font-family: arial, helvetica, sans-serif;
font-size: 95%;
margin-top: 5px;
margin-bottom: 3px;
padding: 0px;
float: right;
}
#topNav  a {
color : #990033;
background-color : #fff;
text-decoration : none;
}
#topNav  a:hover {
color : #000;
background: #fff;
text-decoration : none;
}
#header {
clear: both; /* For Firefox */
width: 749px; 
padding: 0px 0 10px 0; 
height: 85px;
background: url(bg_mission_b.gif) no-repeat;
background-position: right 40px;
border-bottom: 3px solid #d4d8bd;
}
#header_en {
clear: both; /* For Firefox */
width: 749px; 
padding: 0px 0 10px 0; 
height: 85px;
background: url(bg_mission_en.gif) no-repeat;
background-position: 447px 40px;
border-bottom: 3px solid #d4d8bd;
}
#logo {
float: left;
}
#contact {
width: auto;
float: right;
margin: 85px 0px 2px 0px;
}
/** Navigation */
#mainNav {
width:750px; 
padding-bottom: 3px;
}
.menu {
float: left;
width:750px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
text-transform:uppercase;
color:#ffffff; 
width:139px; 
height: 30px; 
border:1px solid #fff; 
border-width:1px 0px 0px 0px; 
background-color:#990033;
padding-left:10px; 
line-height:29px;
text-align: left;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
width:139px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#990033;
}
.menu ul ul :hover > a.drop {
background:#990033;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#d4d8bd;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#990033;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
top:31px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
width:129px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#990033;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#990033;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* Content */
#content {
width: 750px;
margin: 0 auto;
background: transparent;
}
#content ul {
font-size: 80%;
line-height: 1.75; 
margin-top: 2px;
margin-bottom: 2px;
}
#content li {
list-style-type: circle;
}
#columns {
margin-bottom: 0px;
padding-bottom: 0px;
}
#cola {
padding: 0px;
}
#colb {
padding: 0px;
}
#columnA {
float: left;
width: 440px;
padding: 10px 5px 0 5px;
}
#columnB {
float: right;
width: 240px;
margin-top: 13px;
padding: 0px 5px 0 15px;
border-left: 1px solid #eee;
}
#columnB img {
border: 1px solid #d4d8bd;
padding: 2px;
}
#column_full {
float: left;
padding: 10px 5px 0 5px;
}
/* Footer */
#footer {
padding: 1em 2em 1.5em 2em;
width: 600px;
margin: 0em auto;
border-top: solid 1px #e4eff3;
font-size: 0.9em;
}
#footer p {
color: #555;
margin:0px;
padding:5px 10px;
}
#footer .copyright {
margin-top: 2px;
text-align: center;
font-size: 11px; 
}
#footer .credits {
margin-top: 2px;
text-align: center;
font-size: 11px; 
} 
/* Sitemap */
#sitemap {
font-size: 140%;
}
#sitemap li ul {
font-size: 100%;
}
#sitemap ul a {
font-size: inherit;
}
#sitemap li {
list-style: none;
}
#sitemap li ul li ul li a {
padding-left: 5px;
}
.xsnazzy p {
font-size:80%;
margin: 2px;
padding: 3px;
}
.xsnazzy {
background: transparent; 
width:450px; 
margin:0px;
}
.xsnazzyB {
background: transparent; 
width:380px; 
margin:0px;
}
.xsnazzyB p {
margin:0px; 
font-size:.8em;
}
.xtop, .xbottom {
display:block; 
background:transparent; 
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:transparent; 
border-left:1px solid #e4eff3;
border-right:1px solid #e4eff3;
}
.xb1 {
margin:0 5px; 
background:#e4eff3;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}
.xboxcontent {
display:block; 
border:0 solid #e4eff3;
border-width:0 1px; 
height:auto;
}
* html .xboxcontent {
height:1px;
}
.color_a {
background:#eee;
}
/* Classes and utilities */
.nota {
font-family:	verdana, geneva, arial, sans-serif;
font-size:	11px;
font-style: italic;
padding:	10px 6px 10px 4px;
margin:	0px;
background-color:#f9f9f9;
}
.clear {
clear: both;
}
.subtitle_h2{
font-family : arial, verdana, sans-serif;
font-weight: bold; 
color: #000;
margin-left: 4px;
margin-bottom: 5px;
font-size: 80%;
border: 0px;
}
.dark_blue {
color: #006;
}
.subsection {
padding-top: 5px;
border-top:1px solid #eee;
color: #990000;
}
.sectionContact {
font-size: 10px;
}
.caption {
font-family: verdana, sans-serif;
margin: 0px;
font-size: 11px;
color: #000;
}
.section {
font-weight: normal;
font-size: 20px;
color: #660022;
margin-left: 5px; 
margin-bottom: 8px;
}
