body {
    overflow:hidden;
    background-color: #333333;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}


#noflash {
    width:960px;
    height:550px;
    background-color:#333;
    margin-left:45px;
}

#topnav,
#bottomnav {
    position: relative;
    color: #CCC;
    font-weight: bold;
    font-size: 10px;
    width: 100%;
}

#topnav {
    height: 20px;
    line-height: 20px;
    width: 100%;
}

#bottomnav {
    margin-top: -10px;
}

#content {
    position: relative;
    width: 810px;
    height: 405px;
}

#content div.con_full,
#content div.con_left,
#content div.con_right,
#content div.logo,
#content div.img,
#content div.swf,
#content div.text {
    position: absolute;
    left: 0px;
    top: 0px;
    
}




#content div.con_right {
    position: absolute;
    left: 405px;
}

#content div.con_left,
#content div.con_right {
    width: 405px;
    height: 405px;
}


#content div.con_full {
    width: 810px;
    height: 405px;
}

#content div.text p {
    font-size: 12px;
    margin: 0px;
}


#topnav div.navpoint {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;    
}


#bottomnav div.navpoint {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;    
}

#topnav div.navpoint a,
#bottomnav div.navpoint a {
    color: #CCC;
    text-decoration: none;
}

#topnav div.navpoint a:hover, 
#topnav div.navpoint a.active,
#bottomnav div.navpoint a:hover, 
#bottomnav div.navpoint a.active {
    color: #FFF;
}

#content p a,
#content p a:hover {
    color: #000;
    text-decoration: none;
}



#news {
    position: relative;
    top: 0px;
    left: 405px;
    width: 405px;
    height: 405px;
}

#news div.newsentry {
    position: relative;
    padding-top: 10px;
    padding-left: 2px;
    float: left;
    width: 190px;
}

#news div.newsentry img {
    float: left;
    margin-right: 10px;
}

#news div.newsentry div.left {
    font-size: 12px;
    font-weight: bold;
}
#news div.newsentry div.right {
    float:left;
}

#news a,
#news a:hover,
#news a:active {
    color: #FFF;
    text-decoration: none;
}



#contact {
    position: relative;
    top: 0px;
    left: 0px;
    width: 810px;
    height: 405px;
    background-color: #999;
}

#contact div.left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 405px;
    height: 405px;
}
#contact div.right {
    position: absolute;
    top: 0px;
    left: 405px;
    width: 405px;
    height: 405px;
}





#publications {
	height: 100%;
	width: 100%;
}

#publications a,
#publications a:hover {
    color: #fff;
    text-decoration: none;
}

#publications span.title {
	font-weight: bold;
} 