body {
    background-color: #d7eaf2;
    font-family: Arial;
    padding: 0;
    margin: 0;
    font-size: 13px;
    
}

#ul_nav {
    margin: 0 0 0 5px;
    padding: 5px 0 0 0;
}

#ul_nav li{
    display: inline;
    padding-right: 20px;
}

#ul_nav li a{
    text-decoration: none;
    color: #011b2d;
    
    
}

#ul_nav li a:hover{
     color: #d4f2ff;
     text-decoration: underline; 
}

#div_header{
    padding: 0;
    margin: 0;
    height: 70px;
    background-color: #528cb5;
    background-image: url(../_imgs/head_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
}



#div_header .div_container{
    padding: 0;
    margin: 0;
	width:980px
    
    
}

#div_nav_top {
    margin-bottom:15px;
	
}

#div_header h1 {
    color: #fff;
    font-size: 27px;
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: normal;
    letter-spacing: -2px;
    display: inline;
    text-shadow: #264962 2px 0px 1px;
    
        
}

#div_header .h1_small{
    color: #294457;
    font-size: 16px;
    
    margin: 0 0 0 0;
    text-align: left;
    letter-spacing: -1px;
    padding: 0 0 0 15px;
    font-weight: bold;
    text-shadow: none;    
    
}

#div_header div #div_g_top {   
    width: 468px;
    height: 60px;
    
    float: right;
    margin-top: 5px;
    
}

#div_content {
    width: 991px;
    padding-top: 2px;
}

#div_footer {
	margin-top:10px;
	height:40px;
	background-color:#a8c5da;
	border-top: 1px solid #88b1cf;
}


.div_popup {
    position: fixed;
    top:200px;
    border: 1px solid #528cb5;
    width: 350px;
    height: 130px;
    background-color: #fff;
    display: none;
}

.div_popup .pop_title {
    display: block;
    background-color: #528cb5;
    color: #fff;
    padding: 5px 0 2px 5px;
    font-weight: bold;
    
    
}

 .div_popup .pop_close{
    display: block;
    width: 12px;
    height : 12px;
    float: right;
    background-color: #fff;
    cursor: pointer;
    background-image:url(../_imgs/close_pop.gif);
    margin: 5px;
}

.div_popup .pop_message {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
	font-size: 13px;
    color: #0069b3;
}

.div_overlay {
    position: fixed;
    top:0;
    background-color: #000000;
    display: none;
    
}



a img {
    border: 1px solid #8695a0;
    padding: 0;
    margin: 2px;
    display: block;
}
a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    
}


a img:hover {
    border: 1px solid #e09326;
}













