/* CSS Document */
#container
{
width:800px;
margin:10px auto;
border:4px groove #81CDC6;
}
#menu{
width:800px;
height:100px;
margin:5px 5px 10px 10px;
border: 1px solid #6699cc;
background-image:url("topic.jpg");
}
#banner
{
margin-top:10px;
margin-left:10px;
width:795px;
border: 1px solid #6699cc;
}
#leftcol
{
float:left;
width:95px;
margin-top:5px;
margin-bottom:10px;
margin-left:5px;
padding:5px;
border: 1px solid #6699cc;
}
#block
{
margin-top:5px;
margin-bottom:10px;
float:right;
width:650px;
padding:10px;
border: 2px groove #6699cc;

}

#footer
{
float:none;
width:650px;
border: 1px solid #6699cc;
margin-left:130px;
margin-top:10px;
margin-right:5px;
margin-bottom:20px;
padding:10px;
}
body
{
cursor:url("cur_chi.ani");
color : #0066FF;
font-family : 標楷體,sans-serif;
background-image:url("sea.jpg");
background-repeat : no-repeat;
background-position : 50% 62%;
margin : 0;
}
h2
{
font-size : 16pt;
font-family : 標楷體,sans-serif;
}
p
{
font-size : 10pt;
font-family : 細明體,sans-serif;
color:#000000
}
.abc{
font-size : 8pt;
color:#9900CC
}
a:link, a:visited
{
color:#000000;
text-decoration:none;
}
a:active, a:hover
{
text-decoration:underline;
font-weight:bold;
text-transform : uppercase;
cursor:url("cur_tsi.ani");
border-top : 1px solid #6699CC;
border-bottom : 1px solid #EEEEEE;
border-left : 1px solid #6699CC;
border-right : 1px solid #EEEEEE;
}
#rightcol
{
margin:10px 10px 10px 0px;
float:right;
width:470px;
height:400px;
border: 1px solid #3F4BE4;
padding:10px;
position:relative;top:-10px;left:25px;

}

#middlecol
{
margin:10px 10px 10px 10px;
width:100px;
height:400px;
border:1px solid #3F4BE4;
padding:10px;
position:relative;top:0px;left:5px;
}

#a1
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
#a2
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
#b1
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
#b2
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
#c1
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
#c2
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
#d1
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
#d2
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
#e1
{
border: 1px double #6699cc;
position : relative;
text-align:center;
margin-top:10px;
}
#e2
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
#f1
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
#f2
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
#g1
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
#g2
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
#h1
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
#h2
{
border: 1px double #6699cc;
position : relative;
margin-top:10px;
text-align:center;
}
.glossymenu
{
position: relative;
padding: 0 0 0 34px;
margin: 0 auto 0 auto;
background: url("menub_bg.gif") repeat-x; /*tab background image path*/
height: 46px;
list-style: none;
background-color: #FFFFFF;
}

.glossymenu li
{
float:left;
}

.glossymenu li a
{
float: left;
display: block;
color:#000;
text-decoration: none;
font-family: sans-serif;
font-size: 13px;
font-weight: bold;
padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
height: 46px;
line-height: 46px;
text-align: center;
cursor: pointer;
}

.glossymenu li a b
{
float: left;
display: block;
padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover
{
color: #fff;
background: url("menub_hover_left.gif") no-repeat; /*left tab image path*/
background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b
{
color: #fff;
background: url("menub_hover_right.gif") no-repeat right top; /*right tab image path*/
}