﻿body {
    
}

h1 {
    display:inline-block;
    font-family:times;
    font-size:1.1em;
    font-style:normal;
    font-weight:normal;

}

h2 {
    font-size:18px;
    font-style:normal;
    font-weight:normal;
    display:inline-block;
}

h3 {
    font-size:16px;
    font-style:normal;
    font-weight:bold;
    display:inline-block;
}

article {
    line-height:200%;
    font-size:14pt;
    font-family:'Times New Roman',serif;
}

a h1{
    font-size:1.1em;
    font-style:normal;
    font-weight:normal;
    display:inline-block;
    text-decoration:underline;
    color:#293e6b;
}

#band {
    background-image:url(../Images/headerbackground.png);
    height:110px;
    position:relative;
    z-index:50;
}
.headertext {
    color:white;
    font-size:22pt;
    line-height:110px;
    text-align:right;
}
#MenuMain ul{
    list-style-type:none;

}
#MenuMain {
    background-color:#293e6b;
    
}

#MenuMain ul li {
    float:left;  
    position:relative;
    display:block;  
}

#MenuMain ul li a {
    display: block;
    background-color: #293e6b;
    font-size: 10px;
    letter-spacing: 1px;
    color: #FFFFFF;
    height: 26px;
    text-decoration: none;
    padding: 8px 33px 0px;    
    text-transform:uppercase;  
    border-right:1px solid white;
}

#LogoKing {
    height:88px;
    width:250px;
    padding-top:3px;
}
#Wrapper {
    margin-top:-8px;
    min-height:600px;
    background-color:white;
    box-shadow:rgba(0,0,0,0.5) 0 0 30px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    padding-bottom:50px;
}

#Wrapper #MenuMain .columns {
    padding-left:0;
    padding-right:0;
}

#MenuMain ul li:last-child a {
    border-right:0;
}

#footer {
    font-size:11px;
    text-align:center;
    margin-top:10px;
}

#Content {
    padding-top:16px;
}

#Content2 {
    padding-top:16px;
}

.searchable {
    font-weight:900;
    display:block;
    line-height:22px;
    text-decoration:none;
}

.searchable a {
    border-bottom:0;
}

#InterWrapper {
    margin-left:10%;
    margin-right:10%;
}

.Indent {
    padding-left:-35px;
    text-indent:35px;
}

.Normal {
    color:white;
}

.Normal:hover{
    color:white;
}

article p {
    line-height:130%;
    margin-top:9px;
    margin-bottom:9px;
}

.courses:nth-child(odd) {
    background-color:#eeeeee;
}

#courses {
 float:left
}

#quote {
    margin-right:auto;
    margin-left:auto;
    width:75%;
}

.name {
    font-size:20pt;
    font-weight:bold;
}

#Publications article p{ 
    text-indent: -28px;
    padding-left: 28px;
}

.image {
    margin-left:auto;
    margin-right:auto;
}

article ul {
    padding-left:60px;
}

article ol {
    padding-left:60px;
}