﻿body {
    font-family: Tahoma;
}
a 
{
    color: Black;
    text-decoration: none;
}

#masterHeader {
    height: 15px;
    width: 100%;
    background-color: LightYellow;
}
#masterTitle {
    height: 150px;
    width: 100%;
    background-color: LightBlue;
}
#masterTitle .FulbournTitle {
    width: 90%;
    padding: 20px;
    font-variant: small-caps;
    font-size: 20pt;
    font-weight: bold;
}
#masterTitle .largeTitlePanel {
    width: 90%;
    padding: 20px;
    font-size: 18pt;
}


#masterContent {
    width: 900px;
}
#mainContentLeft {
    width: 20%;
    padding: 0;
    margin: 0;
    padding-left: 1%;
    float: left;
    background-color: white;
}
#mainContentRight {
    width: 79%;
    padding: 0;
    margin: 0;
    float: right;
}
#masterFooter {
    height: 30px;
    width: 100%;
    background-color: LightYellow;
}

.largePanel {
    margin-right: 10px;
    margin-top: 10px;
    padding: 5%;
    font-size: 12pt;
}

.pictureItem {
    margin: 10px 10px 0px 0px; 
    background-repeat: no-repeat; 
    width: 300px; 
    height: 100px; 
    float: left; 
    padding-bottom: 10px; 
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: #808080;
}
.homePagePic {
    height: 100px;
    width: 100px;
    float: left;
}
.homePageHighlight {
    margin-left: 110px;
    margin-bottom: 5px;
    padding: 3px;
    padding-left: 5px;
    color: White;
    font-size: 8pt;
    font-weight: bold;
    font-variant: small-caps;
}
.homePageTitle {
    margin-left: 110px;
    margin-bottom: 5px;
    font-size: 9pt;
    font-weight: bold;
}
.homePageText {
    margin-left: 110px;
    margin-bottom: 5px;
    font-size: 9pt;
}

.plainItem {
    margin: 10px; 
    margin-left: 20px; 
    padding: 10px;
    background-repeat: no-repeat; 
    width: 200px; 
    height: 100px;
    float: right; 
    background-color: LightBlue;
}
.plainItem h1 {
    margin-bottom: 5px;
    font-size: 9pt;
    font-weight: bold;
}
.plainItem ul {
    margin-top: 0px;
    font-size: 9pt;
}
.plainText {
    margin-bottom: 5px;
    font-size: 9pt;
}
