html {
	overflow-y: scroll;
	}

body {
	background-attachment: scroll;
	background-color: #eee;
	background-image: url('images/bgconf.gif');
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: center;
	}
br {
	clear: both;
	}
div {
	position: relative;
	}

div, p, td, h1, h2, h3, h4 {
	color: inherit;
	font-family: arial;
	}

div, p, td {
	font-size: 14px;
	line-height: 1.5em;
	}

h1 {
	color: #333;
	font: bold 20px arial;
	}

input, select, textarea {
  background-color: #eee;
  border: 1px solid #ccc;
	font-family: arial;
	}

textarea {
  font-size: 13px;
  }

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

li {
	display: inline;
	}

b a, p a, td a {
	color: #bf311a;
	text-decoration: underline;
	}

b a:hover, p a:hover, td a:hover {
	background-color: #bf311a;
	color: #fff;
	text-decoration: none;
	}

#hdrnav {
	height: 140px;
	margin: 0 auto;
	width: 980px;
	text-align: left;
	}

#logo {
	float: left;
	height: 85px;
	left: 20px;
	top: 40px;
	width: 300px;
	}

#nav {
	float: right;
	top: 67px;
	width: 640px;
	}

#subnav {
	float: left;
	font: normal 14px arial;
	padding-top: 10px;
	width: 620px;
	}

#subnav a {
	color: #bf311a;
	text-decoration: underline;
	}

#subnav a:hover {
	background-color: #bf311a;
	color: #fff;
	text-decoration: none;
	}

#nav li {
	padding-right: 20px;
	}

#container {
	color: #333;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	top: 0;
	width: 1000px;
	z-index: 1;
	}

#mainbg {
	background-image: url('images/bgmain.gif');
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 1000px;
	}

#mainbgblack {
	background-image: url('images/bgmainblack.gif');
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 1000px;
	}

#main {
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	width: 940px;
	}

#main img:hover {
	background-color: #fff;
	}

#mainblack {
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	width: 940px;
	}

#maintop {
	background-image: url('images/maintop.gif');
	background-position: center top;
	background-repeat: no-repeat;
	height: 15px;
	overflow: hidden;
	width: 1000px;
	}

#mainbottom {
	background-image: url('images/mainbottom.gif');
	background-position: center top;
	background-repeat: no-repeat;
	clear: all;
	height: 25px;
	overflow: hidden;
	width: 1000px;
	}

#mainbottomblack {
	background-image: url('images/mainbottomblack.gif');
	background-position: center top;
	background-repeat: no-repeat;
	height: 25px;
	overflow: hidden;
	width: 1000px;
	}

.half {
	padding: 20px 0;
	text-align: left;
	width: 460px;
	}

.half p, td {
	font: normal 14px arial;
	line-height: 21px;
	padding-top: 15px;
	}

.sidebar {
	float: right;
	padding-top: 20px;
	width: 300px;
	}

.sidebar h1 {
	padding-bottom: 5px;
	}

.sidebar p {
	font: normal 12px arial;
	line-height: 16px;
	padding-bottom: 20px;
	}

.sidebar td {
	font: normal 12px arial;
	line-height: 16px;
	margin: 0;
	padding: 0;
	}

.content {
	float: left;
	padding-top: 20px;
	width: 620px;
	}

.content h1 {
	padding-bottom: 15px;
	}

.content p {
	font: normal 14px arial;
	line-height: 21px;
	padding-bottom: 20px;
	}

.content td {
	font: normal 14px arial;
	line-height: 21px;
	margin: 0;
	padding: 0;
	}

.full {
	padding-top: 20px;
	width: 940px;
	}

.full p {
	padding-bottom: 20px;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.imgBorder {
	border: 1px solid #ccc;
	}

.partnertable {
	text-align: center;
	width: 940px;
	}

.partnertable td {
	padding: 20px 0;
	text-align: center;
	width: 33%;
	}

.partner img {
	vertical-align: middle;
	}

#footer {
	background-color: #666;
	color: #eee;
	font-size: 12px;
	margin: 15px auto;
	overflow: hidden;
	padding: 10px 0;
	width: 980px;
	}

#ftrcontact {
	float: left;
	font-size: 12px;
	left: 20px;
	text-align: left;
	}

#ftrnav {
	background-color: #666;
	float: right;
	font-size: 12px;
	right: 20px;
	text-align: right;
	}

#footer a {
	color: #eee;
	text-decoration: underline;
	}

#footer a:hover {
	background-color: #bf311a;
	color: #fff;
	text-decoration: none;
	}
