﻿.SectionWrapper
{
	
}
.SectionHeadSpacer
{
	height: 20px;
}
.SectionHeading
{
    border-width: thin;
    font-family: "Book Antiqua";
    font-size: xx-large;
    color: #333333;
    border-top-style: solid;
    border-bottom-style: solid;
    background-color: #DFDFDF;
}
.SectionContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.SectionFooter
{
	height: 35px;
}
.ItemWrapper
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.ItemHeading
{
	font-size: medium;
	font-weight: bold;
	padding-bottom: 8px;
}
.ItemSubHeading
{
    font-size: small;
    font-weight: bold;
    padding-bottom: 5px;
    font-family: Tahoma;
    color: #333333;
}
.ItemLink
{
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.ItemContent
{
        
}
.LeftImage
{
	float: left;
	padding-right: 10px; 
	padding-bottom: 10px;
	width: 200px;
}
.ItemBiLine
{
	font-weight: bold;
}
.ItemFooter
{

}
.ItemFootSpacer
{
	height: 20px;
}
.SmallText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}


.WelcomeSection
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border: thin solid #0066FF;
	background-image: url( '../images/WelcomeBackground.png' );
}
        .WelcomeHeading
    {
            font-size: 24px;
            font-weight: bold;
            font-family: Verdana;
            text-align: center;
        }
        .WelcomeSubline
    {
            font-size: 12px;
            text-align: center;
            padding: 5px 10px 10px 10px;
            height: 15px;
        }
        .WelcomeDescription
    {
            padding: 5px 15px 5px 5px;
            font-size: 12px;
        }
        .WelcomeStatsSection
        {
    border-style: solid;
    border-width: 1px;
    padding: 0px;
}
.WelcomeStatsHeading
    {
    padding: 5px;
    background-color: #99CCFF;
    color: #000080;
    font-weight: bold;
    font-size: 13px;
    height: 17px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}
        .WelcomeStatsNumber
    {
            font-weight: bold;
            color: #CC0000;
        }
    .WelcomeStatsDescription
    {
    }
    .WelcomeLinksText
    {
    font-weight: normal;
    font-size: 12px;
    height: 25px;
}



        .HomeSection
    {
            border: thin solid #808080;
            font-family: Calibri;
            font-size: small;
            padding: 0px;
            background-color: #FFFFDD;
        }
        .HomeSectionHead
    {
            font-family: Verdana;
            font-size: 18px;
            font-weight: bolder;
            text-align: center;
            color: #FFFFCC;
            background-color: #6699FF;
            border: 1px solid #333333;
            height: 25px;
        }
        .HomeSectionBody
    {
            padding-right: 10px;
            padding-left: 10px;
        }
        .HomeSectionItem
    {
            padding: 10px 0px 10px 0px;
        }
        .HomeSectionItemTitle
    {
            font-weight: bold;
            color: #000099;
            padding-top: 3px;
            padding-bottom: 3px;
            font-family: Arial, Helvetica, sans-serif;
        }
        .HomeSectionItemInfo
        {
            padding-top: 3px;
            padding-bottom: 3px;
        }
    .HomeSectionItemLink
    {
    }
        .HomeSectionItemText
    {
            padding-top: 3px;
            padding-bottom: 3px;
        }