body {
    margin:0px 0px 0px 0px;
    background:#88A1B7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
p{
    margin:0px;
    padding:0px;
}
.clear{
    clear:both;
}
#wrapper{
    display:block;
    width:100%;
    height:100%;
}
#container{
    display:block;
    position:absolute;
    width:100%;
    height:550px;
    top:50%;
    margin-top:-265px;
    background:#88A1B7 url(../images/front_mainbg.jpg) repeat-x;
}
.bg_image{
    width:884px;
    height:540px;
    background:url(../images/bg_front.png) no-repeat;
    padding:10px 15px 0px 15px;
}
#header{
    background:url(../images/bg_front_top.jpg) repeat-x;
    height:100px;
}
.header_left{
    float:left;
}
.header_right{
    float:right;
}
.menu{
    background:url(../images/toplink_bg.jpg) repeat-x;
    width:600px;
    height:35px;
    margin-top:65px;
    margin-right:10px;
}
.left_menu{
    background:url(../images/toplink_lt.jpg) no-repeat;
    height:35px;
    float:left;
}
.right_menu{
    background:url(../images/toplink_rt.jpg) no-repeat;
    width:10px;
    height:35px;
    float:right;
}
a.toplnk:link,a.toplnk:active,a.toplnk:visited{
    color:#000;
    text-decoration:none;
    font-weight:bold;
    padding-left:7px;
    padding-right:7px;
    text-align:center;
}
a.toplnk:hover{
    color:#000066;
    text-decoration:none;
    font-weight:bold;
    padding-left:7px;
    padding-right:7px;
    text-align:center;
}
#content{
    padding-top:5px;
    padding-bottom:5px;
    height:370px;
}
.content_left{
    float:left;
    width:419px;
    height:370px;
}
.content_right{
    float:right;
    background:#E9E9E9;
    width:434px;
    height:345px;
    text-align:left;
    padding:15px 10px 10px 15px;

}
.front_heading{
    font-size:18px;
    font-weight:bold;
    color:#000066;
    padding-bottom:5px
}
.front_content{
    text-align:justify;
    line-height:1.5em;
}
.img_right{
    float:right;
    margin-left:10px;
}
a.morelnk:link,a.morelnk:active,a.morelnk:visited{
    color:#000;
    text-decoration:underline;
    font-weight:bold;
}
a.morelnk:hover{
    color:#000;
    text-decoration:underline;
    font-weight:bold;
}
.footer_bg{
    clear:both;
    background:url(../images/front_bg_bot.jpg) repeat-x;
    height:50px;
    line-height:4.5em;
    font-size:11px;
}
.footer_left{
    float:left;
    padding-left:15px;
}
.footer_right{
    float:right;
    padding-right:15px;
}
a.footer:link,a.footer:active,a.footer:visited{
    color:#000;
    font-size:11px;
    font-weight:bold;
    text-decoration:underline;
}
a.footer:hover{
    color:#000;
    font-size:11px;
    text-decoration:none;
    font-weight:bold;
}
