@charset "utf-8";
html {
	font-size: 62.5%;
}
body {
	background: #CCCCCC url(../images/bg.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div {
	position: relative;
}
h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}
a {
	color: #222222;
	text-decoration: none;
	font-size: 14px;
}
.padding {
	padding: 5px;
}
.thick_padding {
	padding: 10px;
}
.left_margin {
	margin-left: 16px;
}
.relative {
	position: relative;
}
.no_underline {
	border-style: none !important;
}
.clear {
	clear: both;
}
.short {
	height: 5px;
}
.tall {
	height: 40px;
}
.verythin {
	width: 240px;
}
.thin {
	width: 280px;
}
.medium {
	width: 472px;
}
.wide {
	width: 762px;
}
.small {
	font-size: 12px;
	line-height: 16px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.divider {
	height: 10px;
	border-top: 1px solid #999999;
}
#wrapper {
	width: 780px;
	margin: 0px auto;
}
#hd_top {
	background: #FFFFFF;
	height: 43px;
	width: 780px;
}
#hd_top p {
	font-size: 14px;
	color: #22222;
	line-height: 19px;
}
#hd_top #hd_date {
	position: absolute;
	left: 20px;
	top: 12px;
}
#hd_top #hd_links {
	position: absolute;
	top: 12px;
	right: 20px;
}
#hd_top #hd_links a {
	font-size: 14px;
	color: #222222 !important;
	line-height: 19px;
	display: inline;
	margin-right: 8px;
	border-bottom: 1px dotted #222222;
	padding-bottom: 1px;
	font-weight: bold;
}
#hd_top #hd_links a:hover {
	border-style: none;
}
#hd_pic {
	background: url(../images/header_780.jpg) no-repeat;
	height: 137px;
	width: 780px;
}
#hd_pic #hd_nav {
	position: absolute;
	width: 750px;
	left: 20px;
	top: 101px;
	height: 36px;
}
#hd_pic #hd_nav a {
	font-size: 15px;
	color: #E2E2E2;
	display: inline;
	letter-spacing: -1px;
	padding: 10px 4px;
	line-height: 34px;
	margin-right: 6px;
}
#hd_pic #hd_nav a:hover {
	background: #4A73B1;
}
#bd {
	background: #FFFFFF;
	min-height: 300px;
	width: 774px;
	padding: 10px 2px;
	border: 1px solid #000100;
}
.bottom_margin {
	margin-bottom: 10px;
}
.border {
	padding: 4px;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
#ft {
	background: #FFFFFF;
	min-height: 100px;
	width: 758px;
	padding: 10px;
	border-right: 1px solid #000100;
	border-bottom: 1px solid #000100;
	border-left: 1px solid #000100;
}
#ft #ft_safe {
	float: left;
	width: 370px;
	height: 50px;
	padding-top: 6px;
}
#ft #ft_verisign {
	float: left;
	height: 50px;
	width: 120px;
	margin-left: 10px;
}
#ft #ft_safe p {
	font-size: 12px;
}
#ft #ft_copyright {
	width: 256px;
	float: right;
	text-align: right;
	padding-top: 6px;
}
#ft #ft_links {
	float: left;
	margin-left: 10px;
	width: 700px;
}
#ft #ft_links a {
	font-size: 12px;
	line-height: 16px;
	color: #446090;
	border-bottom: 1px dotted #446090;
}
.bullet {
	background: url(/images/bullet_sq.gif) no-repeat;
	margin-left: 5px;
	margin-top: 5px;
	height: 8px;
	width: 8px;
	float: left;
	clear: left;
}
.a_link {
	clear: right;
	float: left;
	margin-left: 5px;
}

