@charset "utf-8";
body {
	background-image: url(../images/flagbg.jpg);
	margin-top: auto;
	margin-left: auto;
	width: 99%;
}



.container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	width: 980px;
	background-color: #FFF;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Verdana, Geneva, sans-serif;
	padding: 15px;
	font-size: 12px;
	height: auto;
}




.state-flags-map {
	background-color: #E8EFFF;
	font-size: 85%;
	width: 1010px;	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: auto;
}

.nav-button {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #3CF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 3px;
	text-align: center;
	height: 25px;
	border: 1px solid #69F;
}
.headings {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
}

.link-heading {
	margin-right: auto;
	margin-left: auto;
	background-color: #BAB2FD;
	border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	border: 1px solid #69F;
}




h1 {
	font-size: 110%;
	background-color: #69F;
	padding: 1%;
	text-align: center;	
}
h2 {
	font-size: 100%;
	text-align: center;
	background-color: #BAB2FD;
	padding: 1%;
}

h3 {
	font-size: 100%;
	padding: 1%;
	text-align: center;
	background-color: #BAB2FD;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.sub-link-heading {
	background-color: #DAD6FE;
	height: auto;
	width: 185px;
	margin-top: 2px;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.728-ad {
	height: auto;
	width: auto;
}
.bold-lettering {
	font-weight: bold;
}
.red-lettering {
	color: #F00;
}
.green-lettering {
	color: #090;
	font-weight: bold;
}
