
body {margin-left: 0px;
      margin-top: 0px;
	  background-image: url(images/background5_1.jpg);
	  }



h1 {font-family: verdona, arial, sans-serif;
    font-weight: bold;
    font-size: 3em;
	color: #1c229e;
    text-align: center;
    padding-top: 10px
    padding-bottom: 10px;
    }

h2 {font-family: verdona, arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
	color: #1c229e;
    text-align: center;
    padding-top: 5px
    padding-bottom: 5px;
    }
    
h3 {font-family: verdona, arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
	color: #1c229e;
    text-align: center;
    padding-top: 5px
    padding-bottom: 5px;
    }

P.info {font-family: verdona, arial, sans-serif;
        font-size: .9em;
		font-weight: bold;
		border-bottom-style: solid;
		border-bottom-color: #1c229e;
		border-bottom-width: 2px;
		}
P.announce {font-family: verdona, arial, sans-serif;
 /*   font-weight: bold; */
    font-size: 1em;
    text-align: left;
	text-indent: 1.5em;
    padding-top: 5px
    padding-bottom: 5px;
	padding-left: 10px;
    }
P.announce2 {font-family: verdona, arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    padding-top: 5px
    padding-bottom: 5px;
    }
    
P.announce3 {font-family: verdona, arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    padding-top: 5px
    padding-bottom: 5px;
    }


table.form {font-family: arial, helvetica, sans-serif;
       background-color: #c0c0c0;
	   }

table {font-family: arial, helvetica, sans-serif;
       background-color: #ffffff;
       }
tr.highlight {background-color: #1c229e;
              color: #ffffff;
              font-family: verdona, arial, sans-serif;
              font-size: 17px;
              font-weight: bold;
              text-align: center;
              padding-top: 5px;
              padding-bottom:5px;
              }
td.pdf {background-color: #1c229e;
         text-align: center;
}
/*product page table link*/

tr#prod a {display: block;
          font-size: 15px;
          font-weight: bold;
          color: #ffffff;
          background-color: #1c229e;
          text-align: center;
          padding-top: 3px;
          padding-bottom: 3px;
          border: 1px solid white;
          text-decoration: none;
          }
          
tr#prod a:hover {font-size: 15px;
                font-weight: bold;
				text-align: center;
                color: red;
                background-color: #00ffff;
                padding-top: 2px;
                padding-bottom: 2px;
                border: 2px solid white;
				text-decoration: none;
                }





tr#pdf a { display: block;
           background-color: #1c229e;
           color: #ffffff;
           font-size: 12px;
           font-weight: bold;
           text-align: center;
           padding-top: 5px;
           padding-bottom: 5px;
           text-decoration: none;
           }

tr#pdf a:hover {background-color: #1c229e;
               font-size: 15px;
               color: #ffffff;
           
           padding-top: 4px;
           padding-bottom: 3px;
           }
           
tr#nav a {display: block;
          font-size: 15px;
          font-weight: bold;
          color: #ffffff;
          background-color: #1c229e;
          text-align: center;
          padding-top: 3px;
          padding-bottom: 3px;
          border: 1px solid red;
          text-decoration: none;
          }
          
tr#nav a:hover {font-size: 15px;
                font-weight: bold;
				text-align: center;
                color: #007fff;
                background-color: #00ffff;
                padding-top: 2px;
                padding-bottom: 2px;
                border: 2px solid red;
                }
a.mail {text-decoration: none;
        font-weight: bold;
}
a.mail:hover {text-decoration: none;
              color: red;
			  }
/*bmc home link*/
a.navlink {color: #ffffff;
           font-size: 14px;
           font-family: verdona, arial, sans-serif;
           text-decoration: none;
           }

ul {list-style-image: url(images/coolcircle.bmp);
    
    }

/*positioning elements*/
div.links {position: fixed;
           text-align: center;
           font-weight: bold;
           color: #ffffff;
           left: 0px;
           top: 0px;
           width: 125px;
           height: 500px;
           }
div.content {position: absolute;
             left: 130px;
             top:230px;
             width: 675px;
             padding-left: 10px;
             text-align: center;
             }

div.banner {position: absolute;
            width: 675px;
            left: 130px;
            top: 0px;
            color: #1c229e;
            padding-top: 20px;
            }