@charset "utf-8";
#container {
    width: 960px;
    background-color: #F7FCFC;
    border-width: thin;
    border-style: solid;
    color: #600009;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

body {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 1.5em;
    color: #600009;
    background-color: #9DCCCC;
    padding-top: 8px;
}
h1 {
    font-size: 2.1em;
    font-weight: bold;
    background-size: 300px 100px;
    color: #df002a;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    -webkit-box-shadow: 0 0 0px;
    box-shadow: 0 0 0px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
h2 {
    font-size: 1.5em;
    color: #F0EEF7;
    background-position: 0% 0%;
    background-color: #190061;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
		
}
ul  {
	margin-top: 0px;
	
}
section {
    height: auto;
}

header {
    border-bottom: thin solid #600009;
}
aside {
    width: auto;
    float: right;
    border: thin solid #190061;
    top: 0em;
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #9DCCCC;
    clear: right;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
}
p {
    margin-top: 10px;
}
footer {
    font-size: 0.7em;
    text-align: center;
    margin-top: 15px;
}
.learner {
    color: #d01e00;
    font-size: 17px;
    margin-top: 15px;
}
h3 {
    font-weight: bold;
}

a:link{color:#09189e;}
a:hover{ color:#df002a}
