/** Global Setting **/

body {
background: #fff;
color: #333;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-size: 62.7%;
font-weight: normal;
line-height: 18px;
margin: 0;
}

h1, h2, h3, h4 { letter-spacing: -1px; font-weight: normal; margin-top: 0; }

h1 { font-size: 2em; }
h2 { font-size: 1.8em; margin-bottom: 10px; }
h3 { font-size: 1.4em; font-weight: bold; margin-bottom:0.1em; color: #666; }
h4 { font-size: 1.2em; font-weight: bold; margin-bottom: 0; color: #333; }
p { font-size: 1.1em; margin: 0 0 1.5em; }

table.wrapper { margin: 0 auto; width: 810px; }
.left_shadow { background: url(images/left_shadow.jpg) top center repeat-y; width: 15px; }
.right_shadow { background: url(images/right_shadow.jpg) top center repeat-y; width: 15px; }

#container { overflow: hidden; width: 780px; }
#container .header { background: url(images/logo.jpg) top center no-repeat; height: 86px; }
#container .header h1 { text-indent: -9999px; float: left; }
#container .header .print { float: right; margin: 30px 15px 0 0; border-right:1px solid #ccc;;
padding-right:7px; }
#container .header select { float: right; margin: 30px 20px 0 0; }
#container .flash { margin-bottom: 20px; }

#container .section_wrap { padding: 0 20px; overflow: hidden; }
#container .left_section { width: 220px; float: left; margin-right: 40px;  }
#container .middle_section { width: 220px; float: left; margin-right: 30px; }
#container .right_section { width: 220px; float: right; }
#container .section_wrap img { margin-bottom: 10px; }

/*Main Navigation*/
#container #main_nv {
background: #B6C7D9;
height: 57px;
}

#main_nv .items {
padding: 0;
margin: 0;
float: left;
}

#main_nv .items_last {
float: left;
width: 136px;
height: 57px;
background: url(images/btn_empty.gif) repeat-x left top;
}

/*Footer*/
#container #footer, #footer { 
border-top: 1px solid #ccc;
text-align: center;
clear: both;
height:20px;
padding: 7px 0;
margin: 20px 20px; }


/***** ol & ul*****/
ol, ul { margin-top: 0; }

ol li { font-size:1.1em; }
ul li { font-size: 1.1em; }


/***** A ul *****/
ul.link {
padding: 0; 
margin: 0 0 15px; }

ul.link li {
list-style-type:none;
margin:0px 0px 3px;
padding:0;
text-decoration:none;
}

ul.link li a:link, ul.link li a:active, ul.link li a:visited {
background:transparent url(images/link_arrow.gif) no-repeat scroll left 2px;
color:#0088cc;
font-size: 1.1em;
padding-left:10px;
text-decoration:none;
}

ul.link li a:hover {
background-position: left -31px;
/*color:#666; */
text-decoration:underline;
}

/***** A p *****/
p a.icon {
background:transparent url(images/link_arrow.gif) no-repeat scroll left 1px;
color:#0088cc;
padding-left:10px;
text-decoration:none;
}

p a.icon:hover {
background-position: left -32px;
/*color:#666; */
text-decoration:underline;
}



/***** iframe font *****/
.iframe { width:780px; margin: 0 auto; }
.iframe img { float: left; margin: 15px 0; }
p.close_btn { width:300px;  float: right; text-align: right; margin-top:10px;}



/***** Highlight *****/
span.red_highlight { color: #ee0000; font-weight: bold; }

/***** Highlight *****/
span.bluetitle { color: #0088cc; font-weight: bold; }