/** Default base stylesheet **/
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    background: #E0FDFF url(../images/bg.gif) repeat-x; /*document background image*/
    font-size: 100.01%;
    font-family: Arial, Helvetica, sans-serif;
    color: #5D6081;
    position: relative;
    height: 100%;
    background-attachment: fixed;
}
body, body img, #header .header_bg_left, #header .header_bg_right {
    border: none;
    margin: 0;
    padding: 0;
    behavior: url(../medicapool/images/iepngfix.htc);/* fixing PNG images in IE */
}
.png {background-image: none !important}

a {
    color: #0092C8;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
a:hover {
    color: #70C600;
    text-decoration: underline;
}

.space30 {
    height: 30px;
    width: 100%;
}
.clear {
    clear: both;
    font-size: 0px;
    margin: 0;
    padding: 0;
}
