a#logo{
    display:block;
    width:52px;
    height: 53px;
    left:10px; 
    top:12px;
    position:absolute;
    background: url("enri.jpg") no-repeat;
    //background-position: left;
    text-indent: -9999px;
}
h1{
    width: 980px;
    color: #ffffff;
    background-color: #003080;
    font-weight: bolder;
    font-size: 200%;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0 auto 0 auto;
    background-repeat: no-repeat;
    background-position: left;
}

h2{
    width: 900px;
    color: #000000;
    background-color: #c0e0ff;
    font-weight: bolder;
    font-size: 150%;
    text-align: left;
    padding: 5px 5px 5px 5px;
    margin: 0 auto 0 auto;
    border-color: #ff8000;
    border-width: 3px 10px 3px 20px;
    border-style: solid solid solid solid;
}

h3{
    width: 900px;
    margin: 0 auto 0 auto;
    font-weight: bold;
    font-size: 125%;
    border-style: none none solid none;
}

h4{
    width: 900px;
    margin: 0 auto 0 auto;
    font-weight: bold;
    font-size: 110%;
    border-style: none none dotted none;
}

h5{
    width: 800px;
    margin: 0 auto 0 auto;
    font-weight: bold;
    font-size: 100%;
    padding: 10px;
}

h6{
    width: 700px;
    margin: 0 auto 0 auto;
    font-weight: normal;
    font-size: 100%;
    padding: 0px;
}

body{
    background: #E1EDFF;
    color: #000000;
}

A:link{
        color: #007f7f;
}

A:visited{
	color: #800080;
}

A:active{
	color: #ff0000;
}

dt{
    font-weight: bolder;
    font-size: 125%;
    padding: 5px;
}
dd{
    font-weight: normal;
    font-size: 110%;
}
strong{
    font-weight: bold;
    font-size: 125%;
}

#wrapper {
    width: 980px;
    background-color:#FFFFFF;
    margin: 0 auto 0 auto;
}
#headline{
    margin: 0 auto 0 auto;
    color:#ff0000;
    background-color:#ffffff;
}
#footer{
    padding: 10px;
    background-color:#003264;
    color:#ffffff;
    font-style:normal;
    line-height:1.3em;
}

