/*##########################################################################################################
============================================================================================================
Client-Side Display Elements
------------------------------------------------------------------------------------------------------------
This is the default stylesheet for all client-side (visitor facing) elements that
appear on the website itself (i.e. checkout system).
============================================================================================================
##########################################################################################################*/


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> General
--------------------------------------------------------------------------------------------------
################################################################################################*/

body {
	background-color: #0346FF;
	}
body,td,th {
	font-family: Arial;
	font-size: 12px;
}
.page-title-top {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.page-title-bottom {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.page-name {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.bottom-menu {
	font-family:Arial;
	font-size:10px;
}

.text {
	font-family: Arial;
	font-size: 9pt;
}

.sohotext {
	font-family : Arial;
	font-size: 9pt;
}

.SMtext {
	font-family: Arial;
	font-size: 8pt;
}

.uptext {
	font-family: Arial;
	font-size: 7pt;
	color: #000000;
}
.titltesgreenbody {
	font-size : 13pt;
	color: #2D6E20;
	font-weight: bold;
}
.titltesgreenleft {
	font-size : 11pt;
	color: #2D6E20;
	font-weight: bold;
}
.style2 {font-size: 18px; font-family: Arial, Helvetica, sans-serif; color: #333333; }

/* Generic form button style. */
.FormLt1 {
	font-family : Arial;
	font-size : 8pt;
	cursor: pointer;
}
.Titles_leftcol {
	font-family : Arial;
	font-size : 13pt;
	color: #000000;
	font-weight: bold;
}
.bluetitles {
	font-size: 16px;
	color: #03009B;
	font-weight: bold;
}
.bluestitles_small {
	font-size: 14px;
	color: #03009B;
}
.body_bullets {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	
}
.body_highlights {
	font-size: 12px;
	color: #000000;
	background-color: #FFFF00;
}
.big_statement {
	font-size: 16px;
	font-weight: bold;
}
.footer {
	font-size: 10px;
	color: #000000;
}
.footerlinks {
	color: #FFFFFF;
	font-size: 10px;
}
.formtop {
	background-color: #FFFFFF;		
}
.formbottom {
	background-color: #FFFF00;		
}

.header_title {
	font-size: 18px;
	color: #000000;
}
.left_column_text {
	font-size: 11px;
	color: #FFFFFF;
}
.ats {
	font-size: 10px;
	color:#000000;
}
.left_column_titles {
	font-size: 14px;
	color: #03009B;
	font-weight: bold;
}
.newsletter {
	color: #FF0000;
}
.optformfield {
	font-size: 10px;
	color: #000066;	
	}

.page_titles_bar {	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
.titlemain {
	font-size: 14px;
	color: #565F6B;
	font-weight: bold;
}

.whitetext10 {
	font-size: 10px;
	color: #FFFFFF;	
	}
.yellowtitle {
	color: #FFFF00;
	font-size: 11px;
	font-weight: bold;
}
.yellowtitleLARGE {
	color: #FFFF00;
	font-size: 16px;
	font-weight: bold;
}


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #VMENU#
--------------------------------------------------------------------------------------------------
################################################################################################*/


/*################################################################################
>> Main Menu Links
##################################################################################

/* ====================================================================== */
/* This is the main vmenu table */
/* ---------------------------------------------------------------------- */
/* <table> */
   table.vmenu_mainz {
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
   }

 /* <tr> */  
 
  /* <td> ---- [<div><a>Main Page</a></div>] ---- </td>
  /*-----------------------------------------------------------*/
     td.vmenu_main_off {
        width: 100%;
        border: 0px;
        padding: 8px 5px 0px 10px;
        font-weight: normal;
     }
     td.vmenu_main_on {
        width: 100%;
        border: 0px;
        padding: 8px 5px 0px 10px;
        font-weight: bold;
     }
  
   /* <div> ---- [<a>Main Page</a>] ---- </div>
   /*-----------------------------------------------------------*/
      div.vmenu_main_off {
         width: 100%;
      }
      div.vmenu_main_on {
         width: 100%;
      }    
  
    /* <a> ---- [Main Page] ---- </a>
    /*-----------------------------------------------------------*/  
       a.vmenu_main_off:link { color: #000000; text-decoration: none; border-bottom: 0px solid #000000; }
       a.vmenu_main_off:visited { color: #000000; text-decoration: none; border-bottom: 0px solid #000000; }
       a.vmenu_main_off:hover { color: #00CC00; text-decoration: none; border-bottom: 0px solid #000000; }
       a.vmenu_main_off:active { color: #000000; text-decoration: none; border-bottom: 0px solid #000000; }
       
       a.vmenu_main_on:link { color: #000000; text-decoration: underline; }
       a.vmenu_main_on:visited { color: #000000; text-decoration: underline; }
       a.vmenu_main_on:hover { color: #009900; text-decoration: underline; }
       a.vmenu_main_on:active { color: #000000; text-decoration: underline; }
    
   /* </div> */
  /* </td> */
 /* </tr> */  

/*################################################################################
>> Sub Menu Links
################################################################################## 
 
 /* <tr> */
 
  /* <td> ---- [<table><tr><td><div> >> </div></td><td><div><a>Main Page</a></div></td></table>] ---- </td>
  /*-------------------------------------------------------------------------------------------------------------*/
     td.vmenu_main_sub {
        width: 100%;
        border: 0px;
        padding: 0px 0px 0px 0px;
     }
   
   /* <table> Submenu link table */
   /*-----------------------------------------------------------*/   
      table.vmenu_subz {
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 11px;
	color: #2D6E20;
      }
    
    /* <tr> */
    
     /* <td> Submenu Item Bullet */
     /*-----------------------------------------------------------*/        
        td.vmenu_sub_bull_off {
           width: 20px;
           padding: 3px 0px 0px 13px;
           font-size: 11px;
           font-weight: bold;
           color: #858585;   
        }
        td.vmenu_sub_bull_on {
           width: 20px;
           padding: 3px 0px 0px 13px;
           font-size: 11px;
           font-weight: bold;
           color: #505050;   
        }
 
      /* <div> Contains an individual main menu link (within td)
      /*-----------------------------------------------------------*/        
         div.vmenu_sub_bull_off {
            padding: 0px;
            width: 100%;
         }
         
         div.vmenu_sub_bull_on {
            padding: 0px;
            width: 100%;
         }            
         
      /* </div> */
      
     /* </td> */
     
     /* <td> Submenu Item Link */
     /*-----------------------------------------------------------*/    
        td.vmenu_sub_off {
           width: 100%;
           border: 0px;
           padding: 3px 0px 0px 5px;
           font-size: 11px;
           font-weight: normal;
        }
        td.vmenu_sub_on {
           width: 100%;
           border: 0px;
           padding: 3px 0px 0px 5px;
           font-size: 11px;
           font-weight: bold;   
        }
        
      /* <div> Contains an individual main menu link (within td)
      /*-----------------------------------------------------------*/          
         div.vmenu_sub_off {
            width: 100%;
            border: 0px;
            padding: 0px 0px 0px 0px;
         
         }
         
         div.vmenu_sub_on {
            width: 100%;
            border: 0px;
            padding: 0px 0px 0px 0px;
        }

       /* <a href=> A cell containing an individual main menu link
       /*-----------------------------------------------------------*/ 
          a.vmenu_sub_off:link { color: #336699; text-decoration: none; }
          a.vmenu_sub_off:visited { color: #336699; text-decoration: none; }
          a.vmenu_sub_off:hover { color: #6699cc; text-decoration: none; }
          a.vmenu_sub_off:active { color: #6699cc; text-decoration: none; }
          
          a.vmenu_sub_on:link { color: #6699cc; text-decoration: none; }
          a.vmenu_sub_on:visited { color: #6699cc; text-decoration: none; }
          a.vmenu_sub_on:hover { color: #6699cc; text-decoration: none; }
          a.vmenu_sub_on:active { color: #6699cc; text-decoration: none; }
       /* </a> */    
      
      /* </div> */
      
     /* </td> */          
 
/* =========================================================== */



/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #HMAINS#
--------------------------------------------------------------------------------------------------
################################################################################################*/


/* This is the main hsub table */
table.hmains {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Verdana;
   font-size: 13px;
   font-weight: bold;
}

/* This cell contains a submenu link */
td.hmains {
   border: 0px;
   padding: 2px 10px 2px 10px;
}

a.hmains:link { color: #336699; text-decoration: none; }
a.hmains:visited { color: #336699; text-decoration: none; }
a.hmains:hover { color: #6699cc; text-decoration: none; }
a.hmains:active { color: #6699cc; text-decoration: none; }





/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #HSUBS#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/* This is the main hsub table */
table.hsubs {
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Arial;
   font-size: 10px;
}

/* This cell contains a submenu link */
td.hsubs {
   border: 0px;
   padding: 2px 10px 2px 10px;
}

a.hsubs:link { color: #336699; text-decoration: none; }
a.hsubs:visited { color: #336699; text-decoration: none; }
a.hsubs:hover { color: #6699cc; text-decoration: none; }
a.hsubs:active { color: #6699cc; text-decoration: none; }


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> #NEWSBOX#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/* Newsbox
/*-----------------------------------------------------------*/

/* <font> */
.newsbox_date {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2E2E2E;
	padding-left: 10px;
}

.newsbox {
   font-family: Arial; 
   font-size: 11px;
}

a.newsbox:link { color: #336699; text-decoration: none; }
a.newsbox:visited { color: #336699; text-decoration: none; }
a.newsbox:hover { color: #980000; text-decoration: none; }
a.newsbox:active { color: #980000; text-decoration: none; }

/* <font> */
.newsbox_tease {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #2E2E2E;
}

/* Full Ariticle Display
/*-----------------------------------------------------------*/
table.article_table {
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
   color: #000000;
}

td.article_title {
   font-family: Courier New, Courier, mono;
   font-size: 16px;
   font-weight: bold;
   color: #2E2E2E;
}

font.article_date {
   color: #336699;
}
      
td.article_content {
   padding: 4px;
}

/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Old Styles (to be phased out after obsolecense is assured)
--------------------------------------------------------------------------------------------------
################################################################################################*/
textarea {
	font-size:8pt;
	height:75px;
	width:175px;
}

.logohead {
	font-family : Arial;
	font-size : 25pt;
	font-weight : bold;
}

.logosub {
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
}



.border {
	font-family: Arial;
	font-size: 8pt;
	border: 1px #000000 inset;
}



.menusys {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bolder;
	color: #000000;
}

<!-- AWeber Web Form Generator 3.0 -->

#af-form-1744807776 .af-body .af-textWrap{width:70%;display:block;float:right;}
#af-form-1744807776 .af-body .privacyPolicy{color:#000000;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-1744807776 .af-body a{color:#094C80;text-decoration:underline;font-style:normal;font-weight:normal;}
#af-form-1744807776 .af-body input.text, #af-form-1744807776 .af-body textarea{background-color:#FFFFFF;border-color:#919191;border-width:1px;border-style:solid;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-1744807776 .af-body input.text:focus, #af-form-1744807776 .af-body textarea:focus{background-color:#FFFAD6;border-color:#030303;border-width:1px;border-style:solid;}
#af-form-1744807776 .af-body label.previewLabel{display:block;float:left;width:25%;text-align:left;color:#000000;text-decoration:none;font-style:normal;font-weight:bold;font-size:13px;font-family:Verdana, sans-serif;}
#af-form-1744807776 .af-body{padding-bottom:15px;padding-top:15px;background-repeat:no-repeat;background-position:inherit;background-image:none;color:#000000;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-1744807776 .af-footer{padding-right:15px;padding-left:15px;background-color:transparent;background-repeat:no-repeat;background-position:top left;background-image:none;border-width:4px;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:#000000;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-1744807776 .af-header{padding-bottom:9px;padding-top:9px;padding-right:10px;padding-left:10px;background-image:url('http://forms.aweber.com/images/auto/body/004/0ff/002/699');background-position:top left;background-repeat:repeat-x;background-color:#002699;border-color:#FFDD00;border-width:4px;border-bottom-style:solid;border-left-style:none;border-right-style:none;border-top-style:none;color:#FFFFFF;font-size:16px;font-family:Verdana, sans-serif;}
#af-form-1744807776 .af-quirksMode .bodyText{padding-top:2px;padding-bottom:2px;}
#af-form-1744807776 .af-quirksMode{padding-right:15px;padding-left:15px;}
#af-form-1744807776 .af-standards .af-element{padding-right:15px;padding-left:15px;}
#af-form-1744807776 .bodyText p{margin:1em 0;}
#af-form-1744807776 .buttonContainer input.submit{background-image:url("http://forms.aweber.com/images/auto/gradient/button/01f.png");background-position:top left;background-repeat:repeat-x;background-color:#0000bf;border:1px solid #0000bf;color:#FFFFFF;text-decoration:none;font-style:normal;font-weight:normal;font-size:24px;font-family:Verdana, sans-serif;}
#af-form-1744807776 .buttonContainer input.submit{width:auto;}
#af-form-1744807776 .buttonContainer{text-align:center;}
#af-form-1744807776 body,#af-form-1744807776 dl,#af-form-1744807776 dt,#af-form-1744807776 dd,#af-form-1744807776 h1,#af-form-1744807776 h2,#af-form-1744807776 h3,#af-form-1744807776 h4,#af-form-1744807776 h5,#af-form-1744807776 h6,#af-form-1744807776 pre,#af-form-1744807776 code,#af-form-1744807776 fieldset,#af-form-1744807776 legend,#af-form-1744807776 blockquote,#af-form-1744807776 th,#af-form-1744807776 td{float:none;color:inherit;position:static;margin:0;padding:0;}
#af-form-1744807776 button,#af-form-1744807776 input,#af-form-1744807776 submit,#af-form-1744807776 textarea,#af-form-1744807776 select,#af-form-1744807776 label,#af-form-1744807776 optgroup,#af-form-1744807776 option{float:none;position:static;margin:0;}
#af-form-1744807776 div{margin:0;}
#af-form-1744807776 fieldset{border:0;}
#af-form-1744807776 form,#af-form-1744807776 textarea,.af-form-wrapper,.af-form-close-button,#af-form-1744807776 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
#af-form-1744807776 input,#af-form-1744807776 button,#af-form-1744807776 textarea,#af-form-1744807776 select{font-size:100%;}
#af-form-1744807776 p{color:inherit;}
#af-form-1744807776 select,#af-form-1744807776 label,#af-form-1744807776 optgroup,#af-form-1744807776 option{padding:0;}
#af-form-1744807776 table{border-collapse:collapse;border-spacing:0;}
#af-form-1744807776 ul,#af-form-1744807776 ol{list-style-image:none;list-style-position:outside;list-style-type:disc;padding-left:40px;}
#af-form-1744807776,#af-form-1744807776 .quirksMode{width:234px;}
#af-form-1744807776.af-quirksMode{overflow-x:hidden;}
#af-form-1744807776{background-color:#F5F8FA;border-color:#0004FF;border-width:3px;border-style:solid;}
#af-form-1744807776{overflow:hidden;}
.af-body .af-textWrap{text-align:left;}
.af-body input.image{border:none!important;}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important;}
.af-body input.text{width:100%;float:none;padding:2px!important;}
.af-body.af-standards input.submit{padding:4px 12px;}
.af-clear{clear:both;}
.af-element label{text-align:left;display:block;float:left;}
.af-element{padding:5px 0;}
.af-form-wrapper{text-indent:0;}
.af-form{text-align:left;margin:auto;}
.af-header,.af-footer{margin-bottom:0;margin-top:0;padding:10px;}
.af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
.lbl-right .af-element label{text-align:right;}
body {
}
<!-- end AWeber Web Form Generator 3.0 -->
