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

body {
	background-color: #E5EDEF;
	margin: 0px;
	background-image: url(../img/header_bg.png);
	background-repeat: repeat-x;
}
p {margin: 0px;
}
body,td,th {
	font-size: 14px;
	color: #333;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.bn:link {
	color: #FFF;
	text-decoration: none;
}
.bn:visited {
	text-decoration: none;
	color: #FFF;
}
.bn:hover {
	text-decoration: underline;
	color: #FFF;
}
.bn:active {
	text-decoration: none;
	color: #FFF;
}
.ft:link {
	color: #FC3;
	text-decoration: none;
}
.ft:visited {
	text-decoration: none;
	color: #FC3;
}
.ft:hover {
	text-decoration: underline;
	color: #fc3;
}
.ft:active {
	text-decoration: none;
	color: #FC3;
}
#socialmed {
	float: right;
	height: 29px;
	width: 68px;
	margin-left: 6px;
}

.sm {
	background: url(../img/sm_sprite.png) no-repeat 0 0;
	width: 34px;
	height: 30px;
	display: block;
	text-indent: -9999px; float: left;
}
.sm:hover { background-position: 0 -29px; }

/* -----------twitter button below  - --------  */

.sm2 {
	width: 34px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background-position: -34px 0px;
	float: left;
	background-image: url(../img/sm_sprite.png);
	background-repeat: no-repeat;
}
.sm2:hover { background-position: -34px -29px; }
h2{
	font-size: 22px;
	color: #FFF;
	display: block;
	float: left;
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0B5B5;
	font-weight: normal;
	width: 220px;
	margin-right: 0px;
	margin-left: 0px;
}
h3  {
	text-shadow: #fff 0px 1px 2px;
	color:#515151;
	font-size: 16px;
}
.title {
	font-size: 18px;
	color: #003C58;
	font-weight: normal;
	margin-bottom: 10px;
}
.title2 {
	font-size: 18px;
	color: #7E0000;
	font-weight: normal;
	margin-bottom: 10px;
}

#leader ul   {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	list-style-image: url(../img/ask.png);
	list-style-type: none;
	font-style: italic;
	color: #666;
	margin-top: 10px;
}

.clearfloat { clear: float;
}
