@charset "utf-8";
/* CSS Document */

.bottom {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#footnotes{
	display:block;
	margin: 0px auto;
	width:500px;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	text-align: left;
}

#speciallink a{
	font-size:36px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bolder;
	color:#333;
}
#smalllink a{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bolder;
	color:#000fff;
}

.bottomemail {
	font-family: Arial, Helvetica, sans-serif;
}
.bottomemail {
	font-size: 10px;
}
.bottomemail {
	font-weight: bold;
}
#bottomemail {
	font-size: 10px;
	color:#666;
	font-weight:bolder;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
}

#smaller {
	font-size:8px;
	color:#666;
	font-weight:bolder;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
}
	
#bottomnavcontainer {
	width:460px;
	height:400px;
	padding:2 px;
	margin:0px auto;
}
#thumbscontain {
	width:auto;
	padding:2px;
	margin:0px auto;
	height:400px;
}
#navtitle {
	width:400px;
	padding:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#036;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#thumbs {
	width:102px;
	padding:5px;
	position:relative;
	float:left;
	display:block;
	border:1px #008146; 
}
#thumbs a{
	text-decoration:none;
	display:block;
	color:#069;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#thumbs a:hover{
	text-decoration:none;
	color:#069;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background:#F2F2F2;
	border:1px medium #333; 
	
}

#main {
	margin:0px auto;
	width:600px;
	background-image:url(thesituation.png);
	background-repeat:no-repeat;
	height:4200px;
}

@media only screen and (max-device-width: 480px) {
  .main {
    margin:0px auto;
	width:480px;
	background-image:url(thesituationMobile.png);
	background-repeat:no-repeat;
	height:4200px;
  }
}
