@charset "utf-8";
@import url("Header.css");
/* CSS Document */
*{ margin:0; padding:0; list-style:none; }
img { vertical-align:top; }
body
{
    margin:0px;
    text-align:  center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    background-color:#C0C0C0;
}

.clearfix:after
{
    content:".";
    display:block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.clearfix { display:inline-block; }
/*\*/
*html .clearfix { height:1%; }
.clearfix { display:block; }
/**/
.cFont9pt 
{
	font-size: 9pt;
}
/******************************************************************************/
#wrapper
{
    margin:0px auto;
    width:999px;
    position:relative;
    background-color:#FFFFFF;  
}

#header
{
    background-color:#FFFFFF;  
}

#container
{
    clear:both;
    margin:0px;
    width:100%; /* for WinIE6,7 */
    background-color:#FFFFFF;      
}
/******************************************************************************/
#navLeft
{
    float:left;
    margin:0px;
    width:179px;    
    background-color:#FFFFFF; 
    text-align:left; 
    font-size: 9pt;
}
#navLeft dl { margin:0px 0px 20px 0px; width:170px; line-height:150%; }
#navLeft dt { margin-left:0px; }
#navLeft dd { margin-left:20px; }
#navLeft a       { color:#000000; text-decoration:none;}
#navLeft a:hover { color:#FF0000; text-decoration:underline; }
/******************************************************************************/
#mainBody
{
    float:left;
    margin:0px 30px;
    width:610px;
    background-color:#FFFFFF; 
    text-align:left;
    font-family: Microsoft JhengHei, Verdana, Arial, Helvetica, sans-serif;
}
#unitTitle
{
    margin-top:20px;
}
#mainBody a         { color: #0000FF; text-decoration:none; }
#mainBody a:visited { color: #9933FF; text-decoration:none; }
#mainBody a:hover   { color: #FF0000; text-decoration: underline }

/******************************************************************************/
#navRight
{
    float:left;
    margin:0px;
    width:150px;
    background-color:#FFFFFF; 
    font-size:9pt;
}

#navRight a         { font-size:90%; color: #0000FF; text-decoration:none; }
#navRight a:visited { font-size:90%; color: #9933FF; text-decoration:none; }
#navRight a:hover   { font-size:90%; color: #FF0000; text-decoration: underline }

.Block01
{
    width:136px;
    margin-top:10px;
    text-align:center;
    background-color:#A40001;
}
.OneItem 
{ 
    width:114px; 
    height:20px;
    margin:0px 11px 0px 11px;
    padding-top:5px;
    padding-bottom:5px; 
    background-color:#FFFFFF; 
    text-align:left;
}
.OneItem img { float:left; }
.OneItem h1 { font-size:9pt; font-weight:normal; padding-left:10px; margin:0px;}
.OneItem h2 { font-size:9pt; font-weight:normal; padding-left:10px; padding-bottom:10px; margin:0px;}
.LastItem 
{ 
    width:114px; 
    margin:0px 11px 0px 11px;
    padding-top:5px;
    padding-bottom:5px; 
    background-color:#FFFFFF; 
    text-align:right;
}
/******************************************************************************/
#footer
{
    clear:both;
    margin:0px;
    width:100%; /* for WinIE6,7 */
    line-height:150%;
    background-color:#910000;
    text-align:right;
    font-size: 80%;
    color:#FFFFFF;
}
#footer a       { font-size:90%; color: #FFFF00; text-decoration:none; }
#footer a:hover { font-size:90%; color: #00FF00; text-decoration: underline }
/******************************************************************************/
#PageCtr
{
    clear:both;
    width:602px;
    padding-top:10px;
    margin-bottom:20px;
}

#PageCtr #pageInfo
{
    float:left;
    width:300px;
    text-align:left;
    font-size:75%;
}

#PageCtr #pageButton
{
    float:left;
    width:300px;
    text-align:right;
}
