/******************************************************************************/
/* GLOBAL DEFINITIONS *********************************************************/
/******************************************************************************/
body, table, tr, td, p, input, textarea, div {
                   font-family:Verdana, Helvetica, Arial, sans-serif;
                   font-size:11px;
                   }

h1                 {font-size:120%; font-weight:bold; color:#00144E;}
h2                 {font-size:100%; font-weight:bold; color:#00144E;}

a:link             {font-size:11px; color:#00144E; text-decoration:underline;}
a:visited          {font-size:11px; color:#00144E; text-decoration:underline;}
a:active           {font-size:11px; color:#1B7867; text-decoration:underline;}
a:hover            {font-size:11px; color:#1B7867; text-decoration:underline;}

.blue              {color:#00194B;}

/******************************************************************************/
/* NAVIGATION *****************************************************************/
/******************************************************************************/

/* Top navigation *************************************************************/
a.topnav:link      {text-decoration:none; font-weight:bold; font-size:10px;}
a.topnav:visited   {text-decoration:none; font-weight:bold; font-size:10px;}
a.topnav:active    {text-decoration:none; font-weight:bold; font-size:10px;}
a.topnav:hover     {text-decoration:none; font-weight:bold; font-size:10px;}

/* Main navigation ************************************************************/
table.nav          {background:#A9C8E4; color:#001A4B;}

/* Layer 1 */
.navly1            {background:#A9C8E4; color:#001A4B;}
.navly1On          {background:#00144E; color:#ffffff;}

a.navly1:link      {font-weight:bold; text-decoration:none;}
a.navly1:visited   {font-weight:bold; text-decoration:none;}
a.navly1:active    {font-weight:bold; text-decoration:none;}
a.navly1:hover     {font-weight:bold; text-decoration:none;}

a.navly1On:link    {font-weight:bold; text-decoration:none; background:#00144E; color:#ffffff;}
a.navly1On:visited {font-weight:bold; text-decoration:none; background:#00144E; color:#ffffff;}
a.navly1On:active  {font-weight:bold; text-decoration:none; background:#00144E; color:#ffffff;}
a.navly1On:hover   {font-weight:bold; text-decoration:none; background:#00144E; color:#ffffff;}

.smply1            {background:#ffffff; color:#00144E;}
a.smply1:link      {font-weight:bold; text-decoration:none;}
a.smply1:visited   {font-weight:bold; text-decoration:none;}
a.smply1:active    {font-weight:bold; text-decoration:none;}
a.smply1:hover     {font-weight:bold; text-decoration:none;}

/* Layer 2 */
.navly2            {background:#87A5C5; color:#001A4B;}
.navly2On          {background:#516D94; color:#ffffff;}

a.navly2:link      {text-decoration:none;}
a.navly2:visited   {text-decoration:none;}
a.navly2:active    {text-decoration:none;}
a.navly2:hover     {text-decoration:none;}

a.navly2On:link    {text-decoration:none; background:#516D94; color:#ffffff;}
a.navly2On:visited {text-decoration:none; background:#516D94; color:#ffffff;}
a.navly2On:active  {text-decoration:none; background:#516D94; color:#ffffff;}
a.navly2On:hover   {text-decoration:none; background:#516D94; color:#ffffff;}

.smply2            {background:#ffffff; color:#00144E;}
a.smply2:link      {text-decoration:none;}
a.smply2:visited   {text-decoration:none;}
a.smply2:active    {text-decoration:none;}
a.smply2:hover     {text-decoration:none;}

/******************************************************************************/
/* FORMS **********************************************************************/
/******************************************************************************/
input.contact, textarea.contact
                   {
                   width:300px;
                   margin-bottom:5px;
                   }
input.button       {
                   width:100px;
                   height:20px;
                   background:#e6e6e6;
                   font-weight:bold;
                   color:#000000;
                   font-size:10px;
                   }
input.search       {       
                   cursor:hand; color:#ffffff; font-weight:bold;
                   }

