.wsft_frame{
		background: #0055BB;
}

.wsft_frame_pad{
		padding-left: 5px;
}

.wsft_middle{
		background-color: #FFFFFF;
		border: 2px solid #0055BB;
		font-size:12;
		padding-left:5px;
		padding-top:0px;
		padding-bottom:5px;
		padding-right:5px;
		margin: 0 0 0 0;
}

.wsft_middle_title{
		background: #C0C0C0;
		font-size:12;
		font-weight:bold;
}
/*New Css Start*/
body
{
    margin: 0px;
    padding: 0px;
    background-image: url(/templates/standard/images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #1a2100;
}
.menu-top
{
    background-image: url(/templates/standard/images/nav-top.jpg);
    background-repeat: no-repeat;
    width: 202px;
    height: 35px;
}
.menu-bg
{
    background-image: url(/templates/standard/images/nav-bg.jpg);
    background-repeat: repeat-y;
    width: 202px;
}
.menu-bg-bot
{
    background-image: url(/templates/standard/images/nav-bg-bot.jpg);
    background-repeat: no-repeat;
    width: 202px;
    height: 8px;
}
#menu
{
    width: 176px;
    text-align: center;
    margin-left: 11px;
}
#menu ul
{
    margin: 0px;
    padding: 0px;
}
#menu ul li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#menu ul li a
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    background-image: url(/templates/standard/images/menu-btn.jpg);
    background-repeat: no-repeat;
    display: block;
    width: 176px;
    height: 35px;
    text-decoration: none;
    line-height: 34px;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 5px;
}
#menu ul li a:hover
{
    background-image: url(/templates/standard/images/menu-btn-hover.jpg);
    background-repeat: no-repeat;
}
.box-top
{
    background-image: url(/templates/standard/images/box-top.jpg);
    background-repeat: no-repeat;
    width: 202px;
    height: 13px;
}
.box-middle
{
    background-image: url(/templates/standard/images/box-repeat.jpg);
    background-repeat: repeat-y;
    width: 202px;
}
.box-bot
{
    background-image: url(/templates/standard/images/box-bot.jpg);
    background-repeat: no-repeat;
    width: 202px;
    height: 9px;
}
.bot-menu
{
    color: #ffffff;
}
.bot-menu a
{
    color: #ffffff !important;
}
.bot-menu a:hover
{
    color: #ff0000 !important;
}
/*New Css Over*/