body {
		background-image: url(images/lines2.jpg);
		background-position: 0 0;
		background-repeat: repeat;
		margin: 0px;
		font-family: Verdana;
		background-color: white;
		width: 1024px; 
		margin: 0px auto; 
		}

img {
		border: none;
		}		
		
h1 {
		background-color: white;
		position: absolute;
		height: 99px;
		padding-top: 25px;
		margin-top: 0px;
		margin-left: 205px;
		padding-left: 10px;
		}
					
h1 span {
		position: absolute; top: 0;
		background-color: white;
		background-image: url(images/home_logo.jpg);
		background-position: left center;
		background-repeat: no-repeat;
		width: 611px;
		height: 99px;
		margin-top: 5px;
		}			
		
h2 {
		position: absolute;
		height: 59px;
		padding-top: 100px;
		margin-top: 0px;
		margin-left: 187px;
		padding-left: 10px;
		color: white;
		}
					
h2 span {
		position: absolute; top: 0;
		background-image: url(images/home_info.png);
		background-position: left bottom;
		background-repeat: no-repeat;
		width: 646px;
		height:59px;
		padding-top: 90px;
		margin-top: 5px;
		}

	
/*Page Links*/

#bottomtitle {
				font-size: 75%;
				text-align: center;
				width: 200px;
				margin-top: 480px;
				margin-left: 425px;
				position: absolute; top: 0;
				}

#bottomLinks {
				font-size: 75%;
				text-align: center;
				width: 400px;
				margin-top: 529px;
				margin-left: 325px;
				position: absolute; top: 0;
				}
	
a:link {
			color: #347dcd;
			}

a:visited {
			color: #347dcd;
			}
			
a:hover {
			color: #e20020;
			text-decoration: none;
			}

#footer {
			color: white;
			}
					
#footer p {
		color: white;
			}
			
#site:link {
			color: white;
			}

#site:visited {
			color: white;
			text-decoration: none;
			}

#site:hover {
			color: white;
			text-decoration: none;
			}
			
#site:active {
			color: white;
			}



	
