body {font-family: tahoma, verdana, trebuchet ms, sans-serif; 
	color: black;
	background-color: white;
	font-size: 12pt; 
	margin: auto;
	width: 100%;
	height: 100%;
	background: url(images/MastBG.jpg) repeat-x;

}

a:link { 
	color: white;
	}
a:visited { 
	color: white;
	}
a:hover { 
	color: blue;
	text-decoration: none;
	}
a:active { 
	color: white;
	}
h1 {
	font-size: 18pt;
	line-height: 24pt;
	color: #cc0000; 
	text-align: center;
}
h2 {font-size: 18pt;
	color: green; 
	text-align: center;
}
h3 {font-size: 14pt;
	color: green; 
		text-align: left;
}
h4 {font-size: 14pt;
	color: black; 
		text-align: center;
}
.headline{
	font-size: 20pt;
	line-height: 24pt;
	color: white; 
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
}


.headercontainer{
	text-align: center;
	margin: auto;
	width: 100%;
	height: 275px;
	
	
	}
.header{
	text-align: center;
	margin: auto;
	width: 900px;
	height: 275px;
	background: url(images/HdrBG.jpg);
}

}
.container{
	text-align: center;
	margin: auto;
	width: 100%;
}

.content{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 850px;
	height: 100%;
	
}

.columnleft{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 490px;
	height: 570px;
	float: left;
}
.columnright{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 510px;
	height: 570px;
	float: left;

}

.columnbottom{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	float: left;

}
.footer{
	text-align: center;
	margin: auto;
	width: 100%;
	height: 100px;
	float: left;
	color: white;
	font-size: 10pt;

}

.dashedbox{
	text-align: left;
	margin: auto;
	width: 600px;
	height: 100%;
	float: left;
	color: black;
	padding: 20px;
	font-size: 12pt;
	background-color: #eee;
	border: medium red dashed;

}




	


	



