﻿body 
{
    background-color: #FFFFFF;
}
a
{
    color: #A7C7DF;    
}
a:hover
{
    color: #FFFFFF; 
}
.background
{
    background-color: #44465B;
    font-family: "Arial", Times, serif;
    color: #FFFFFF;
}
.leftRightJustifyPad10
{
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}
.seperator {
	background: #44465B url(images/line_1.jpg);
	background-repeat:repeat-x;
	background-position:center;
}
.subheading
{
    color: #44465B;
    font-family: "Arial", Times, serif;
    background-color: #FFFFFF;
    padding: 2px;
    text-align: center;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
}
.rounded-subheading
{
    color: #44465B;
    font-family: "Arial", Times, serif;
    padding: 2px;
    text-align: center;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
}
.subheading-box {
	background:url(images/line_1.jpg);
	background-repeat:repeat-y;
	background-position:right;
	text-align: left;
	vertical-align: top;
    padding: 5px 5px 0px 10px;
}
.newsletter-heading
{
    color: #FFFFFF;
    font-family: "Arial", Times, serif;
    background-color: #44465B;
    padding: 2px;
    text-align: left;
    font-weight: bold;
    border-bottom:solid 1px #FFFFFF;
}
.news-ticker
{
    text-align: center;
    font-size: small;
    color: #F7F7F7;
}
.news
{
    padding: 5px 5px 5px 5px;  
}
.link-bar
{
    background-color:#FFFFFF;    
}
.validatorCalloutHighlight
{
    background-color: #FFFACD;
}
.validatorCalloutText
{
    color:#000000;
}
.page-heading
{
    color: #FFFFFF;
    font-family: "Arial", Times, serif;
    background-color: #44465B;
    padding: 2px;
    text-align: left;
    font-weight: bold;
    border-bottom:solid 1px #FFFFFF;
}
.watermarked 
{
    background-color:#F0F8FF;
    border:1px solid #BEBEBE;
    color:gray;
    height:20px;
    padding:2px 0 0 2px;
}
/* TinyMCE specific rules */
body.mceContentBody {
   background: #44465B;
   color: #F7F7F7;
}

.mceContentBody a {
   color: red !important; /* FF requires a important here */
}