html,body {
    height:100%;
    width:100%;
    padding:0px;
    margin:0px;
}
a img {
    border:0px;
}
body {
    background: #ffffff url(/img/page_background.png) repeat-x top;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#maincenter {
    width:1024px;
    margin:0px auto;
    min-height:836px;
    border:1px solid transparent;
}
#mainfooter {
    width:100%;
    height:45px;
    padding:33px 0 5px 0;
    background: #ffffff url(/img/footer_background.png) repeat-x top;
    font-size:12px;
    color:#999999;
    text-align:center;
    clear:both;
}
#sidebar {
    width:287px;
    overflow:visible;
    background: #ffffff url(/img/lcol_background.png) repeat-x top;
    background: #ffffff url(/img/resizednewhp_img.jpg) repeat-x top;
    position:absolute;
    top:2px;
    padding:0px 0 0 0;
    text-align:center;
}

#content {
    margin: 44px 6px 0 287px;
    background: #ffffff url(/img/rcol_background.png) no-repeat top right;
    min-height:344px;
    padding:252px 90px 85px 90px;
    width: 551px;
    font-size:12px;
    line-height:150%;
    color: #0c1e4f;
	margin-top: 43px;
}
#menu {
    margin: 0 0 0 287px;
    position:absolute;
    top:0px;
    padding: 13px 100px 0px 0;
    height: 30px;
    width: 622px;
    text-align:right;
    font-size:14px;
    color:#0c1e4f;    
}
#menu a,#menu a:visited,#menu a:after {
    color:#0c1e4f;
    text-decoration:none;
    margin:0px 15px;
}
#menu a:hover {
    text-decoration:underline;    
}
.home #maincenter {
    min-height:0;
    height:auto;
}
.home .hide {
    display:none;
}
.home #sidebar {
    background: #ffffff url(/img/lcol_background-home.png) repeat-x top;
    background: #FFFFFF url(/img/newhp_img.jpg) repeat-x top;
    width:366px;
    height:408px;
    top:0px;    
}
.home .sidebarlinks {
    margin:40px 0 0 0;
}
.home #content {
    background: #ffffff url(/img/rcol_background-home.png) no-repeat top right;
    width: 472px;
    height:408px;
    padding:0px 90px;
    margin-top: 43px;
}

h1 {
    padding:0px;
    margin:0px;
    padding:22px 0px;/**/
    font-size:24px;
}
h3 {
    margin:0px;
    padding:12px 0px;
    font-size:14px;
}
.clr {
    clear:both;
}
.txtc {
    text-align:center !important;
}
.center {
    margin-left:auto !important;
}
