
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#FFFFFF;
 color: #333333;
 text-align:center;
 font-family: Verdana;
 font-size: 10px;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000080;
 width:890px;
 margin:0;
 }

#hdr {
 height:80px;
 background:url(ch/pict_int/banner_bg.png);
 color: #333333;
 }

#bodyblock {
 position:relative;
 background: #FFFFFF;
 color: #333333;
 width:890px;
 padding:0;
 }

#l-col {
 float:left;
 background:#F0F8FF;
 color: #333333;
 height:680px;
 width:130px;
 padding:0;
 }

#cont {
 float:left;
 height:680px;
 width:889px;
 background:#F0F8FF;
 color: #000000;
 text-align:left;
 font-family: Verdana;
 font-size: 11px;
 padding:0;
 overflow:auto;
 }

#r-col {
 float:left;
 background:#FFFFFF;
 color:#333333;
 height:680px;
 width:130px;
 padding:0;
}

#clear {
clear:left
}

#ftr {
 height:35px;
 background:url(ch/pict_int/footer_bg.jpg);
 color: #FFFF00;
 margin:0;
 font-family: Verdana;
 font-size: 9px;
 }
 .menutitle{
font-weight:bold;
color:#FFFF00;
text-align:center;
margin:2px;
}
.menucontainer {
border:1px solid #000;
background-color:#000080;
width:106px;
margin:10px;
}
a.menu:link, a.menu:visited
{ 
 color:#000000;
 background-color:#F0F8FF;
 text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
 color:#FFFF00;
 background-color:#000080;
}
a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background:solid;
 text-align:center;
 font-weight:bold;
 color:#000000;
 text-decoration:none;
 }
form {
width: 49px;
height: 15px;
font-family: Verdana;
font-size : 20px;
font-weight : bold;
}

