body {
font-family: arial;
padding: 0px;
margin: 0px;
}

a {
text-decoration: none;
color: #000;
}     

form {
padding: 0;
margin: 0;
}

h3 {
margin-top: 0px;
padding-top: 0px;
}

h4 {
margin-top: 0px;
padding-top: 0px;
color: #800;
}

p {
margin-top: 0;
margin-bottom: 16px;
}

dt {
font-weight: bold;
font-size: 80%;
float: left;
}

dd {
font-size: 75%;
margin: 0 0 0 17em;
}

.green {
color: #050;
}

.font-default {
font-family: arial;
}

#hdr-div {
background-image: url('/img/hdr_background.jpg');
width: 1251px;
text-align: left;
}  

#logo-div {
padding-left: 126px;
padding-top: 21px;
}

#logo {
text-decoration: none;
}

#lang-search-div {
margin-left: 126px;
margin-top: 6px;
}

#lang-bar {
width: 653px;
height: 28px;
}

a.lang-link {
text-decoration: none;
font-size: 14pt;
color: #000;
}

a.lang-link-active {
text-decoration: none;
font-size: 14pt;
color: #DB550C;
}

#search-bar {
text-align: right;
white-space: nowrap;
}

a#home {
}

#search-input {
width: 210px;
}

#search-label{
font-size: 13pt;
}

#search-btn {
}

#tabs-div {
height: 28px;
padding-left: 126px;
padding-top: 8px;
}

#tabs-ul {
margin: 0;
padding: 0;
}

.tab {
background-image: url('/img/tab.png');
width: 152px;
height: 23px;
padding-top: 5px;
text-align: center;
font-size: 13pt;
font-weight: bold;
position: relative;
float: left;
list-style: none;
margin: 0;
cursor: pointer;
}

.active-tab, .selected-tab {
background-image: url('/img/tab_active.png');
}

#marquee-div {
background-image: url('/img/text_background.jpg');
width: 1251px;
height: 65px;
}

#marquee-container {
width: 999px;
overflow: hidden;
margin-left: 126px;
padding-top: 20px;
position: relative;
}

div.marquee-move {
overflow:hidden;
width:99999px;
position: relative;
}

#marquee-text
{
float: left;
margin: 0;
padding-left:1000px;
color: #fff;
font-size: 16pt;
}
 

#flash-div {
height: 381px;
width: 1251px;
background-color: #000;
color: #fff;
}

#flash-wrap {
height: 381px;
background-image: url('/img/flash_bgr.jpg');
color: #fff;
}


.leftside-bgr {
background-image: url('/img/leftside_bgr.jpg');
background-repeat: repeat-y;
width: 23px;
}

.rightside-bgr {
background-image: url('/img/rightside_bgr.jpg');
background-repeat: repeat-y;
width: 23px;
}

.content {
width: 1205px;
}

#video-div {
width: 1251px;
}

.videolink-bgr {
background-image: url('/img/video_bgr.jpg');
background-repeat: repeat-x;
padding-top: 4px;
background-color: #DE8626;
}

td.videolink {
padding-left: 28px;
padding-right: 28px;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}


.videolink-title {
background-image: url('/img/videotitle_bgr.png');
width: 205px;
height: 25px;
text-align: left;
font-size: 14pt;
}

.videolink-title a {
text-decoration: none;
color: #000;
padding-left: 10px;
}

.videolink-image {
width: 205px;
}

.videolink-image img {
width: 203px;
height: 134px;
border: 1px solid #999;
}

#footer-div {
text-align: center;
font-size: 12pt;
width: 1251px;
padding-top: 13px;
padding-bottom: 13px;
}

#copyright {
padding-left: 20px;
color: #6F6F6F;
}

#content-reg {
width: 999px;
margin-left: 101px;
margin-top: 0px;
margin-bottom: 30px;
min-height: 350px;
}

.links {
vertical-align: top;
width: 200px;
color: #050;
}

.links ul {
list-style: none;
padding-left: 0px;
margin: 0;
}

.links ul li {
margin-bottom: 4px;
}

.links ul li a {
color: #050;
font-weight: bold;
}

#active-link {
color: #888;
}

.text {
vertical-align: top;
font-size: 12pt;
line-height: 140%;
}

.text p {
margin-top: 0px;
text-align: justify;

}

.text h4 {
color: #800;
}

.reg-bgr-top {
background-image: url('/img/reg_brg_top.jpg');
height: 48px;
}

.reg-bgr-bottom {
background-image: url('/img/reg_brg_bottom.jpg');
height: 48px;
}

.photo-thumb {
width: 90px;
border: 1px solid black;
}

ul.ifiles {
    list-style-type: none;
    padding-left: 0;
    line-height: 2;
	margin-top: 1px;
    margin: 0;
    padding: 0;
}
.ifiles .ipdf { 
    margin-left: 10px; 
    padding-left: 20px;
    background: url(/img/ico_pdf.png) no-repeat 0 0;
    font-size: 0.8em;
}

ul.ifiles a {
    color: #050;
    font-weight: bold;
}


/* Video modal dialog */

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:540px; width:960px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}