body {
    margin: 0px;
    padding: 0px;
    background-color: #E0E2E8;
    font: 72% "Myriad", Arial, "MS Trebuchet", sans-serif;
}
h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    font-family: "Myriad", Arial, "MS Trebuchet", sans-serif;
    color: #47077f;
}
#container {
    margin: 0 auto;
    width: 960px;
    text-align: left;
    background-color: white;
}
div.menu-container a:link {
    color: #000000;
    text-decoration: none;
}
div.menu-container a:visited {
    color :#000000;
    text-decoration: none;
}
div.menu-container a:hover {
    color: #47077f;
    text-decoration: underline;
}

#header {
    width: auto;
    height: 245px;
    background-image: url('/media/site/images/banners/vg25.png');
    background-position: center;
    background-size: cover;
    text-align: right;
    color: #FFFFFF;
}
#bar {
    width: 0, auto;
    height: 35px;
    background-color: #47077f;
}
#bar_container {
    width: 960px;
    text-align: left;
    color: #FFFFFF;
    margin: 0 auto;
}
#logo {
    display: block;
    position: absolute;
    top: 160px;
    z-index: 1000;
}
#main {
    padding: 20px 10px 20px 10px;
    width: 0, auto;
}
#content {
    font-size: 1.1em;
    width: 72%;
    position: relative;
    float: left;
}
#rightmenu {
    position: relative;
    float: right;
    width: 250px;
    font-size: 1.1em;
    text-align: right;
}
#footer {
    height: 10px;
    width: 0, auto;
    color: white;
    padding: 0.2em 0.7em 0.7em 0.9em;
    background-color: #47077f;
    display: block;
    clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
    height: 1%;
}
.clearfix{
    display: block;
}
/* End hide from IE-mac */
.buttons {
    margin: 0;
    padding: 0px;
    list-style-type: none;
    list-style: none;
}
.buttons li img {
    border: 0px;
}

table, .border {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}
table td, table th, .border td, .border th {
    font-size: 1em;
    border: 1px solid #47077f;
    padding:3px 7px 2px 7px;
}
table th {
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #47077f;
    color: #ffffff;
}
table tr.alt td {
    color:#000000;
    background-color:#FEE5E6;
}
