body {
	font-family: tahoma, trebuchet ms,verdana,geneva,arial,helvetica,sans-serif;
	color: #645d47;
	font-size: 12pt;
	line-height: 140%;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	background: #f1e3d5 no-repeat;
	background-image: url(images/MainBG.png);
}

a	{
		color: #0072cf;
		text-decoration: underline;
	}
	
	a:hover	{
		font-size: 10pt;
		color: #000066;
		text-decoration: none;
                font-weight: bold;
	}

h1 {

	font-size: 46pt;
	line-height: 50pt;
	color: #cc0000;
	text-align: center;

}

h2 {font-size: 18pt;
line-height: 22pt;
	color: #cc0000; 
	text-align: center;

}

h3 {font-size: 36pt;
line-height: 40pt;
	color: #cc0000; 
	text-align: center;
	
}

h4 {font-size: 20pt;
line-height: 24pt;
	color: #cc0000; 
	text-align: left;
	
}

h5 {

	font-size: 36pt;
	line-height: 40pt;
	color: #cc0000;
	text-align: center;

}
	
.subheadline {
	font-size: 20pt;
	line-height: 24pt;
	color: black;
	text-align: center;

}

.headlineupdate {
	font-size: 20pt;
	color: black;
	text-align: center;
	padding-bottom: 10px;

}

.container{

	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 2000px;
	


}

.content{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 6000px;
	
}

.contenthdr{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 180px;
	background: url(images/ContentHDR.png) no-repeat;

}

.contenttxt{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 4700px;
	background: url(images/ContentTXT.png) repeat;
}

.bodycopy{
	text-align: left;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	height: 100%;
}
.contentftr{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 60px;
	background: url(images/ContentFTR.png) no-repeat;

}

.columnleft{
	text-align: left;
	margin-left: 50px;
	margin-right: 20px;
	width: 560px;
	float: left;
}

.columnright{
	text-align: left;
	line-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 10px;
	width: 270px;
	background-color: #a6715a;
	border: medium black;
	border-style: dashed;
	font-size: 10pt;
	color: white;
	float: left;



}
.dashedbox2{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 700px;
	background-color: red;
	border: medium;
	border-color: black;
	border-style: dashed;
	color: white;
	font-size: 14pt;
}

	


	




