@charset "UTF-8";
/* CSS Document */
html {
   overflow-y: scroll;
   }
body {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}
#wrapper {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	width: 835px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	margin-top: 40px;
	text-align: right;
	width: 100%;
	padding-top: 20px;
}
ul.nav {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	text-align: right;
}
ul.nav li a {
	float: right;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 22px;
	color: #000000;
	text-decoration: none;
}
ul.nav li a:hover {
	background-image: url(images/rollovers/images/header/btns_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.nav li.clist a:hover {
	background-image: url(images/rollovers/images/header/btns_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper  h1, h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.content {
	margin: 0px;
	padding: 0px;
}
.content a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.content img {
	padding: 0px;
	margin: 10px;
}
.content img.rt {
	margin-right: 0px;
}
.content img.lft {
	margin-left: 0px;
}
.content a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content ul {
	list-style-type: none;
	line-height: 200%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content   li a  {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	padding-left: 20px;
}
.content  li  a:hover {
	list-style-type: none;
	background-image: url(images/rollovers/list_img.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-position: outside;
}
.content .footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	text-align: right;
}
