/* CSS Document */
body {
background-image: url(../image/bg.png);
margin: 30px 0 30px 0;
color: #5688C5;
text-align: justify;
font-family: Arial;
font-size: 11px;
font-weight: normal;
}

#page {
width: 450px;
margin: 0 auto 0 auto;
padding: 0;
border: 1px solid #DDDDDD;
background-image: url(../image/content_bg.png);
}
#header {
height: 250px;
}
#content_top {
width: 450px;
height: 15px;
background: url(../image/top_bg.png) no-repeat;
}
#content {
width: 262px;
float: left;
padding-left: 19px;
padding-right: 16px;
}
#menu {
float: left;
padding-top: 18px;
padding-left: 16px;
}
  #page_bottom {
  background: url(../image/menu_bg.png) no-repeat bottom right;
  }
  #menu_bottom {
  height: 121px;
  }
#footer {
width: 450px;
Height: 150px;
margin: 0;
padding: 0;
clear: both;
background: url(../image/bottom_bg.png) no-repeat bottom left;
}
  #footer_content {
  width: 295px;
  float: left;
  padding-top: 8px;
  }
  #footer_menu {
  width: 155px;
  float: left;
  padding-top: 8px;
  text-align: center;
  font-family: Arial;
  font-size: 8px;
  font-weight: normal;
  }



.menu_button {
background: url(../image/logo.gif) no-repeat center left;
width: 100px;
display: block;
padding: 7px 0 7px 20px;
overflow: hidden;
text-align: left;
text-decoration: none;
color: #5688C5;
font-family: Verdana, Arial;
font-size: 10px;
font-weight: normal;
border-top: 1px solid #DDDDDD;
}
.menu_button:hover {
background-color: #EEEEEE;
}

.submenu_button {
background-color: #FFFFFF;
width: 100px;
display: block;
padding: 4px 0 4px 20px;
overflow: hidden;
text-align: left;
text-decoration: none;
color: #5688C5;
font-family: Verdana, Arial;
font-size: 9px;
font-weight: normal;
border-top: 1px solid #DDDDDD;
}
.submenu_button:hover {
background-color: #EEEEEE;
}

.title {
width: 258px;
margin-bottom: 12px;
padding-left: 5px;
padding-bottom: 3px;
font-family: Arial;
font-size: 12px;
font-weight: bold;
border-bottom: 1px solid #DDDDDD;
}

#content a {
color: #5688C5;
font-size: 10px;
text-decoration: none;
border-bottom: 1px dashed #5688C5;
}
#content a:Hover {
color: #424B91;
text-decoration: none;
border-bottom: 1px solid #424B91;
}

.bold {
font-weight: bold;
}

.input {
background-color: #EEEEEE;
color: #5688C5;
border: 1px dashed #DDDDDD;
font-family: Arial;
font-size: 11px;
font-weight: normal;
overflow: auto;
}
