html, body { 
    margin: 0px; 
    background-color: #c0c0c0; 
    background-image: url(../../images/common/bg_shadow.jpg); 
    background-repeat: repeat-y;
    background-position: center;
    font-family: Arial, Verdana, Helvetica, sans-serif; 
}
p  { font-size: 13px; line-height: 15px; color: #949597; padding: 0px; margin: 0 0 10px 0; font-weight: bold;}
td  { font-size: 13px; line-height: 15px; color: #949597; padding: 0px; margin: 0px; font-weight: bold; }
/* p, td  { font-size: 12px; line-height: 14px; color: #666666; padding: 0px 0px 5px; margin: 0px; } */
h1 { font-size: 33px; font-weight: 900; font-family: "Arial Black", Arial, sans-serif; color: #949597; padding: 0px; margin: 19px 0 28px 0; text-transform: uppercase; }
h2 { font-size: 18px; font-weight: 900; font-family: "Arial Black", Arial, sans-serif; color: #0093d0; padding: 0px; margin: 0 0 14px 0; line-height: 20px; text-transform: uppercase;}
h3 { font-size: 18px; font-weight: 900; font-family: "Arial Black", Arial, sans-serif; color: #949597; padding: 0px; margin: 0 0 14px 0; line-height: 20px; text-transform: uppercase;}

a { text-decoration: none; }
a:link, a:visited { color: #0093d0; text-decoration: none; }
a:hover, a:active { color: #0093d0; text-decoration: underline; }

img {border: 0px; -ms-interpolation-mode: bicubic;}


form {
    padding: 0px; margin: 0px;
}

.read-more {
    font-size: 12px;
}
.mb {font-size: 12px; color: #0093d0;}

#container {
    width: 970px; margin: 0 auto; padding: 0px; border: 0px; background-color: #FFFFFF;
    height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 99.8%; /* real browsers */
}

    #header {
	    height: 125px;
        width: 100%;
    }

    #content {
        width: 100%;
    }
        #content .col-1,#content .col-2,#content .col-3,#content .col-4,#content .col-5,#content .col-6 {
            text-align: left;
            vertical-align: top;
        }

        #content .col-1 {
            width: 21px;
        }

        /* left panel */
        #content .col-2 {
            width: 153px;
        }
            #content .col-2 #panel-left {
                width: 100%;
            }

        #content .col-3 {
            width: 21px;
        }

        /* middle content */
        #content .col-4 {
            width: 569px;
        }
            #content .col-4 .content {
                width: 569px; min-height: 650px; height: 650px;
            }

        #content .col-5 {
            width: 17px;
        }

        /* right panel */
        #content .col-6 {
            width: 189px;
            background-color: #bcbdc0; background-image: url(../../images/common/panel_right_bg.jpg); background-position: center bottom; background-repeat: no-repeat;
        }
            #content .col-6 #panel-right {
                width: 100%; padding: 0px; margin: 0px; border: 0px; border-collapse: collapse;
            }
            #content .col-6 #panel-right td.search {
                height: 31px; padding: 0px; background-image: url(../../images/common/search_bg.jpg); background-repeat: no-repeat; vertical-align: top; background-position: bottom;
            }
            #content .col-6 #panel-right input#searchValues {
                border: 0px; display: inline; width: 114px; position: absolute; height: 18px; margin: 5px 0 0 20px; line-height: 18px; padding: 0px 5px 0 5px;
            }
            #content .col-6 #panel-right input#magnifier {
                display: inline; position: absolute; border: 0px; margin: 0 0 0 150px; padding: 0px;
            }
            #content .col-6 #panel-right input#btnSearch {
                height: 30px; cursor: pointer; color: #FFFFFF; font-weight: bold; font-size: 13px; background: transparent; border: 0px;
            }

    #content-alert input[type=text] {
        border: solid 1px #ccc;
    }


    #education {
    }
    #education td {
        padding: 10px 0 10px 0;
    }


    #bar-print a { text-decoration: none; }
    #bar-print a:link, #bar-print a:visited { color: #949597; text-decoration: none; }
    #bar-print a:hover, #bar-print a:active { color: #949597; text-decoration: underline; }

    #bar-paging a { text-decoration: none; }
    #bar-paging a:link, #bar-paging a:visited { color: #949597; text-decoration: none; }
    #bar-paging a:hover, #bar-paging a:active { color: #949597; text-decoration: underline; }


    #footer {
        height: 50px;
	    position: absolute;
	    width: 100%;
	    bottom: 0; /* stick to bottom */
	    border-top: 2px double gray;
    }

.opacity50 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* ie 8 */
    filter: alpha(opacity=50);    /* ie 5-7 */  
    -moz-opacity: 0.5;    /* old mozilla browser like netscape  */  
    -khtml-opacity: 0.5;    /* for really really old safari */     
    opacity: 0.5;    /* css standard, currently it works in most modern browsers like firefox,  */  
}
