/* Generics */

html, body, *
{
   font-family:     "calibri";
   font-size:       16px;
}

body
{
   background:      #fff;
}

div.separator
{
   border:          1px solid #1051A1;
   outline:         1px solid #F11E24;
   margin:          0px 2px;
   width:           100% !important;
}


/* Navigation Menu */
div.nav li>a
{
   background:      #F11E24;
   color:           #1051A1;
}
div.nav li>a:hover
{
   background:      #1051A1;
   color:           #F11E24;
}
div.nav li>a.active
{
   background:      #1051A1;
   color:           #F11E24;
   font-weight:     bold;
}

/* Forms */
label
{
   background:      #F11E24;
   color:           #000000;
}

span.textbox
{
   background:      #F11E24;
}
span.policy
{
   background:      #F11E24;
}
.required 
{
   background:      #1051A1 !important;
   color:           #FFFFFF;
}

div.signup4
{
   background-color: #F11E24;
}

/* Form Error Frame */
div.errors
{
   background:      #CC0000;
}
div.errors p, div.errors ul li
{
   color:           #FFF;
}
div.errors a
{
   color:           #F11E24;
}

/* Article View */
div.content h1
{
   border-color:    #F11E24;
   color:           #1051A1;
}

/* Other Newsletters */
div.othertopic
{
   background-color: #F11E24;
}
