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

body {
 text-align: center;
 margin: 0;   /* optional   */
}

#wrapper{
	background-image:url(images/body.gif);
	margin: 0 auto;
	width:944px;
	height:auto;
	overflow:hidden;
	text-align:left;
	}
	
#header{
	float:left;
	height:auto;
	width:374px;
	margin-left:60px;
	}
	
#headertext{
	float:left;
	height:120px;
	width:290px;
	margin-top:15px;
	margin-left:110px;
}
	
#navbar{
	height:72px;
	width:944px;
	float:left;
	}
	
	
#headline{
	height:auto;
	width:943px;
	float:left;
	margin-top:20px;
	margin-left:auto;
	text-align: center;
}
	
#content{
	float:left;
	margin-left:auto;
	padding-left:120px;
	margin-top:0px;
	height:auto;
	width:710px;
	text-align: left;
	color: #006;
	font-style: italic;
	font-size: 14px;
	}
	
#legal{
	float:left;
	margin-top:10px;
	margin-left:auto;
	height:auto;
	width:943px;
	}

#footer{
	float:left;
	width:943px;
	height:30px;
	margin-top:0px;
	margin-left:0px;
	}
#wrapper #content p {
	font-size: 14px;
}
#wrapper #content table {
	text-align: left;
}
#wrapper #content table tr th strong {
	font-weight: bold;
}
#wrapper #content table tr th {
	text-align: left;
}
#wrapper #content table {
	text-align: left;
}
#wrapper #headline p strong {
	text-align: center;
}
#wrapper #content p {
	font-weight: bold;
}

