﻿body
{
    height: 100%;
	font-size: 10pt;
	font-family: Arial;
	background-color: #6b2b79;
    color: #6b2b79;
}

h1
{
    font-size: 22pt;
    background-color: #9C161A;
    color: White;
    padding: 10px 10px 10px 10px;
    margin-top: 0;
}
           
h2
{
    font-size: 16pt;
    background-color: #9C161A;
    color: White;
    padding: 10px 10px 10px 10px;
    margin-top: 0;
}
           
h3
{
    font-size: 12pt;
    background-color: #9C161A;
    color: White;
    padding: 10px 10px 10px 10px;
    margin-top: 0;
}
           
h4
{
    font-size: 10pt;
}
           
h5
{
    font-size: 8pt;
}
           
h6
{
    font-size:  6pt;
}

a
{
    text-decoration: none;
    font-weight: bold;
    color: #6b2b79;
}

hr
{
    border: 1px solid #6b2b79;
}

.topLinks
{
    text-align: center;
    color: White;
}

.topLinks a
{
    color: White;
}

.mainLayout
{
    width: 1000px;
}

.mainNavBar
{
	width: 1000px;
	height: 120px;
    background-image: url(Images/banner.gif);
    background-repeat: no-repeat;
    border-collapse: collapse;
}

.mainNavBar td
{
    width: 200px;
    vertical-align: middle;
}

.mainNavBar a
{
    color: White;
}

.homeButton
{
    display: block;
    width: 110px;
    height: 110px;
    background-image: url(Images/homeButton.gif);
    background-repeat: no-repeat;
    margin-left: 44px;
}

.navButton
{
    display: table-cell;
    width: 90px;
    height: 90px;
    color: White;
	text-decoration: none;
    vertical-align: middle;
    text-align: center;
}

.panel
{
    background-color: #efadff;
    border: 5px solid #6b2b79;
    text-align: left;
    padding: 10px 10px 10px 10px;
}

.button
{
    border: 0;
	background-color: #6b2b79;
    color: White;
}

.colorHeader
{
    color: White;
    background-color: #9C161A;
    font-weight: bold;
    width: 101px;
}

.mediaBrowser
{
    width: 300px;
    border-collapse: collapse;
    
}

.mediaBrowserTitle
{
    width: 265px;
}

.mediaBrowserButton
{
    width: 35px;
    height: 35px;
}

.mediaBrowserButton a
{
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(Images/playButton.gif);
    background-repeat: no-repeat;
}

/* AdBrite Style */
.adHeadline
{
    font: bold 10pt Arial;
    text-decoration: underline;
    color: #efadff;
}

.adText
{
    font: normal 10pt Arial;
    text-decoration: none;
    color: #efadff;
}