﻿body 
{
  background-color    : rgb(0,44,118);
  color               : rgb(152,143,138);
  
  font-family         : Arial;
  font-size           : 11px;
}

h1
{
  font-family         : Arial;
  font-size           : 24px;
  color               : rgb(144,187,38);
  margin-bottom       : 10px;
  text-align          : left;
}

h2
{
  font-family         : Arial;
  font-size           : 18px;
  color               : rgb(152,143,138);
  margin-top          : 2px;
  margin-bottom       : 5px;
  text-align          : left;
}


h3
{
  font-family         : Arial;
  font-size           : 12px;
  color               : rgb(152,143,138);
  margin-bottom       : 5px;
  text-align          : left;
  font-weight         : bold;
}


.whiteBorder
{
  border              : 8px solid white;
  background-color    : White;
}

.blueBorder
{
  border              : 1px solid rgb(152,143,138);
  
}


.greenBack
{
  background-color    : rgb(144,187,38);
}

.menuBar
{
  background-color    : White;
  padding             : 2px 2px 2px 10px;
  border-bottom       : 1px solid rgb(152,143,138);
  margin-top          : 2px;
  margin-bottom       : 2px;
}

.padded1
{
  padding-top         : 1px;
  padding-bottom      : 1px;
}

a.menu:link     
{ 
  background-color    : White;
  color               : rgb(112,56,36); 
  text-decoration     : none; 
  text-transform      : uppercase;
  font-size           : 10px;
  padding-left        : 5px;
  padding-right       : 5px;
  padding-top         : 3px;
  padding-bottom      : 3px;
  font-weight         : bold;
}

a.menu:visited
{ 
  background-color    : White;
  color               : rgb(112,56,36); 
  text-decoration     : none; 
  text-transform      : uppercase;
  font-size           : 10px;
  padding-left        : 5px;
  padding-right       : 5px;
  padding-top         : 3px;
  padding-bottom      : 3px;
  font-weight         : bold;
}

a.menu:active
{ 
  background-color    : rgb(188,214,125);
  color               : rgb(112,56,36); 
  text-decoration     : none; 
  text-transform      : uppercase;
  font-size           : 10px;
  padding-left        : 5px;
  padding-right       : 5px;
  padding-top         : 3px;
  padding-bottom      : 3px;
  font-weight         : bold;
}

a.menu:hover
{ 
  background-color    : rgb(188,214,125);
  color               : White; 
  text-decoration     : none; 
  text-transform      : uppercase;
  font-size           : 10px;
  padding-left        : 5px;
  padding-right       : 5px;
  padding-top         : 3px;
  padding-bottom      : 3px;
  font-weight         : bold;
}

.MenuSelected
{
  background-color    : rgb(188,214,125);
  color               : White; 
  text-decoration     : none; 
  text-transform      : uppercase;
  font-size           : 10px;
  padding-left        : 5px;
  padding-right       : 5px;
  padding-top         : 3px;
  padding-bottom      : 3px;
  font-weight         : bold;
}

a.footer:link     { color: rgb(255,255,255); text-decoration: none; font-size : 9px; font-weight : bold;}
a.footer:visited  { color: rgb(255,255,255); text-decoration: none; font-size : 9px; font-weight : bold;}
a.footer:active   { color: rgb(255,255,255); text-decoration: none; font-size : 9px; font-weight : bold;}
a.footer:hover    { color: rgb(255,255,255); text-decoration: none; font-size : 9px; font-weight : bold;}

a:link     { color: rgb(152,143,138); text-decoration: underline;}
a:visited  { color: rgb(152,143,138); text-decoration: underline;}
a:active   { color: rgb(152,143,138); text-decoration: underline;}
a:hover    { color: rgb(152,143,138); text-decoration: underline;}

a.greenLink:link     { color: rgb(144,187,38); text-decoration: none;}
a.greenLink:visited  { color: rgb(144,187,38); text-decoration: none;}
a.greenLink:active   { color: rgb(144,187,38); text-decoration: none;}
a.greenLink:hover    { color: rgb(144,187,38); text-decoration: underline;}


.content
{
  padding-left        : 22px;
  padding-right       : 22px;
}

.footer
{
  background-color    : rgb(152,143,138);
  color               : White;
  
  padding             : 2px 10px 2px 2px;
}

input, textarea, select
{
  color               : rgb(152,143,138);
  font-family         : Arial;
  font-size           : 11px;
}

.Missing
{
  color               : rgb(250,43,38);
  font-family         : Arial;
  font-size           : 11px;
  font-style          : italic;
  font-weight         : bold;
}

.SubNav
{
  background-color    : rgb(178,191,214);
  color               : White; 
  text-decoration     : none; 
  font-size           : 10px;
  padding-left        : 10px;
  padding-right       : 5px;
  padding-top         : 3px;
  padding-bottom      : 3px;
  font-weight         : bold;
  border-bottom       : 1px solid White;
}

.SubNav-highlight 
{
  background-color    : rgb(102,128,173);
  color               : White; 
  text-decoration     : none; 
  font-size           : 10px;
  padding-left        : 10px;
  padding-right       : 5px;
  padding-top         : 3px;
  padding-bottom      : 3px;
  font-weight         : bold;
  border-bottom       : 1px solid White;
  
}

a.white:link     {background-color: Transparent; color: White; text-decoration: none; font-size: 10px; font-weight:bold;}
a.white:visited  {background-color: Transparent; color: White; text-decoration: none; font-size: 10px; font-weight:bold;}
a.white:active   {background-color: Transparent; color: White; text-decoration: none; font-size: 10px; font-weight:bold;}
a.white:hover    {background-color: Transparent; color: White; text-decoration: none; font-size: 10px; font-weight:bold;}

.justified
{
  text-align : justify;
}

.blueText
{
 color : rgb(102,128,173);
 font-size : 10px;
}

.partnerText
{
 color : rgb(102,128,173);
 
}


a.quickLink:link     {color: rgb(102,128,173); text-transform: uppercase; text-decoration: none; font-size: 10px; font-weight:bold;}
a.quickLink:visited  {color: rgb(102,128,173); text-transform: uppercase; text-decoration: none; font-size: 10px; font-weight:bold;}
a.quickLink:active   {color: rgb(102,128,173); text-transform: uppercase; text-decoration: none; font-size: 10px; font-weight:bold;}
a.quickLink:hover    {color: rgb(102,128,173); text-transform: uppercase; text-decoration: none; font-size: 10px; font-weight:bold;}

.modalBackground 
{
  background-color : black;
  filter           : alpha(opacity=70);
  opacity          : 0.70;         
}

.pnlPopup
{
  background-color  : White;
}

.paddedCopy
{
  padding-left      : 20px;
  padding-right     : 20px;
  padding-bottom    : 20px;
  text-align        : justify;
}
