@charset "utf-8";
/* CSS Document */

/* header */
.menubg { background:url(../images/menu.jpg) no-repeat; height:34px; color:#FFFFFF;}
.menubg a:link, .menubg a:active, .menubg a:visited  { padding:5px 10px; color:#FFFFFF; font-weight:bold;}
.menubg a:hover { padding:5px 10px; color:#E8E8E8;}
.content { border-left:1px solid #E8E8E8; border-right:1px solid #E8E8E8;  }
.content-inside { padding:15px; border-right:1px solid #EBEBEB;}

.contentbg { background:url(../images/bg-content.jpg) no-repeat; }
.footer { background:url(../images/footer.jpg) no-repeat; height:93px; color:#FFFFFF; font-size:11px;}
.footer a:link, .footer a:active, .footer a:visited  { color:#FFFFFF;}
.footer a:hover  { color:#ccc;}

.blue { background:#376580; color:#FFFFFF; font-weight:bold; padding-left:15px; }
.blue-border { border:1px solid #E4E4E4;}
.imagebg { background:url(../images/img-bg.jpg) no-repeat; padding:7px 7px 15px 8px;}
.borderbg { border-bottom:1px dotted #D3D3D3;}
.leftborder { border-left: 1px solid #cccccc;}
