body {
    background: #b4b4b5;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica;
    font-size: 0.8em;
}

#wrapper {
    background: #e0e0e0;
    padding: 25px 15px 0 15px;
}

#container {
    width: 940px;
    background: #fff url('../img/corner-top-right.gif') no-repeat top right;
    margin: 0 auto;
    padding: 20px;    
}

#footer {
    width: 940px;
    background: #fff url('../img/corner-bottom-left.gif') no-repeat bottom left;
    margin: 0 auto;
    padding: 20px;    
}

#footer-text {
    width: 940px;
    margin: 0 auto;
    padding: 5px 20px 10px 20px;
    text-align: center;
    color: #676767;
}

#footer-text a {
    color: #676767;
}

div.fold {
    padding: 10px 0;
}

h1 {
    display: none;
}

#bar {
    float: left;
    width: 192px;
    padding: 10px;
}

#content {
    float: left;
    width: 412px; /* 292px; 312 */
    padding: 10px;
    padding-top: 20px;
    margin-left: 147px;
}

div.article {
    clear: left;
    text-align: justify;
    margin-bottom: 30px;
    border-bottom: 1px solid #0078c1;
}

div.article img {
    margin: 6px 0;
}

div.article p {
    line-height: 1.3em;
    color: #676767;
    margin-left: 2px;
}

div.article ul li {
    color: #676767;
}

a {
    color: #0078c1;
}

a:visited {
    color: #0078c1;
}

a:hover {
    color: #0078c1;
}


h2 {
    color: #0078c1;
    font-weight: normal;
    font-size: 1.6em;
    margin-bottom: 5px;
}
br {
    clear: both;
}

div.blue {
    padding-top: 10px;
    background: #0078c3 url('../img/blue-corner-top-right.gif') no-repeat top right;
    color: #fff;
}
div.blue p {
    padding: 0 10px 10px 10px;
    background: #0078c3 url('../img/blue-corner-bottom-left.gif') no-repeat bottom left;
}
div.blue h2 {
    color: #fff;
}

div.box {
    background: #cee4f2 url('../img/lightblue-corner-top-right.gif') no-repeat top right;
    color: #676767;
}

div.box p {
    background: #cee4f2 url('../img/lightblue-corner-bottom-left.gif') no-repeat bottom left;
    padding: 10px;
    padding-top: 0px;
    text-align: left;
}

div.box div, div.box form {
    padding: 10px;
    padding-top: 0;
}

div.box h2 {
    padding: 10px;
    padding-bottom: 0;
}

#twitter_update_list, #twitter_update_list li {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #676767;
}

#twitter_update_list li {
    /*background: #fff url('../img/twitter-icon.jpg') no-repeat top left;
    padding-left: 60px;
    */
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: left;
}

#twitter_update_list li a {
    display: block;
    text-align: right;
    color: #676767;
    text-decoration: none;
}

#twitter_update_list li span a {
    color: #0078c3;
    font-weight: normal;
    display: inline;
}
img {
    border: 0;
}

.hide {
    display: none;
}

form.opening label {
    float: left; 
    display: block; 
    width: 118px; 
    line-height: 22px; 
    height: 22px;
    color: #888;
    font-weight: bold;
    margin-top: 10px;
    margin-left:2px;
}

form.opening input.styled {
    border: 1px solid #aaa; 
    width: 260px; 
    height:22px; 
    font-size: 14px; 
    float: left;
    margin-top: 10px;    
}
form.opening select {
    float: left;
    margin-top: 10px;
}

form.opening textarea {
    border: 1px solid #aaa; 
    width: 260px; 
    height:176px; 
    font-size: 14px; 
    float: left;
    margin-top: 10px;  
}
    
