@charset "utf-8";




a:link {
	text-decoration:none;
	color:Navy;
}

a:visited {
	text-decoration:none;
	color:Navy;
}

a:active {
	text-decoration:none;
	color:Navy;
}

a:hover {
	text-decoration:underline;
	color:#03C;
}

#sidebar1 a {
	font-size:11px;
}

#sidebar2 a {
	font-size:11px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #CC0A0A;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 8px;
	text-align:left;
	/*	text-shadow: #ffffff 2px 2px 2px; */
	text-decoration: none;
	margin-left:0px;
	font-family: "Century Gothic", "Gill Sans MT", sans-serif;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #D94B4B;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 8px;
	text-align:left;
	/*	text-shadow: #ffffff 2px 2px 2px; */
	text-decoration: none;
	margin-left:0px;
	font-family: "Century Gothic", "Gill Sans MT", sans-serif;
}
.links {
	font-family: "Century Gothic", "Gill Sans MT", sans-serif;
	font-size: 14px;
	color: #3300CC;
	text-decoration: none;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 6px;
}

#sidebar1 h2 {
	margin-left: 12px;
	margin-top:24px;
}
#sidebar2 h2 {
	margin-top:24px;
	margin-left: 12px;
}
.hexcell {
	border:solid 1px #cccccc;
	text-align: left;
	padding-top:2px;
	padding-bottom:2px;
	font-size: small;
	color: #333;
	padding-left: 2px;
	margin-left: 2px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; */
	/* For IE 5.5 - 7 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); */
}.clr {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#homeBtn
{
  display: block;
  width: 16px;
  height: 16px; 
  background: url(blue-yellow.png) no-repeat 0 0;
  margin-bottom:12px;
  font-size:small;
  margin-left:12px;
}

#homeBtn:hover
{ 
  background-position: 0 -16px;
}
