/* CSS Document for Product and Application lists */
/* set navigation to same position as on other web pages */

#main p, ul { color: #152065; /* text format and spacing for main content */
              font-family: arial;
	          font-size: 12px;
		      margin: 0;
		      padding-top: 11px;
		      padding-bottom: 5px;
		      padding-left: 0;
		      padding-right: 25px;
            }
#main ul { list-style-type: none; /* eliminate bullets (which are replaced by graphic elements) */
           line-height: 14px; } /* regulate how much space each line takes up in the list */
		   
/* set styles for text and images within an internal table*/
#main p table { color: #152065;
                font-family: arial;
	            font-size: 12px;
		        margin: 0;
                padding: 0;
				border: 0; }
#main table a img { margin: 0;
                      padding: 0;
				      border: 0; }
#main table img { margin: 0;
                    padding: 0;
				    border: 0; }
							  
#main p.title { font-size: 18pt; /* text format & color for content titles */
                font-family: arial;
                color: #608119;
		        padding-top: 0;
		        padding-bottom: 0;
		        margin-bottom: 0;
	          }
/* subtitle styles */			  
#main p.OVtitle { font-size: 17px;
                   font-weight: bold;
		           padding-top: 5px;
		           padding-bottom: 5px;
		           margin-bottom: 0;
	             } 		  
#main p.subtitle { font-size: 17px;
                   font-weight: bold;
		           padding-top: 20px;
		           padding-bottom: 5px;
		           margin-bottom: 0;
	             }
/* styles for links within text */
#main a { color: #152065;
          font-family: arial;
	      font-size: 12px;
		  text-decoration: none; }
#main a:hover { color: #608119; }
#main a.green { color: #608119; }
#main a.green:hover { color: #204109;
                      text-decoration: underline; }
/* determine spacing on all images within main content */
#main p a img { border: 0;
                margin: 0;
                margin-top: 5px;
  	            padding: 0;
              }
img.rgt { border: 1px solid black;
           margin-left: 10px;
		   margin-bottom: 10px;
		 }
