*, body, html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	background-color: #FFF;
	font-family: verdana,arial,sans-serif;
}

img {
	margin: 10px;
	border: none;
}

a {
	color: #467AA7;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.page-container {
	width: 800px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-top {
	width: 800px;
	height: 22px;
	background: #EBEBEB url('/files/header-top.jpg') left top no-repeat;
}

.header {
	width: 794px;
	background-color: #EBEBEB;
	height: 60px;
	border-left: 3px solid #AFAFAF;
	border-right: 3px solid #AFAFAF;
	color: #7d7d7d;
}

.header img {
	float: left;
	margin: 0 0 0 20px;
}

.header p.hbig {
	font-size: 24px;
}

.header p.hbig a {
	color: #7d7d7d;
	text-decoration: none;
	margin-left: 20px;
}

.header p.hsmall {
	font-size: 12px;
	font-weight: bold;
	margin-left: 90px;
}

.menu {
	width: 794px;
	height: 30px;
	background-color: #e1e1e1;
	border-left: 3px solid #AFAFAF;
	border-right: 3px solid #AFAFAF;
	border-bottom: 3px solid #AFAFAF;
	border-top: 1px solid #AFAFAF;
}

.menu ul {
	list-style-type: none;
}

.menu ul li {
	float: left;
	display: block;
	border-right: 1px solid #AFAFAF;
	font-size: 12px;
}

.menu ul li a {
	float: none !important /*Non-IE6*/;
	float: left /*IE-6*/;
	padding: 0 10px;
	color: #646464;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: block;
}

.menu ul li a:hover {
	text-decoration: underline;
}

.menu ul li a.current {
	background-color: #c7c7c7;
}

.content {
	width: 794px;
	background-color: #FFF;
	border-left: 3px solid #AFAFAF;
	border-right: 3px solid #AFAFAF;
	border-bottom: 3px solid #AFAFAF;
}

#left {
	width: 560px;
	float: left;
	margin: 20px 0;
	padding: 0 10px;
}

#left.wadv {
  width: 770px;
}

#left h1 {
	border-bottom: 7px solid #E1E1E1;
	color: #646464;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 4px;
	margin-bottom: 20px;
}

#left h2 {
	color: #505050;
	font-size: 20px;
	font-weight: normal;
	margin: 15px 0;
}

#left p {
	margin-bottom: 10px;
}

#left ol, #left ul {
	margin-bottom: 10px;
	margin-left: 30px;
}

#right {
	width: 210px;
	float: right;
	margin: 20px 0 0 0;
	background-color: #F5F5F5;
}

#right p {
	width: 200px;
	background: #BEBEBE url(/files/bg_corner_topleft.gif) left top no-repeat;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #FFF;
	font-weight: bold;
}

#right ul {
	margin: 0;
	list-style: none;
	text-align: left;
	font-weight: normal;
	padding: 10px;
}

#right ul li {
	margin: 0 8px 10px 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
	height: 100%;
	border: none;
	background: none;
	color: black;
}

#right ul a {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #990000;
	background: none;
	border: none;
}

#right ul a:hover {
	text-decoration: underline;
}

.footer {
	width: 794px;
	height: 58px;
	background-color: #E1E1E1;
	border-left: 3px solid #AFAFAF;
	border-right: 3px solid #AFAFAF;
	border-bottom: 3px solid #AFAFAF;
}

.footer p {
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#counter {
	float: left;
	margin: 0;
	padding: 0;
}

#fadv {
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
	width: 810px;
}

#fadv ul {
	list-style: none;
	display: inline;
	float: left;
	color: #000;
	margin: 10px 0 0 0;
	padding: 0;
}

#fadv li {
	display: block;
	float: left;
	width: 260px;
	margin: 0;
	padding: 0 10px 10px 0;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fadv li a {
	color: #990000;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}

#fadv li a:hover {
	text-decoration: underline;
}