.flag {
	background-image: url(../images/newbanner.jpg);
	background-repeat: no-repeat;
	width: 750px;
	padding: 0;
	cursor: hand;
	height: 151px;
}
.nav {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 750px;
	margin-left: 25px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.BIG_headline {
	font-size: 24px;
}
.content_hed {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.content_body {
	font-size: 12px;
	color: #000000;
}
.content_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000FF;
	text-decoration: underline;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #000000;
	text-decoration: inherit;

