@charset "utf-8";
/* CSS Document */
*{ padding:0px; margin:0px;}
img{ border:none}
body{ background:#778089; font-family:Tahoma, Geneva, sans-serif}
#wrapper{ background:url(../images/bg.jpg) repeat-y center; width:754px; margin:0px auto; height:600px; padding:0px 26px; overflow:hidden; height:100%;}
.menu{ background:url(../images/blackbg.jpg) repeat-x; padding:15px 0px 0px 0px; color:#fff; font-weight:bold; font-family:Tahoma, Geneva, sans-serif; font-size:11px;}
.menu a{ color:#fff; text-decoration:none}
.menu a:hover{ text-decoration:underline;}
.login{ background:#3893da url(../images/bluebg.jpg) repeat-x left bottom; height:150px;}
.heading{ background:url(../images/headingbg.jpg) repeat-x; height:36px; line-height:36px; font-weight:bold; font-size:11px; padding-left:15px;}
.heading img{ margin-right:15px;}
.content{
	min-height:200px;
}
.contentbg{ background:#629c9e url(../images/greenbg.jpg) repeat-x; padding:24px; font-size:11px; color:#FFF; font-weight:bold; min-height:200px;}
.footermenu{ background:url(../images/footermenubg.jpg) repeat-x; height:36px; line-height:36px; color:#fff; text-align:center;}
.footermenu a{ color:#fff; font-size:11px; font-weight:bold; padding:0px 10px; text-decoration:none;}
.footercontent{ background:url(../images/footerbg.jpg) repeat-x; height:42px; line-height:42px; color:#fff; text-align:center; font-size:11px;}
a{ color:#0c66ad; text-decoration:underline;}
a:hover{ color:#fff; text-decoration:underline;}
.btn{ background:url(../images/loginbtn.png) no-repeat; width:149px; height:33px; border:none; cursor:pointer; text-align:left; color:#1f1f1f;}
