body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 333;
	background-color: #FFFFFF;
	border: 0;
	padding: 0;
}

#wrapper {
	width: 645px;
	height: 100%;
	margin: 0 auto;
	
}

#logo {
	position: relative;
	display: block;
	float: left;
	height: 86px;
	width: 180px;
	margin: 10px 0 0 0;

}

#tagline {
	position: relative;
	display: block;
	float: right;
	height: 99px;
	width: 183px;

}
#nav {
	position: relative;
	display: block;
	float: left;
	height: 30px;
	width: 649px;
	margin: 10px 0 0 0;
}


#homePictLeft {
	position: relative;
	display: block;
	float: left;
	width: 300px;
}



#homePictRight {
	position: relative;
	display: block;
	float: right;
	width: 300px;
}


#footer {
	position: relative;
	display: block;
	width: 100%;
	
	background-color: #00038f;
	color: #fff;
	padding-top: 23px;
	padding-bottom: 20px;
}
#footer p {
	text-align: center;
	font-size: 12px;
	margin: auto;
}

img {
	border: none;
}


.blowred {
	color: #e41c02;
}


a {
	color: #c6c548;
	 text-decoration:none;
}

a:hover {
	color: #e41c02;
}


#mainText {
	position: relative;
	display: block
	width:  625px;
	margin: 15px 10px 15px 10px;
}



#mainText p {
	text-indent: 25px;
} 
h1 {

	text-align: left;
	color: #c6c548;
	font-size: 14px;
	font-style: bold;
}


.tableHdr {
	background-color: #00038f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	
}

table td {
	padding: 5px;
}
