#contentwrapper {
    float: left;
    width: 100%;
    padding: 0px;
    min-height: 600px;
}
#content {
    margin-left: 200px; /*Set left margin to sidebar Width*/
    font-size: 13px;
}

.blockwrapper {
    position: relative;
    width: 100%;
    margin: 5px auto;
    padding: 0;
    background: #ffffff;
}
.blockcontent {
    float: left;
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #ffffff;
}
.blockcontent img {
    border: 0;
}
.blockcontent a {
    text-decoration: none;
}

.block {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
}
.block a, .block a:visited, .block a:link {
    text-decoration: underline;
    color: blue;
}
.block a:hover {
    text-decoration: none;
    color: red;
}
.block a.BIGLINK, .block a.BIGLINK:visited, .block a.BIGLINK:link {
    font-size: 24px;
    font-family: 'Comic Sans MS',cursive;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    margin: 5px;
    color: blue;
    text-decoration: underline;
    line-height: 1.2em;
}
.block a.BIGLINK:hover {
    text-decoration: none;
    color: red;
}
.block h2 {
    font-size: 20px;
    font-weight: normal;
    padding: 5px 10px;
    margin: 0;
}
.block h2.success {
    background: green;
    color: white;
}
.block h2.failed {
    background: red;
    color: white;
}
.block h3 {
    font-size: 16px;
    font-family: 'Trebuchet MS','Comic Sans MS',cursive;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    background: #666666;
    color: #f3f3ff;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    padding: 5px 15px;
    margin: 0;
}
.block ul {
    margin: 0 auto;
}
.block li {
}
.block p {
}
.block p.left {
    text-align: left;
}
.block p.right {
    text-align: right;
}
.block p.center {
    text-align: center;
}
.block p.justify {
    text-align: justify;
}
.block img {
}
.block img.left {
    border: 0;
    float: left;
    text-align: left;
    margin: 4px;
}
.block img.right {
    border: 0;
    float: right;
    text-align: right;
    margin: 4px;
}
.block img.center {
    border: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.block b {
    font-size: 105%;
    font-family: 'Trebuchet MS','Times New Roman',serif;
}
.block em {
    color: red;
    font-size: 105%;
}
.block .newsdate {
    display: block;
    float: right;
    font-family: 'Trebuchet MS','Times New Roman',serif;
    font-weight: bold;
    text-align: right;
    color: #ff00ff;
    width: 150px;
    height: 30px;
}