@charset "utf-8";
/* CSS Document */

/* Stylesheet file for the register page */

  * { margin: 0;
      padding: 0;
	   }
	   
  body { background-color: #91530b;
         min-width: 810px;
		 margin-top: 5px;
		 font-family: Arial, Helvetica, sans-serif;
		  }
  
  #header { width: 800px;
            margin: 0 auto;
			background-image: url(../images/header_newsletter_background.jpg);
			background-repeat: no-repeat;
			background-position: top;
			background-attachment: scroll;
			 }
			 
			#utilityNav { float: right;
						  display: inline;
			              margin-top: 62px;
			              margin-right: 73px;
			               }
			
			#utilityNav ul li { display: inline;
			                    list-style-type: none;
								font-size: 14px;
								padding: 3px;
								color: #ffffff;
								 }
								 
								#utilityNav a:link { text-decoration: none;
						                     		 color: #ffffff;
											  		  }
						
								#utilityNav a:visited { text-decoration: none;
						                        		color: #ffffff;
												 		 }
												 
								#utilityNav a:hover { text-decoration: underline;
						                      		  color: #ffffff;
											   		   }
			
			#header h1 img { padding-top: 26px;
							 margin-left: 21px;
			                  }
							  
			#mainNav { margin-top: 74px;
					   margin-left: 173px;
					   padding-bottom: 20px;
			            }
			
			#mainNav ul li { display: inline;
							 list-style-type: none;
							  }
			
			#header a:link img, #header a:visited img, #header a:hover img { border: none;
	               															  }
																						  										   
  #middle { width: 800px;
  			margin: 0 auto;
			background-image: url(../images/middle_background.jpg);
			background-repeat: repeat;
			background-attachment: scroll;
			 }
			
			#left { float: left;
					display: inline;
					width: 215px;
					height: 0px;
					margin-left: 66px;
					background-image: url(../images/left_background.gif);
					padding-top: 20px;
					border: none;
					 }
																	  
			#right { width: 478px;
				     float: right;
					 display: inline;
					 margin-right: 25px;
					 padding: 5px;
					  }
	
				 	#right label { display: block;
								   margin-top: 4px;
								   margin-bottom: 3px;
								   font-size: 14px;
								   color: #462801;
								    }
									
					#right input { margin-bottom: 5px;
					                }
									
					#right #submit { margin-top: 5px;
									  }
									  
			 		#right p { font-size: 13px;
					           line-height: 17px;
							   color: #462801;
							   padding-bottom: 5px;
							    }
					
					#right h3 { padding-top: 4px;
							    padding-bottom: 10px;
					             }
								 
					#right h4 { font-size: 14px;
								color: #990000;
								font-weight: 700;
								margin-top: 5px;
								margin-bottom: 10px;
								 }
	
								#right ul li { list-style-type: none;
											   font-size: 13px;
											   line-height: 17pt;
												}
			 
			 					#right a:link { text-decoration: underline;
															  color: #990000;
																     }
																		 
											  #right a:visited { text-decoration: underline;
																 color: #990000;
																		}
																			
											  #right a:hover { text-decoration: none;
															   color: #990000;
																	  }
																	  
											  #right .unsub { margin-bottom: 100px;
											  				   }
												
											  #right #subscribeForm p { padding-top: 10px;
											  							 }
																		 
											  #right #subscribeForm { margin-bottom: 50px;
											  						   }
																	   			   
			#bottom { clear: both;
			           }
					   
  #footer { width: 800px;
            margin: 0 auto;
			background-image: url(../images/footer_background.jpg);
			background-repeat: no-repeat;
			background-position: top;
			background-attachment: scroll;
			text-align: center;
			color: #ffffff;
			 }
			 
			#footer ul { padding-top: 40px;
						  }
			
			#footer ul li { display: inline;
							list-style-type: none;
							padding: 2px;
							font-size: 12px;
							 }
			
							#footer ul li a:link { text-decoration: none;
			                       				   color: #ffffff;
								    				}
									
							#footer ul li a:visited { text-decoration: none;
									  				  color: #ffffff;
									   				   }
									   
							#footer ul li a:hover { text-decoration: underline;
			                        				color: #ffffff;
									 				 }
									 
			#footer p { padding-top: 45px;
						padding-bottom: 10px;
						font-size: 11px;
			             }
						 
						 

		
