/*
standard predefined elements and associated common styles.
*/

a.seLinksText
   {
   color: #000000;
   background-color: #FFFFFF;
   text-decoration: underline;
   }

a.seLinksText:link
   {
   color: #000000;
   text-decoration: underline;   
   }

a.seLinksText:visited
   {
   color: #000000;
   text-decoration: underline;   
   }

a.seLinksText:hover
   {
   color: #00C000;
   text-decoration: none;   
   }


body
   {
   color: #000000;
   background-color: #FFFFFF;
   line-height: 135%;
   }

div.box
   {
   float: right; 
   width: 200px;
   padding: 10px;
   margin: 10px;
   font-size: 90%;
   border: 1px solid #000000;
   background-color: #FEC157;
   }
div.seContentArea
   {
   background-color:#ffffff;
   border-color:#000000;
   }
   

div.seContactInfo
   {
   font-weight: 500;
   font-size:90%;
   }

div.seCutline
   {
   font-size: 80%; 
   font-weight: 100;
   border: solid 0px #674F33;
   margin-top: 0px;
   padding-top: 4px;
   text-align: left;
   width: 750px;
   margin-left: 11px;
   }

div.seNavBar
   {
   font-size: 85%;   
   color: #0000FF;
   margin: 20px;
   padding:8px;  
   font-family:  Arial, Helvetica, sans-serif;
   font-weight: 600;
   text-decoration: none;
   text-align: left;;
   overflow:hidden;   
   }


   div.seNavBar a
      {
      text-decoration: underline;
      font-weight: 600;
      font-size: 85%;   
      }   

   div.seNavBar a:link
      {
      color: #000000;
      }

   div.seNavBar a:visited
      {
      color: #000000;
      }

   div.seNavBar a:hover
      {
      color: #00C000;
      text-decoration: none;      
      }

   div.seNavBar a.current:link
      {
      color: #000000;  
      }

   div.seNavBar a.current:visited
      {
      color: #000000;   
      }

   div.seNavBar a.current:hover
      {
      color: #00C000;
      text-decoration: none      
      }

h1
   {
   font-size:1.2em;
   font-weight:bold;
   color: #6D3DCB;
   font-family: arial black;
   }


h2
   {
   font-size: 1.1em;
   font-weight: 100;
   color: #000000;
   }

h3
   {
   font-size: .95em;
   font-weight: 100;
   color: #000000;
   }

h4
   {
   font-size: .90em;
   font-weight: 100;
   color: #DE5003;
   }


/*
common standard element styles independent of predefined elements 
*/

.seBorder1
   {
   border-color:#000000;
   }

.seContactBox
   {
   font-weight: 600;
   font-size: 90%;
   }

.seContactBox a:link
   {
   font-weight: 600;
   font-size: 90%;
   color: #128C12;
   }

.seContactBox a:visited
   {
   color: #128C12;
   }

.seContactBox a:hover
   {
   color: #6D3DCB;
   }

.seContactBox a.current:link
   {
   color: #128C12;
   }

/* **** CONTACT INFO **** */

.seContactInfo
   {
   font-weight: 100;
   font-size: 90%;
   color: #4B711C;
   }

.seContactInfo a
   {
   font-weight: 100;
   }

.seContactInfo a:link
   {
   font-weight: 100;
   color: #4179C4;
   }

.seContactInfo a:visited
   {
   color: #4179C4;
   }

.seContactInfo a:hover
   {
   color: #128C12;
   }

.seContactInfo a.current:link
   {
   color: #128C12;
   }

.seContactInfo p
   {
   }


.seCopy
   {
   font-weight: 400;
   font-size: 76%;
   color: #777777;
   padding-top: 0px;
   margin-top: 0px;
   padding-bottom: 0px;
   margin-bottom: 0px;
   }

.seDummyLink
   {
   font-weight: 600;
   font-size: 85%;   
   color: #000000;
   }


.seKicker
   {
   font-size: 1em;
   font-weight: 600;
   color: #4B711C;
   }

.seLineBreaker
   {
   border-bottom-color: #7C97B5;
   }

.seLinks
   {
   font-weight: 100;
   }

.seLinks p
   {
   font-weight: 100;
   }

.seLinks a:link
   {
   font-weight: 100;
   color: #128C12;
   }

.seLinks a:visited
   {
   color: #128C12;
   }

.seLinks a:hover
   {
   color: #6D3DCB;
   }

.seLinks a.current:link
   {
   color: #128C12;
   }

.seLinksHead
   {
   font-size: .95em;
   font-weight: 700;
   color: #6D3DCB;
   }

.seList
   {
   font-size: 115%;
   }

.seKick
   {
   background-color: #DE5003; 
   color: #FFFFFF; 
   font-weight: 600; 
   padding: 2px;
   width: 720px;
   }
   
.sePara
   {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 95%;
   font-weight: 100;
   line-height: 135%;
   }

.sePersonalInfo
   {
   font-weight: 400;
   }

.sePersonalInfo a:link
   {
   font-weight: 400;
   color: #4179C4;
   }

.sePersonalInfo a:visited
   {
   color: #4179C4;
   }

.sePersonalInfo a:hover
   {
   color: #FC6614;
   }


.sePersonalInfo a.current:link
   {
   color: #4179C4;
   }


.seTestimonial
   {
   font-size: 85%;
   font-weight: 600;
   background-color: #C9B060;
   border-color:#7F510C;
   }
   
.seTechBox
   {
   font-size: 85%;
   font-weight: 600;
   background-color: #FFFFFF;
   border: 1px solid #7F510C;
   }
   
