body {
    font-family: "Arial CE", Arial, sans-serif; 
    font-size: 0.9em;
    text-align: left;
    margin: 0px;  
}
table.body {
    width: 960px;
}

img {
    border-width: 0px;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
    margin: 0px;
    text-align: right;
}

table {
    width: 100%;
}

li {
    margin: 3px;
}

td.bar {
    border-bottom: solid #DDDDDD 1px;
    border-top: solid #DDDDDD 1px;
    padding: 5px 0px 5px 0px;
    text-align: right;
}

td.bottom {
    border-top: solid #DDDDDD 1px;
    text-align: center;
    padding: 5px 0px 5px 0px;
    color: gray;
}

td.logo {
    background-color: #FFEBCC;    
    width: 180px;
}

td.title {    
    background-color: #FFEBCC;    
    vertical-align: middle;
    text-align: left;
    font-size: 230%;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 6px;    
}

td.news {
    padding: 0px;
}
td.news a {
    padding: 0px 3px 0px 3px;
}
div.title_news {    
    margin-top: 5px;
    
    background-image: url(images/title_div_bg.gif);
    background-repeat: no-repeat;
    height: 2px;
}
div.news {    
    font-style: italic;
    padding: 5px;
    padding-right: 0px;
    background-image: url(images/div_bg.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

/* pop up menus for main menu bar */

#nav {
     padding: 0;
     margin: 3px;
     list-style: none;
     position: relative;
} 

#nav div.menu {
     padding: 0;
     margin: 5px;
     list-style: none;
     z-index: 99;
     position: relative;
     overflow: visible;
}

#nav div.item {
     position: relative;
     float: left;
     background-color:#FFB03D;
     display: block;
     height: auto;
     margin: 0px;
     
     padding: 0px;
     padding-top: 5px;
     padding-left: 5px;
     padding-bottom: 5px;
}

#nav div.item span.menu_active {
    background-image: url(images/menu_active_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: white;

    margin: 0px;
	padding: 0px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

#nav div.item span.menu_active_right {
    background-image: url(images/menu_active_right.gif);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: white;
    
    margin: 0px;
	padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 3px;
}

#nav div.menu div.item { width: 12em; border-color: silver; border-style: solid; border-width: 1px 1px 0 1px; }

#nav div.menu div.item:last-child { border-bottom: 1px solid silver; }

#nav a {
     text-decoration: none;
     height: 1em;
     padding-left: 5px;
     padding-right: 5px;
     width: 11.5em; 
}

#nav a:hover {
     text-decoration: underline;
}

#nav div.menu {
     display: none;
     position: absolute;
}

#nav div.item:hover div.menu {
     display: block;
}

div.item>div.menu {
     top: auto;
     left: auto;
} 

*:first-child+html div.item>div.menu {
    top: 20px;
    left: -10px;
}

/* end of pop up menu bar */

td.menu {
	margin: 0px;
	padding: 0px;
    background-color: #FFB03D;
}
td.flags {    
    width: 100px;
    text-align: right;
    background-color: #FFEBCC;
    padding: 5px;
    vertical-align: bottom;
}

td.content {
    vertical-align: top;
    padding: 15px 0px 15px 0px;
    height: 100%;
    width: 100%;
}

table.table thead {
    background-color: #CCCCCC;
}
table.table td {
    margin: 0px;
    border: solid gray 1px;
}

h1 {
    font-size: 130%;
    text-align: center;
    font-weight: bold;
}
h2 {
    font-size: 110%;
    font-weight: bold;
}
h3 {
    font-size: 110%;
    font-style: italic;
    font-weight: normal;
}
