* html #doc4 {
    height: 724px;
    font-family: verdana, sans-serif;
}

body,html {
background-color: #7F3E98;
    /*background-image: url('../images/bg.png');*/
    margin: 0px;
}
tr,td,table{
    border:0px solid #000000;
}
#doc4 {
    border-left: 1px groove #F1EDED;
    border-right: 1px solid #F1EDED;
    border-top: 3px solid #7F3E98;
    min-height: 600px;
    background-color: white;
}

#hd {
    background-image: url('../images/bg2.png');
}

#logo {

    padding: 20px 0px;
    padding-left: 0px;
}

#logo img {
    margin-left: 12px;
}

#menu {

    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 180%;
}

a, .menu_item_seperator {
    color: #7F3E98;
    text-decoration: none;
    vertical-align: middle;
}
.menu_item_seperator{
    padding-left: 5px;
    padding-right: 5px;
}

#menu a, #menu a:link {
    text-decoration: none;
    font-size: 80%;
    vertical-align: middle;
}

a:hover {
    color: #b06dca;
    text-decoration: underline;
}

#bd {
    margin: 20px 50px;
    min-height: 600px;
}

#ft {
    vertical-align: bottom;
    text-align: center;
    margin: 0px 10px;
    border-top: 1px solid gray;
}

.selected_menu_item {
    color: #C651B7;
}

h1 {
    color: #7F3E98;
}

h2, h3, h4 {
    color: #686868;
}

h2 {
    font-size: 130%;
}

.title {
    display: block;
    color: black;
}

blockquote {
    font-weight: bold;
    text-align: justify;
    border-left: 3px solid #C651B7;
    padding-left: 2px;
}

.author {
    color: gray;
    font-size: 80%;
    font-weight: normal;
    display: block;
    text-align: left;
}

p {
    font-size: 105%;
    margin: 10px 0px;
}

.strong {
    font-weight: bold;
}

.left {
    float: left;
}

.huge-quote {
    margin-left: 30px;
    display: block;
    font-size: 150%;
    margin-top: 150px;
}

.big-quote {

    display: block;
    font-size: 110%;
    margin: 50px 0px;
    margin-left: 30px;
}

.em {
    color: #7F3E98;
}

li {
    list-style-type: disc;
}

.right {
    float: right;
    text-align: right;
}

.author {
    color: gray;
    font-size: 80%;
    margin: 5px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.navigation {
    list-style: none;
    margin:0px;
}

.navigation li {
    display: inline;
    list-style: none;

}
#langmenu{
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}
body.mceContentBody {
    background: #FFF;
}
