<!-- define header, section menu and footer properties -->
.section_menu	{ background-color: #8EB4EC;
			      font-family: arial;
			      color: #3366FF;
				  font-size: 13;
				  font-weight: 600;
				  line-height: 2em;
				  margin: 0%;
				  margin-top: 12%;
				  text-indent: 8px;
				  }

.section_menu#contactimage		{	background-image: url(../images/left_contact.gif);
									background-repeat: no-repeat;
									background-position: bottom;
								}

.section_menu#aboutimage 		{	background-image: url(../images/left_about.gif);
									background-repeat: no-repeat;
									background-position: bottom;
								}

.section_menu#productimage 		{	background-image: url(../images/left_product.gif);
									background-repeat: no-repeat;
									background-position: bottom;
								}
								
.submenu_selected	{	background-color: #FFFFFF; 
						color: #3366FF;
						}

.banner		{	background-color: #1E60C7;
			}
			
.content		{ margin-top: 50px;;
			}

p#frontpage_content {
			font-family: verdana;
			font-size: 13;
			margin-left: 100px;
			margin-right: 100px;
			}

p#frontpage_heading {
			font-family: verdana;
			font-size: 20;
			font-weight: 900;
			margin-top:35px
			}
			
.separator		{ margin-top: 30px;;
			}			
			
.footer		 { background-color: #FFFFFF; 

				}

.footer#font { font-family: Tahoma, verdana,arial; 
			   color: #F89535; 
			   font-size: 10; }

.menu_footer	{ background-color: #8EB4EC;
				  font-size: 10;
				  color: #E4E4E4;
				}

.header_menu	{ background-color: #C2D4EE;
				  font-size: 13;
				  color: #000000;
				  text-align: center;
				  font-weight: 800;
				  letter-spacing: -1px
				  }
						
img		{ border: 0; }

img.indent  { margin-right: 10px; }

body		{ font-family: verdana;
	  		  font-size: 11;
			  background-image: url(../images/wallpaper.gif);
			  background-repeat: repeat-y;
			  background-position: 19px 0%;
		  }
		  
h1		{ color: #FFE000;
		  border-color: #FFFFFF;
		  font-family: verdana;
		  font-size: 23;
		  font-weight: 700;
		  margin-left: 3%;
		  margin-top: 0.5%;
		  margin-right: 3%;
		  text-transform: uppercase;
		  border-style: solid;
		  border-bottom-width: 1px;
		  border-bottom-color: #111111;
		  }

h3		{ font-family: verdana;
		  font-size: 14;
		  font-weight: 700;
		  margin-left: 30px;
		  margin-top: 1%;
		  margin-right: 20px;
		  text-transform: uppercase;
		  }
		  
p		{ font-family: verdana;
		  font-size: 12;
		  margin-left: 30px;
		  margin-right: 20px;
		  margin-top: 1%;
		  line-height: 1.5em;
		  }		  

ul#mediumfont		{font-family: verdana;
				  font-size: 12;
				  line-height: 2em;
			  }

ol#mediumfont		{font-family: verdana;
				  font-size: 12;
				  line-height: 2em;
			  }
		  
.subparagraph	{ margin-left: 7%;
				  margin-right: 15%;
				  }
				  
.contact { 	margin-left: 3%;
			align: top;
	  		  font-size: 12;
			}
					  
<!-- define menu links -->

.header_menu_anchor:link { text-decoration: none; 
							color: #000033;
                          }

.header_menu_anchor:visited { text-decoration: none; 
							color: #3366FF;}

.header_menu_anchor:hover { text-decoration: none;
                            color: #3366FF;
							background-color: #FFFF00;
						 }
						 
.header_menu_anchor:active { text_decoration: none; }
						  
.section_menu_anchor:link { color: #FFFFFF;
							text-decoration: none;
					}

.section_menu_anchor:visited { color: #FFFFFF;
							   text-decoration: none;
					}

.section_menu_anchor:hover { 	color: #FFFF00;
								text-decoration: none;
								font-size: 103%;
					}

.section_menu_anchor:active { color: #FFFFFF;
							  text-decoration: underline;
					}
															

.alfafa_heading1 { font-size: 14;
			 font-weight: 700;
			 color: #9a3cd9;
		 	 text-align: left;
                       }

.listing { font-size: 12;
			 font-weight: 700;
			 text-align: center;
                       }
                       
li	{ margin-left: 20px }                       