body	{
    background-color: #ffffff;
    color: #000000;
    text-align: justify;
    font-family: Verdana;
    font-size: 11px;
    margin: 0 auto;
}

#page	{
    margin-right:auto;
    margin-left:auto;
    margin-top:10px;
    padding:0px;
    text-align:left;
    width: 1300px;
}

#header	{
    padding: 10px;
    text-align: left;
}

#links-left {
    float:left;
    background:#ffffff;
    text-align: left;
    margin: 10px;
    width: 150px;
    height: auto;
}

#middle{
    float: left;
    width: 750px;
}

#appl-right {
    float:left;
    background:#ffffff;
    text-align: right;
    margin: 10px;
    width: 300px;
    height: auto;
}

#content {
    padding:10px;
    background:#ffffff;
}

div.menu_group {
    background: #3f3f3e;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
    width: 122px;
    margin-left: 22px;
}

div.menu_item {
    background: white;
    color: #3f3f3e;
    font-size: 12px;
    border-bottom: 1px solid #3f3f3e;
}

A.menu:link, A.menu:visited {
    text-decoration: none;
    color: black;
    background: white;
    display: block;
    padding: 3px;
}

A.menu:hover {
    text-decoration: none;
    color: #60bb47;
    background: #3f3f3e;
}

div.page_content, div.blogpost{
    text-align: justify;
    font-family: Verdana;
    font-size: 12px;
}

div.blogpost {
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #c0c0c0;
}

div.blog_author {
    background-color: #c0c0c0;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    padding: 1px;
    padding-right: 10px;
    margin-bottom: 15px;
}

A:link,A:visited	{
    color: blue;
    text-decoration: underline;
}
A:hover			{
    color: red;
    text-decoration: underline;
}

#bottom {
    padding: 10px;
    background: #ffffff;
    clear: both;
    text-align: center;
}