/* CSS Document for Product and Application lists */
/* set navigation to same position as on other web pages */

/* press release button styles */
ul#press { list-style-type: none;
			   margin-left: 10px;
			   padding-top: 10px;
			   padding-left: 0;
             }
ul#press li { margin-top: 5px;
               margin-left: 0;
			   margin-bottom: 0;
			   padding-left: 0;
             }

#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: 12px;
		      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 */
#main p.title { font-size: 18pt; /* text format & color for content titles */
                font-family: arial;
                color: #608119;
		        padding-top: 19px;
		        padding-bottom: 0;
		        margin-bottom: 0;
	          }
#main p.toptitle { font-size: 18pt; /* use different spacing for title at top of page */
                font-family: arial;
                color: #608119;
		        padding-top: 9px;
		        padding-bottom: 0;
		        margin-bottom: 0;
	          }
/* subtitle styles */
#main p.OVtitle { font-size: 17px;
                   font-weight: bold;
		           padding-top: 10px;
		           padding-bottom: 0;
		           margin-bottom: 0;
	             } 		  
#main p.subtitle { font-size: 17px;
                   font-weight: bold;
		           padding-top: 20px;
		           padding-bottom: 0;
		           margin-bottom: 0;
	             }
/* styles for links within main 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; }
			  



