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