body{
background-color: #ffffff;
background-image: url('images/BG.jpg');
background-attachment: fixed;
background-repeat: repeat;
}
.bg2{
position: absolute; z-index: 1; 
top: 0px; margin-left: 50%; left: -450px; 
width: 900px; height: 900px;
background-color: transparent;
background-image: url('images/background2.png');
background-repeat: no-repeat;
}

.main{
z-index: 2;
position: absolute;
margin-left: 50%;
left: -425px;
top:  0px;
width: 848px;
background-color: #ffffff;
background-image: url('images/mainBG.jpg');
background-repeat: no-repeat;
padding-top: 450px;
padding-bottom: 10px;

}


.nav{
position: relative;
left: 20px;
width: 810px;
height: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: transparent;
background-image: url('images/navBG.png');
background-repeat: no-repeat;
color: #389686;
}

.content{
position: relative;
left: 20px;
width: 810px;
background-color: #F4F9FC;
background-image: url('');
background-repeat: no-repeat;
}


.news{
padding: 20px;
}

.video{ 
z-index: 5;
position: absolute;
top: 45px;
margin-left: 50%;
left: -20px;
background-image: url('images/videoBG2.png');
padding-left: 10px;
padding-right: 10px;
padding-bottom: 7px;
}

.footer{
position: relative;
width: 810px;
height: 70px;
background-image: url('images/greenbg.jpg');
}

{TEXT}
a.navlink{color: #ffffff; font-size: 20px; text-decoration: none; }
a:hover.navlink{color: #389686; font-size: 20px; text-decoration: none;}
a:visited.navlink{font-size: 20px; text-decoration: none; }
a.newslink{color: #000000; font-size: 14px; text-decoration: none;  }
a:hover.newslink{color: #389686; font-size: 14px; text-decoration: none; }
a:visited.newslink{font-size: 14px; text-decoration: none; }

h1,h2,h3,p,div{font-family: Arial; }
p,div{font-weight: 500; }

{IMAGES}
img{border-width: 0px;}
img.press{border-style: solid; border-width: 1px; border-color: c0c0c0;  margin-left: 10px; margin-right: 10px; margin-bottom: 10px;}
