﻿body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

header {
    background-image: url('../Images/top.png');
    background-repeat: no-repeat;
    color: #000;
    padding: 20px;
    text-align: center;
}

H1 {
    color:#4490B4;
}

.SiteTitle {
    color:#4B5F69;
    font-weight: bold;
}

H3 {
    color:#4490B4; 
   }

aside ul {
    list-style: outside none none;
    padding-left: 20px;
}

aside {
    padding-top: 40px;
}

article {
    padding: 20px;
}

#social {
    padding: 20px 0 20px 0;
}

aside li.right {
    padding-bottom: 10px;
    }

.a123 {
    text-align: center;
}

 footer {
    background-color: #333;
    color: #ddd;
    padding: 20px;
    text-align: center;
}

footer a, a:hover {
   color: #ddd;
}

table, table#Table5, table#Table2, table#Table6, table#Table7, table#Table3, table#Table4 {
            background: none repeat scroll 0 0;
            border: 1px, solid #5277b9;
            color: #000;
            width: 100%;
            min-width: 100px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            margin-top: 10px;
            margin-bottom: 10px;
}

TD {
            border: 1px solid #000;
            padding: 0.5em;
            }

.Main {
    line-height:130%; 
    margin-left:6px;
}

.MainB {
    font-weight:bold; 
    line-height:130%; 
    margin-left:6px;
}

  img.content {
     margin-bottom: 10px;
     margin-top: 10px;
      }