@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #060;
	margin: 0 auto;
	text-align: center;
	/*background-color: #ececec;
	background-image: url(../images/pg_bk.jpg);
	background-repeat: repeat-x;*/
}
img {
	border: none;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	margin: 0 0 5px 0;
	clear: right;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	margin: 0 0 5px 0;
}
a {
	color: #060;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}
#wrapper {
	/*border: solid 1px #060;*/
	padding: 10px;
	width: 964px;
	margin: 0 auto;
	background-color: #fff;
}
#header {
	border-bottom: solid 1px #060;
	width: 964px;
	height: 98px;
	padding: 10px 0px;
	margin: 0 auto;
}
#header img {
	float:left;
}
#nav {
	color: #999;
	height: 40px;
	line-height: 40px;
	width: 984px;
	text-decoration: none;
}
#nav a {
	color: #060;
	text-decoration: none;
}
#nav a:hover {
	color: #999;
}
#left {
	float:left;
	width: 290px;
	padding: 0px 10px 30px 0px;
}
#right {
	float:right;
	text-align:left;
	width: 654px;
	padding: 0px 0px 30px 10px;
}
.hmtext {
}
.hmtext h1 {
	margin: 5px 0;
	font-size: 120%;
}
.hmtext ul {
	float:left;
	width: 240px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.hmtext ul li {
	list-style:none;
	padding:0px;
	margin: 0px;
}
#footer {
	clear:both;
	border-top: solid 1px #060;
	width: 964px;
	padding: 10px 0px;
	font-size: 10px;
	text-align:center;
}
#footer a {
	color: #999;
	text-decoration: none;
}
.fade {
	color: #999;
}
img.right {
	float: right;
	margin: 0 0 5px 10px;
	clear: right;
	border: 5px solid #060;
}
ul.list {
	list-style: none;
}
ul.list li {
	list-style: none;
}
a.pdf {
	display: block;
	height: 17px;
	padding-left: 20px;
	background: url(../images/pdf.gif) no-repeat left center;
}