html, body {
	margin:0px;
	padding:0px;
	height: 100%;
	width:100%;
}

.layout_table {
	height:30px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	color: #F00;
	padding-bottom: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
h3 a {
	text-decoration:none;
	color:#000;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
h4 a {
	text-decoration:none;
	color: #F30;
}

.boldme {
	font-weight:bold;
	color: #000;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.selectlocation_box {
	border:2px solid #85Add6;
	-moz-border-radius:0.7em;
	-khtml-border-radius:0.7em;
	width:575px;
	background-color: #EAF0FF;
	padding:5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.selectlocation {
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color: #999;
	font-weight: bold;
	margin:0 auto;
}

.didyouknow {
	margin: 0 auto;
	width:595px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.didyouknow b{
	font-size: 14px;
}
.didyouknow li{
	font-size: 13px;
	font-weight:normal;
	margin-left: 20px;
}


.sources {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	padding-top: 110px;
	vertical-align: text-top;
	width:525px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-left: 15px;
}
li a {
	text-decoration:none;	
}



.footer {
width: 100%;
position: absolute;
bottom: 0px;
left: 0px;
}
