body {
    font-family:Verdana,Arial,sans-serif;
    font-size:1.0em;
    background-color:#FFF;
    margin:0;
    padding:0;
}

h1, h2, h3, h4, h5, h6 {
    font-family:Georgia,'Bitstream Charter','Bitstream Vera',serif;
    color:#4d4d4d;
}

a {
    color:#4d4d4d;
    text-decoration:none;
    border-bottom:dotted 1px #4d4d4d;
}

a:hover {
    color:#063;
    border-bottom:dotted 1px #063;
}

h1 {
    font-size:1.5em;
    width:90%;
    border-bottom:solid 4px #4d4d4d;
}

h2 {
    font-size:1.4em;
}

h3 {
    font-size:1.4em;
    font-style:italic;
}

h4 {
    font-size:1.3em;
}

h5 {
    font-size:1.3em;
    font-style:italic;
}

em {
    font-style:italic;
}

strong {
    font-weight:bold;
}

#header {
    height:140px;
    background:#fff;
    margin:0;
}

#header img {
    margin:10px;
}

#menu {
    font-size:1.1em;
    padding:0;
    padding-left:0;
    margin:0;
    margin-left:0;
    background-color:#4d4d4d;
    color:#fff;
    float:left;
    width:100%;
    font-family:Arial,Helvetica,sans-serif;
}

#menu li {
    display:inline;
}

#menu li a {
    padding:0.2em 1em;
    background-color:#4d4d4d;
    color:#fff;
    text-decoration:none;
    float:left;
    border:0;
    border-right:1px solid #fff;
}

#menu li a:hover {
    background-color:#c0c;
    color:#fff;
    border:0;
    border-right:1px solid #fff;
}

#menu li a.active {
    background-color:#c0c;
    color:#000;
}

#menushadow {
    clear:left;
    margin:0;
    padding:0;
    height:20px;
    background:url(../images/shadow2.png) repeat-x;
}

#content {
    padding:0em 2em 0em;
    background:#fff;
}

#footer {
    text-align:center;
    font-size:0.7em;
    padding-top:3em;
    padding-bottom:3em;
}

.notice {
    background:#feffac;
    width:70%;
    border:1px dashed #820607;
    padding:0.5em 1.3em;
    margin:auto;
    font-size:0.8em;
}

.notice h2 {
    margin-top:0.2em;
    margin-bottom:0.4em;
}

.entry {
    width:80%;
    margin-left:3em;
    margin-top:0.0em;
    padding:1em;
    font-size:0.9em;
}

.entry h2 a {
    font-size:1.0em;
    text-decoration:none;
    color:#4d4d4d;
}

.entry h2 a:hover {
    color:#063;
}

.entry h3 {
    clear:both;
    font-size:0.9em;
    color:#444;
    font-style:italic;
    margin-left:1em;
    font-weight:normal;
}

.entry div.posted {
    color:#444;
    font-size:0.8em;
    font-style:italic;
    color:#c0c;
    margin-top:0.8em;
}

.entry div.content {
    padding-left:1em;
    text-align:justify;
}

.entry div.content h1 {
    font-size:1.4em;
}


.entry a.readmore {
    margin-bottom:0.5em;
    margin-left:1.5em;
    text-decoration:none;
    color:#4d4d4d;
    font-size:0.8em;
}

.entry a.readmore:hover {
    color:#063;
}

.innercontent {
    margin-left:3em;
}
