*{
    margin:0;
    padding:0;
}

#box_border{
	color:#1D4665;
    margin : 5px auto;
    width:800px;
    border:2px solid #98FF7C;
    background-color: #FFFFFF;
}


#box_header{
    width:800px;
    text-align:center;
    background-color:#FF9900;
}

#box_menu{
    width:800px;
    background-color: #FFFFFF;
    text-align:center;
    background-image:url('img/menu_bar.jpg');
}

#box_submenu{
    float:left;
    width:202px;
    background-color: #FFFFFF;
    font-size:11px;
    font-family:sans-serif;
    text-align:left;
    margin:3px;
    border:1px solid #A9DBA1;
}

#box_main{
    float:right;
    width:580px;
    padding:5px;
    text-align:center;
}

#box_footer{
    clear:both;
    width:800px;
    font-size:12px;
    text-align:center;
    padding:3px 20px 1px 20px;
}

#copyright{
	border-style: solid none solid none;
	border-color: #A9CAA6;
	border-width: 1px;
    width:760px;
    padding:2px;
}

body{
	background-image:url('img/bg_green.png');
}

h1{
    font-size:11px;
    color:#FFFFFF;
    background-color:#FF9900;
    text-align:left;
}

h3{
	border-left:#489D46 5px solid;
	border-bottom:#489D46 1px solid;
	padding-left:3px;
	margin-bottom:3px;
}
a img{
	border:none;
}

img.menu{
    margin:0 1px 3px 1px;
}

.link_list{
    list-style:none;
}

.category{
    padding:3px 3px 1px 3px;
    text-align:left;
    font-size:12px;
    font-weight:bold;
    color:#3458A2;
    height:22px;
    background-image:url('img/title_line.gif');
}

.news_text{
    border-style:double;
    border-color:#2C2F95;
    text-align:left;
    padding:3px 5px;
    font-size:13px;
    background-color:#FFFFFF;
    color:#2C2F95;
    margin-bottom:3px;
}

.disp_cnt{
    font-size:10px;
    height:12px;
    padding:4px;
    text-align:left;
}

