body {
    font-family: Verdana;
    font-size: 13px;
    line-height: 20px;
    color: #000;
}
p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
}
pre { /* blockquote */
    margin-bottom: 1em;
    border: 1px solid #666;
    border-left: 5px solid #666;
    padding: 1em;
    background-color: #eee;
    font-family: monospace;
    font-size: 1em;
}
h1 {
    margin-bottom: 1em;
    border-bottom: 1px solid #666;
    padding-bottom: 0.3em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #666;
}
h2 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #666;
}
h3 {
    margin-bottom: 0.3em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h4 {
    margin-bottom: 0.2em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h5 {
    margin-bottom: 0.1em;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    color: #666;
}
h6 {
    margin-bottom: 0.1em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    color: #666;
}
a,
a:link,
a:active {
    color: #00b3cc;
    text-decoration: underline;
}
a:visited {
}
a:hover {
    text-decoration: underline;
}
img {
    border: none;
}
hr {
    display: none;
}
div.hr {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 4px;
    background-color: #ddd;
    line-height: 4px;
}
.stretch,
.clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { /* make method ie7 compatible */
    #display: inline-block;
}
* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    display: block; /* restore block display for ie6 */
    /* End hide from IE-mac */
}
.hide {
    display: none;
}
div#wrapper-outer {
    margin: 10px auto 0;
    width: 890px;
}
div#header {
    position: relative;
    width: 890px;
    margin: 0;
    padding: 0;
    padding-top: 25px;
}
    div#header div#nav {
        position: relative;
        font-size: 1.1em;
        font-weight: bold;
        text-align: right;
        margin-bottom: 30px;
    }
    div#header div#nav a {
        color: #808080;
        margin-left: 0.9em;
        text-decoration: none;
    }
    div#header div#nav a:hover {    
        text-decoration: none;
        color: #000;        
    }
    div#header div#nav a.current {
        color: #000;
    }
    div#header div#nav div#logo {    
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: left;
    }
    div#header div#nav div#logo a {        
        margin: 0;
        padding: 0;
    }
    div#header div#banner {
        margin-bottom: 10px;
    }
div#lineTop {
    height: 22px;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
}    
div#lineBottom {
    height: 55px;
    margin-top: 30px;
    margin-bottom: 30px;
}
div#welcome p.text1 {
    float: left;
    width: 480px;
}
div#welcome p.text2 {
    float: right;
    width: 230px;
}
div.newsItem {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
}
div.newsItem span.date {
    font-weight: bold;
    color: #00b3cc;
}
div.newsItem img {
    position: absolute;
    top: 0;
    left: 0;
}
div.profilItem {
    position: relative;
    padding-left: 145px;
    margin-bottom: 30px;
}
div.profilItem img {
    position: absolute;
    top: 0;
    left: 0;
}
div.profilText span.change1 {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #000;
}
div.profilText span.change2 {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #00b3cc;
}
