body {
    margin:0; 
    background:#ffffff; 
    padding:5px; 
    font:11px Verdana,Arial}

a{
    text-decoration: none;
    color: black;
}

a:hover{
    text-decoration: underline;
}

#head{
    width: 800px;
    height: 120px;
}

#nav{
    background-color: #ff9900;
    width: 188px;
    height: 356px;
}

#main{
    background: #61c3ec;
    background: -moz-linear-gradient(left, #61c3ec, #fff);
    background: -webkit-gradient(linear, left top, right top, from(#61c3ec), to(#fff));
    background-repeat: repeat-y;
    width: 650px;
    height: 400px;
    padding-left: 10px;
}

#bottom{
    background: #fff;
    background: -moz-linear-gradient(left, #fff, #61c3ec);
    background: -webkit-gradient(linear, right top, left top, from(#61c3ec), to(#fff));
    width: 800px;
    height: 50px;
}

#navDiv{
    padding-top: 15px;
}

#mainDiv{
    width: 600px;
    height: 400px;
    overflow: auto;
}

#editButton{
    padding: 10px;
}

#bottomDiv{
    padding-left: 40px;
}

img{border:none;}
pre{margin-top:-16px;display:block;font:12px "Courier New", Courier, monospace;padding:10px;border:1px solid #bae2f0;background:#e3f4f9;width:674px;}	
body {font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;color:#333;line-height:180%;margin:0;padding:0;}

#container {margin:0 auto;position:relative;text-align:left;width:696px;background:#fff;margin-bottom:2em;
}	
/* Sudo Slider */
#slider ul, #slider li{margin:0;padding:0;list-style:none;position:relative;display:block;}
#slider li {width:580px;max-height:240px;overflow:hidden;}	

#slider {width:696px;overflow:hidden;}
/* // Sudo Slider */	
/* Numeric Navigation */
ol {margin:1em 0;padding:0;height:28px;	}
ol li{margin:0 10px 0 0; padding:0;float:left;list-style:none;height:28px;line-height:28px;}
ol li a{float:left;height:28px;line-height:28px;border:1px solid #ccc;background:#DAF3F8;color:#555;padding:0 10px;text-decoration:none;}
ol li.current a{background:#5DC9E1;color:#fff;}
ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

.graphic, .prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}

/*.prevBtn, .nextBtn {display:block;width:30px;height:77px;position:absolute;left:-30px;top:71px;z-index:1000;background:url(../images/btn_prev.gif) no-repeat 0 0;cursor:pointer;}	
.nextBtn{left:696px;}														
.nextBtn {background:url(../images/btn_next.gif) no-repeat 0 0;}	
*/
.popupClose{  
    font-size:14px;  
    line-height:14px;  
    right:6px;  
    top:4px;  
    position:absolute;  
    color:#6fa5fd;  
    font-weight:700;  
    display:block;  
}

#backgroundPopup{  
    display:none;  
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6*/  
    height:100%;  
    width:100%;  
    top:0;  
    left:0;  
    background:#000000;  
    border:1px solid #cecece;  
    z-index:1;  
}  
#popupContact{  
    display:none;  
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6*/  
    height:200px;  
    width:200px;  
    background:#FFFFFF;  
    border:2px solid #cecece;  
    z-index:2;  
    padding:12px;  
    font-size:13px;
} 
#editPopup{  
    display:none;  
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6*/  
    height:450px;  
    width:700px;  
    background:#FFFFFF;  
    border:2px solid #cecece;  
    z-index:2;  
    padding:12px;  
    font-size:13px;
} 