body {
	text-align: center;
        background: url(../img/back.jpg)
}


#main {  
        background: #EFEFEF;
	border-bottom : 1px solid #DDDDDD;
	border-left : 0px solid #DDDDDD;
	border-right : 0px solid #CCDDEE;
	border-top : 0px solid #ffffff;
	color : #000000;
	text-align : left;
	width : 800px;
}

#navigation {
	background: url(../img/slice_r1_c1.gif) no-repeat center;
	width : 800px;
	height: 132px;
}

#navigation2 {
	background: url(../img/slice_r1_c1_2.gif) no-repeat center;
	width : 800px;
	height: 132px;
}
#two {
	border-bottom : #CCCCCC 0px dotted;
	border-left : #CCCCCC 0px dotted;
	border-right : #CCCCCC 0px dotted;
	border-top : #CCCCCC 0px dotted;
	margin : 0px 0px;
	padding-bottom : 0px;
        background: #EFEFEF;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	width: 800px;
}

#link {
        font-size: 9px;
        color: #666666;
}

#contents {
	background: #EFEFEF;

	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;

	width: 528px;
        height: 300px;
        padding-left: 6px;
        padding-right: 6px;
        font-family: verdana, arial;
        font-size: 11px;
        text-align: justify;
        color: #000033;
	float: left;
        overflow: auto;
}

#contents a {
        font-family: verdana, arial;
        color: #6699CC;
        text-decoration: none;
        font-weight: bold;
}

#contents hr {
        height: 1px;
	margin: 10px 0;
}

#contents input {
        border: 1px solid #000033;
        font-size: 11px; 
}

#image {
	background: #EFEFEF;
	width: 256px;
        height: 300px;
	float: right;
}

#bottom {
	background: url(../img/slice_r3_c1.gif) no-repeat center;
	width: 800px;
	height: 14px;
	clear: both;
}

ul {
	margin: 0;
	padding: 0;
        list-style: none;
}

li {
        font-size: 16px; 
	background: white; 
	float: left;
	position: relative;
	width: 10em;
}

li ul {
        border: 1px dotted #6699CC;
	display: none;
	top: 1em;
	position: absolute;
	left: 0;
}

li>ul {
	top: auto;
	left: auto;
} 

li:hover ul, li.over ul {
	display: block;
}

#nav a {
	font-family: verdana, arial;
	font-size: 10px;
	color: #6699CC;
	text-decoration: none;
}

#nav a:hover {
	color: #FF7700;
}

#nav b {
        font-size: 13px; 
}

#boxl {
        background: #A0B8C8;
        padding: 3px;
        border: 1px dashed #666666;
        width: 200px;
        text-align: left;
        float: left;
}

#boxl a {
       color: white;
       text-decoration: none;
       font-weight: normal;
}

#boxh {
        background: #003355;
        color: #FFFFFF;
        padding: 4px;
        border: 1px dashed #666666;
        width: 165px;
        float: left;

        font-size: 13px;
        text-align: left;
}

#boxh b {
        font-size: 12px;
	color: #FF9900;

}

#boxr {
        width: 65%;
        float: right;
}

#boxr2 {
        width: 315px;
        float: right;
}

#end {
        font-family: verdana, arial;
        font-size: 9px;
        color: #666666;
}

#end a {
        font-size: 9px;
        color: #666666;
        text-decoration: none;
}


