#doc3 {
    margin:auto;
    min-width:600px;/* optional but recommended */
}
#bd {margin-left:10px;}
.yui-t2 .yui-b {
    float:left;
    width:18.4615em;
}
.yui-t2 #yui-main .yui-b {
    margin-left:19.8461em;
}
#doc3 {
font-size: 100%;
font-family: verdana, arial, sans-serif;
background-color: #fff;
}
#hd #logo {
    float:left;
    vertical-align:middle;
}
#hd-last {
    float:right;
    vertical-align:middle;
}
#service {
    font-size:200%;
    font-weight:normal;
    float:left;
    margin: 10px 0px 0px 10px;
    color: #c2e0ff;
}
#hd {
    clear:both;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #669acc;
}
.button a { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #c2e0ff; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
font-weight: bold;
font-size: 90%;
}

div.portlet-msg-info {
    padding: 10px 4px 6px 34px;
    background: transparent url(/lfy/ap/icons/icon-theme/22x22/status/dialog-information.png) 6px 6px no-repeat;
    border: 1px dashed navy;
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 22px;
}
#ft {
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    border-top: solid 1px #669acc; 
}    
#content-container {
    margin-right: 10px;
}
#content-container h2 {
    font-size: 220%;
    font-weight: bold;
    margin:1em 0em;
    color: #336699;
}
#content-container p {
    margin-bottom:1em;
}

.hidden {
    display:none;
}
.clear {
    clear:both;
}

.hide {
    display:none;
}
.nodisp {
    display:none;
}

/* for yui 2.5.1
#hd:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
#hd {
        zoom: 1;
}
*/