

body {
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px;
   font-family: Verdana, Arial, sans-serif;
   font-size: 14px;
   line-height: 22px;
   text-align: left;
   letter-spacing: 1px;   
   color: #333333;
   background-color: #ffffff;     
}

div.main_wrapper {
   position: relative;  /* used to allow absolute positioning within the container */
   margin-top: 0px;
   margin-right: auto; 
   margin-bottom: 0px; 
   margin-left: auto; 
   padding: 0px 0px 0px 0px;
   width: 800px;
   height: auto;
   background-color: #ffffff;
   border: none; 
}

div.header {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 2px 0px;
   width: 100%;
   height: 150px;
   text-align: center;
   background-color: transparent; 
   border-bottom: 1px solid #cccccc; 
}

div.nav_primary {
   margin: 0px 0px 2px 0px;
   padding: 0px 0px 0px 0px;
   width: 100%;
   height: auto;
   font-size: 16px;
   line-height: 24px;   
   text-align: center;
   font-weight: normal;
   background-color: #ffffcc;  
   border-bottom: 1px solid #999999; 
   border-left: 1px solid #cccccc; 
   border-right: 1px solid #cccccc; 
}

div.main {
   clear: both;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: 100%;
   height: auto;
   text-align: left;
   background-color: transparent;       
   border: none; 
}

div.page_title {
   float: left;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px; 
   width: 380px;
   height: auto;
   text-align: left;
   font-weight: normal;
   background-color: transparent;         
   border: none; 
}

.page_title h1 {
   margin: 0px 0px 0px 0px;
   padding: 10px 0px 10px 20px;   
   font-family: "Times New Roman", Times, sans-serif;
   font-weight: normal;
   color: #588658;  
   font-size: 34px;
   line-height: 38px;
   text-align: left;
   letter-spacing: 0px;
   border: none;
}

div.footer { 
   clear: both;
   margin: 0px 0px 0px 0px;
   padding: 40px 0px 30px 0px;
   width: 100%;
   height: auto;
   font-size: 12px;
   line-height: 20px;
   text-align: center; 
   color: #999999; 
   letter-spacing: 0px;
   background-color: transparent; 
   border: none;
}

ul { 
   margin: 0px 0px 0px 40px;
   padding: 10px 0px 0px 0px;   
   font-weight: normal;
   color: #333333;
   list-style-position: outside; 
   list-style-type: disc;
   text-indent: 0px;   
   border: none;
}

p.common { 
   clear: left;
   margin: 0px 10px 15px 10px;
   padding: 0px 0px 0px 0px; 
   text-indent: 0px; 
   border: none;
} 

img {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px; 
   border: none;
}  

.main img { 
   float: right; 
   margin: 10px 0px 20px 20px; 
   padding: 2px 2px 2px 2px; 
   border: solid 1px #cccc99; 
}

span.bold { 
   font-weight: bold;
}

span.italic { 
   font-style: italic;
}

span.underline { 
   text-decoration: underline;
}

span.file_size_note { 
   font-size: 12px;
   line-height: 22px;
   color: #588658;
}



/*---------------------------------------*/
/* Styles Unique to the Tabular Contents */
/*---------------------------------------*/

table.c {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: 100%;
   font-size: 12px;
   line-height: 20px;
   text-align: left;
   border: none;
   /* border-collapse: collapse; */
}

tr.row_title {
   font-weight: bold;
   background-color: #e6e6c6;   
}

tr.row_colored {
   background-color: #efefef;
}

td.c_name_title { 
   margin: 0px 0px 0px 0px;
   padding: 3px 3px 3px 3px;   
   text-align: center;
   border: 1px solid #cccccc;
}




/*----------------*/
/*  Common Links  */
/*----------------*/

a:link {
   color: #993333; 
   font-weight: bold;
   text-decoration: none;
   background-color: transparent;
}

a:visited {
   color: #993333; 
   font-weight: bold;
   text-decoration: none;
   background-color: transparent;
}

a:hover {
   color: #993333; 
   font-weight: bold;
   text-decoration: underline;
   background-color: transparent;
}

a:active { 
   color: #993333; 
   font-weight: bold;
   text-decoration: none;
   background-color: transparent;
}



/*---------------------------------------*/
/*       Primary Navigation Styles       */
/*---------------------------------------*/

a:link.nav_primary {
   margin: 0px 20px 0px 0px;
   padding: 3px 5px 3px 5px;
   color: #336633; 
   text-decoration: none;
   font-weight: normal;
   background-color: transparent;
   border: none;
}

a:visited.nav_primary {
   margin: 0px 20px 0px 0px;
   padding: 3px 5px 3px 5px;
   color: #336633; 
   text-decoration: none;
   font-weight: normal;
   background-color: transparent;
   border: none;
}

a:hover.nav_primary {
   margin: 0px 20px 0px 0px;
   padding: 3px 5px 3px 5px;
   color: #ffffff; 
   text-decoration: none;
   font-weight: normal;
   background-color: #588658;
   border: none;
}

a:active.nav_primary { 
   margin: 0px 20px 0px 0px;
   padding: 3px 5px 3px 5px;
   color: #336633; 
   text-decoration: none;
   font-weight: normal;
   background-color: transparent;
   border: none;
}





/*-----------------------------*/
/*  Links Style for Signature  */
/*-----------------------------*/

a:link.signature {
   color: #AC7741; 
   text-decoration: none;
   background-color: transparent;
}

a:visited.signature {
   color: #AC7741; 
   text-decoration: none;
   background-color: transparent;
}

a:hover.signature {
   color: #AC7741; 
   text-decoration: none;
   background-color: transparent;
   border-bottom: 1px dashed #9999cc;   
}

a:active.signature { 
   color: #AC7741; 
   text-decoration: none;
   background-color: transparent;
}

