﻿/* MustardSeed web site styles */

body { background-color:#F8FFF8;
}

.wholepage { width: 930px; margin: auto; border: 0; padding: 0; } 

td a { text-decoration:none; color:#9506FC; font-weight:bold}
p a { text-decoration:none; color:#9506FC; font-weight:bold}
span a { text-decoration:none; color:#9506FC; font-weight:bold}
li { vertical-align:top; }

p 
{
    font-family: Calibri;
    font-size: large;
    text-align: left;
}

.headerspacing
{
    width:20px;
}
.bottomBorder
{
    width:100%;
    height: 20px;
    background-color: #9506FC;
}
.content
{
    width: 85%;
    font-family: Calibri;
    font-size: large;
}
.contentTopMargin
{
    height:50px;
    text-align: center;
}
.contentLeftMargin
{
    width:100px;
}
.contentRightBorder
{
    background-color: #9506FC;
    height:100%;
    width:10px;
}
.contentHeading
{
    font-size:x-large;
    text-align:center;
    font-weight:bold;
    color: Black;
}

.contentTitle
{
    width:100%;
    font-size:x-large;
    font-weight:bold;
    text-align:center;
    }

.contentSubHeading
{
    /*width:85%;*/
    font-size:large;
    text-align:center;
    font-weight:bold;
}
.footerText
{
    font-family: Calibri;
    font-size: xx-small;
    font-weight: bold;
    text-align: center;
    color: White;
}
.caption
{
    font-family: Calibri;
    font-size: medium;
    font-weight:bolder;
    text-align: center;
}

.subMenu
{
	border-right: black thin solid; 
	border-top: black thin solid; 
	border-left: black thin solid; 
	border-bottom: black thin solid;
}

.contentBoxed
{
    border-style: solid;
    border-width: 3px;
    border-color:#9506FC;
    margin: 10px;
    color: White;
}

.smallFlag
{
    width: 28px; 
    height: 23px;
    border: 0;
}

.moreLink
{
    text-align: center;
    text-decoration:none;
}

.imageLink
{
    text-decoration:none;
}

.white
{
    color: White;
}

.red
{
    color: Red;
}

.green
{
    color: Green;
}

.newsTitle
{
    font-size:large;
    text-align:center;
    height: 48px;
    width: 271px;
}

.newsImg
{
    width: 260px;
    height: 146px;
    border: 0;
}

.newsBox
{
    height: 402px; 
    width: 284px; 
    overflow: visible;
}

.sponsorHeading
{
    width:200px;
    font-size:large;
    text-align:center;
    font-weight:bold;
    background-color: #9506FC; 
    color: white;
}
.sponsorImage
{
    height: 150px;
    width: 150px;
    text-align:right;
}

.thanks
{
    text-align: center; 
    font-size:medium;
}

